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()
void
setCreationDate
(Date creationDate) void
setLastModificationDate
(Date lastModificationDate) void
void
setNamespace
(String namespace) Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getName
String getName() -
setName
-
getCreationDate
Date getCreationDate()- Specified by:
getCreationDate
in interfaceCreationDateProvider
- Returns:
- Date the version object was created.
-
setCreationDate
-
getLastModificationDate
Date getLastModificationDate() -
setLastModificationDate
-
getNamespace
String getNamespace() -
setNamespace
-