Package org.jenkinsci.plugins.p4.changes
Class P4Revision
- java.lang.Object
-
- org.jenkinsci.plugins.p4.changes.P4Revision
-
- All Implemented Interfaces:
Serializable,Comparable
public class P4Revision extends Object implements Serializable, Comparable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description P4Revision(int change)P4Revision(String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Object obj)booleanequals(Object obj)intgetChange()P4ChangeEntrygetChangeEntry(ClientHelper p4)inthashCode()booleanisLabel()StringtoString()
-
-
-
Constructor Detail
-
P4Revision
public P4Revision(String label)
-
P4Revision
public P4Revision(int change)
-
-
Method Detail
-
isLabel
public boolean isLabel()
-
getChange
public int getChange()
-
getChangeEntry
public P4ChangeEntry getChangeEntry(ClientHelper p4) throws Exception
- Throws:
Exception
-
compareTo
public int compareTo(Object obj)
- Specified by:
compareToin interfaceComparable
-
-