public class PushResult extends OperationResult
OperationResult
and remote refs updates status.Constructor and Description |
---|
PushResult() |
Modifier and Type | Method and Description |
---|---|
RemoteRefUpdate |
getRemoteUpdate(String refName)
Get status of specific remote ref update by remote ref name.
|
Collection<RemoteRefUpdate> |
getRemoteUpdates()
Get status of remote refs updates.
|
getAdvertisedRef, getAdvertisedRefs, getMessages, getPeerUserAgent, getTrackingRefUpdate, getTrackingRefUpdates, getURI
public 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(String refName)
OperationResult.getAdvertisedRef(String)
it provide full description/status
of this ref update.refName
- remote ref nameCopyright © 2015 Eclipse JGit Project. All rights reserved.