|
org.netbeans.libs.git/1 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.libs.git.GitRevertResult
public final class GitRevertResult
Provides information about the result of reverting a commit.
| Nested Class Summary | |
|---|---|
static class |
GitRevertResult.Status
Result status of a commit revert. |
| Method Summary | |
|---|---|
Collection<File> |
getConflicts()
If the revert started but was unable to finish because of unresolved conflicts then the method returns a collection of such files in conflict. |
Collection<File> |
getFailures()
When the commit revert fails because of local modifications then this method returns a collections of files causing the failure. |
GitRevisionInfo |
getNewHead()
|
GitRevertResult.Status |
getStatus()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public GitRevertResult.Status getStatus()
public GitRevisionInfo getNewHead()
null if it failed.public Collection<File> getConflicts()
public Collection<File> getFailures()
|
org.netbeans.libs.git/1 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||