Package com.atlassian.bamboo.labels
Interface Label
- All Superinterfaces:
BambooIdProvider,BambooObject,Comparable<Label>,CreationDateProvider
- All Known Implementing Classes:
LabelImpl
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.utils.CreationDateProvider
ORDERING -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetCreationDate(Date creationDate) voidsetLastModificationDate(Date lastModificationDate) voidvoidsetNamespace(String namespace) Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods inherited from interface com.atlassian.bamboo.core.BambooObject
setIdMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getName
String getName() -
setName
-
getCreationDate
Date getCreationDate()- Specified by:
getCreationDatein interfaceCreationDateProvider- Returns:
- Date the version object was created.
-
setCreationDate
-
getLastModificationDate
Date getLastModificationDate() -
setLastModificationDate
-
getNamespace
String getNamespace() -
setNamespace
-