public class P4GraphRef extends Object implements P4Ref
Constructor and Description |
---|
P4GraphRef(ConnectionHelper p4,
String id) |
P4GraphRef(String repo,
com.perforce.p4java.graph.ICommit commit) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object obj) |
boolean |
equals(Object obj) |
int |
getChange() |
P4ChangeEntry |
getChangeEntry(ClientHelper p4) |
long |
getDate() |
String |
getRepo() |
String |
getSha() |
int |
hashCode() |
boolean |
isCommit() |
boolean |
isLabel() |
String |
toString() |
public P4GraphRef(ConnectionHelper p4, String id) throws com.perforce.p4java.exception.P4JavaException
com.perforce.p4java.exception.P4JavaException
public P4GraphRef(String repo, com.perforce.p4java.graph.ICommit commit)
public P4ChangeEntry getChangeEntry(ClientHelper p4) throws Exception
getChangeEntry
in interface P4Ref
Exception
public long getDate()
public String getRepo()
public String getSha()
public String toString()
public int compareTo(Object obj)
compareTo
in interface Comparable
Copyright © 2016–2017. All rights reserved.