Package com.atlassian.bamboo.tag
Interface TagAndRevision
- All Known Subinterfaces:
VcsTag
- All Known Implementing Classes:
TagAndRevisionImpl
,VcsTagImpl
public interface TagAndRevision
Contains tag name and revision
-
Field Details
-
COMPARATOR
-
-
Method Details
-
getName
- Returns:
- name of tag
-
getRevision
- Returns:
- revision for tag
-
getPrettyString
- Returns:
- string with name and revision divided by space character
-