org.netbeans.libs.git
Class GitPushResult
java.lang.Object
org.netbeans.libs.git.GitPushResult
public final class GitPushResult
- extends Object
Usually returned by a git push command, represents its result.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getLocalRepositoryUpdates
public Map<String,GitTransportUpdate> getLocalRepositoryUpdates()
- Returns:
- collection of reference updates in a local repository
getRemoteRepositoryUpdates
public Map<String,GitTransportUpdate> getRemoteRepositoryUpdates()
- Returns:
- collection of reference updates in a remote repository