org.netbeans.libs.git/1 1.1

org.netbeans.libs.git
Class GitPushResult

java.lang.Object
  extended by org.netbeans.libs.git.GitPushResult

public final class GitPushResult
extends Object

Usually returned by a git push command, represents its result.


Method Summary
 Map<String,GitTransportUpdate> getLocalRepositoryUpdates()
           
 Map<String,GitTransportUpdate> getRemoteRepositoryUpdates()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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

org.netbeans.libs.git/1 1.1

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.