public final class GitCherryPickResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GitCherryPickResult.CherryPickStatus
The status rebase resulted in.
|
Modifier and Type | Method and Description |
---|---|
GitRevisionInfo[] |
getCherryPickedCommits()
Returns commits cherry-picked to the current branch by the last run of the
cherry-pick command.
|
GitCherryPickResult.CherryPickStatus |
getCherryPickStatus() |
Collection<File> |
getConflicts()
If the cherry-pick started but was unable to finish because of unresolved
conflicts then the method returns a collection of such files in conflict.
|
GitRevisionInfo |
getCurrentHead() |
Collection<File> |
getFailures()
When the command fails because of local modifications then this method
returns a collections of files causing the failure.
|
public GitCherryPickResult.CherryPickStatus getCherryPickStatus()
public GitRevisionInfo getCurrentHead()
public Collection<File> getConflicts()
public Collection<File> getFailures()
public GitRevisionInfo[] getCherryPickedCommits()