public class PullResult extends Object
PullCommand
Modifier and Type | Method and Description |
---|---|
String |
getFetchedFrom()
Get name of the remote configuration from which fetch was tried
|
FetchResult |
getFetchResult()
Get fetch result
|
MergeResult |
getMergeResult()
Get merge result
|
RebaseResult |
getRebaseResult()
Get rebase result
|
boolean |
isSuccessful()
Whether the pull was successful
|
String |
toString() |
public FetchResult getFetchResult()
null
public MergeResult getMergeResult()
null
public RebaseResult getRebaseResult()
null
public String getFetchedFrom()
null
public boolean isSuccessful()
Copyright © 2017 Eclipse JGit Project. All rights reserved.