Package com.atlassian.bamboo.tag
Class TagAndRevisionImpl
java.lang.Object
com.atlassian.bamboo.tag.TagAndRevisionImpl
- All Implemented Interfaces:
TagAndRevision
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.tag.TagAndRevision
COMPARATOR
-
Constructor Summary
ModifierConstructorDescriptionprotected
TagAndRevisionImpl
(TagAndRevision tagAndRevision) TagAndRevisionImpl
(String name, String revision) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.tag.TagAndRevision
getPrettyString
-
Field Details
-
name
-
revision
-
-
Constructor Details
-
TagAndRevisionImpl
protected TagAndRevisionImpl() -
TagAndRevisionImpl
-
TagAndRevisionImpl
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceTagAndRevision
- Returns:
- name of tag
-
getRevision
- Specified by:
getRevision
in interfaceTagAndRevision
- Returns:
- revision for tag
-
toString
-
equals
-
hashCode
public int hashCode()
-