Java org.eclipse.jgit.transport PushResult fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.transport PushResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.transport PushResult.

The text is from its open source code.

Constructor

Method

CollectiongetAdvertisedRefs()
Get the complete list of refs advertised by the remote.
StringgetMessages()
Get the additional messages, if any, returned by the remote process.
RemoteRefUpdategetRemoteUpdate(String refName)
Get status of specific remote ref update by remote ref name.
CollectiongetRemoteUpdates()
Get status of remote refs updates.
CollectiongetTrackingRefUpdates()
Get the status of all local tracking refs that were updated.
URIishgetURI()
Get the URI this result came from.