com.atlassian.bamboo.labels
Interface Label
- All Superinterfaces:
- BambooIdProvider, BambooObject, Comparable<Label>, CreationDateProvider
- All Known Implementing Classes:
- LabelImpl
public interface Label
- extends BambooObject, CreationDateProvider, Comparable<Label>
getName
String getName()
setName
void setName(String name)
getCreationDate
Date getCreationDate()
- Specified by:
getCreationDate
in interface CreationDateProvider
- Returns:
- Date the version object was created.
setCreationDate
void setCreationDate(Date creationDate)
getLastModificationDate
Date getLastModificationDate()
setLastModificationDate
void setLastModificationDate(Date lastModificationDate)
getNamespace
String getNamespace()
setNamespace
void setNamespace(String namespace)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.