Package org.jenkinsci.plugins.p4.changes
Class P4PollRef
java.lang.Object
org.jenkinsci.plugins.p4.changes.P4PollRef
- All Implemented Interfaces:
Serializable,Comparable,P4Ref
- See Also:
-
Constructor Details
-
P4PollRef
-
-
Method Details
-
getChangeEntry
- Specified by:
getChangeEntryin interfaceP4Ref- Throws:
Exception
-
isLabel
public boolean isLabel() -
isCommit
public boolean isCommit() -
getChange
public long getChange() -
getPollPath
-
getFiles
public List<com.perforce.p4java.core.file.IFileSpec> getFiles(ConnectionHelper p4, int limit) throws Exception -
toString
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable
-