Package com.atlassian.bamboo.tag
Interface VcsTag
- All Superinterfaces:
BambooIdProvider
,BambooObject
,NameProvider
,TagAndRevision
- All Known Implementing Classes:
VcsTagImpl
Interface for entity which persists data about tag and revision
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.tag.TagAndRevision
COMPARATOR
-
Method Summary
Modifier and TypeMethodDescriptionreturns repository data for repository where the tag isvoid
set name of tagvoid
setRepositoryData
(RepositoryDataEntity repositoryData) sets repository datavoid
setRevision
(String revision) set revision for tagMethods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
Methods inherited from interface com.atlassian.bamboo.utils.NameProvider
getName
Methods inherited from interface com.atlassian.bamboo.tag.TagAndRevision
getName, getPrettyString, getRevision
-
Method Details
-
setName
set name of tag -
setRevision
set revision for tag -
getRepositoryData
RepositoryDataEntity getRepositoryData()returns repository data for repository where the tag is -
setRepositoryData
sets repository data
-