public class PushResult extends OperationResult
OperationResult
and remote refs updates status.Constructor | Description |
---|---|
PushResult() |
Modifier and Type | Method | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAdvertisedRef, getAdvertisedRefs, getMessages, 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 © 2018. All rights reserved.