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 isvoidset name of tagvoidsetRepositoryData(RepositoryDataEntity repositoryData) sets repository datavoidsetRevision(String revision) set revision for tagMethods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods inherited from interface com.atlassian.bamboo.core.BambooObject
setIdMethods inherited from interface com.atlassian.bamboo.utils.NameProvider
getNameMethods 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
-