|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jgit.transport.OperationResult
org.eclipse.jgit.transport.PushResult
public class PushResult
Result of push operation to the remote repository. Holding information of
OperationResult
and remote refs updates status.
Transport.push(org.eclipse.jgit.lib.ProgressMonitor, Collection)
Constructor Summary | |
---|---|
PushResult()
|
Method Summary | |
---|---|
RemoteRefUpdate |
getRemoteUpdate(java.lang.String refName)
Get status of specific remote ref update by remote ref name. |
java.util.Collection<RemoteRefUpdate> |
getRemoteUpdates()
Get status of remote refs updates. |
Methods inherited from class org.eclipse.jgit.transport.OperationResult |
---|
getAdvertisedRef, getAdvertisedRefs, getMessages, getTrackingRefUpdate, getTrackingRefUpdates, getURI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PushResult()
Method Detail |
---|
public java.util.Collection<RemoteRefUpdate> getRemoteUpdates()
OperationResult.getAdvertisedRefs()
it provides full description/status of each
ref update.
Returned collection is not sorted in any order.
public RemoteRefUpdate getRemoteUpdate(java.lang.String refName)
OperationResult.getAdvertisedRef(String)
it provide full description/status
of this ref update.
refName
- remote ref name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |