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) |
long |
getChange() |
P4ChangeEntry |
getChangeEntry(ClientHelper p4) |
long |
getDate() |
List<com.perforce.p4java.core.file.IFileSpec> |
getFiles(ConnectionHelper p4,
int limit) |
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 List<com.perforce.p4java.core.file.IFileSpec> getFiles(ConnectionHelper p4, int limit) throws Exception
public long getDate()
public String getRepo()
public String getSha()
public String toString()
public int compareTo(Object obj)
compareTo
in interface Comparable
Copyright © 2016–2019. All rights reserved.