public class CommitItem extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
CommitItem.StateFlags
the class for the commit item state flags.
|
Modifier and Type | Method and Description |
---|---|
String |
getCopyUrl()
Returns the source url if the item is copied
|
String |
getMovedFromPath() |
NodeKind |
getNodeKind()
return the node kind of the commit item
|
String |
getPath()
retrieve the path of the commit item
|
long |
getRevision()
Returns the revision number
|
int |
getStateFlags()
return the kind of change for the commit item.
|
String |
getUrl()
Returns the url of the item
|
public String getPath()
public NodeKind getNodeKind()
public int getStateFlags()
public String getUrl()
public String getCopyUrl()
public long getRevision()
public String getMovedFromPath()
Copyright © 2019. All rights reserved.