public final class GitTransportUpdate extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GitTransportUpdate.Type
Git object kind.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalName()
Returns the name of the reference in a local repository without the prefix.
|
String |
getNewObjectId() |
String |
getOldObjectId() |
String |
getRemoteName()
Returns the name of the reference in a remote repository without the prefix.
|
String |
getRemoteUri() |
GitRefUpdateResult |
getResult()
Returns information about the result of the local/remote reference update.
|
GitTransportUpdate.Type |
getType() |
public String getRemoteUri()
public String getLocalName()
refs/heads/master master is returned.public String getRemoteName()
refs/heads/master master is returned.public String getOldObjectId()
public String getNewObjectId()
public GitRefUpdateResult getResult()
public GitTransportUpdate.Type getType()
Built on May 16 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.