com.atlassian.bamboo.labels
Interface Label

All Superinterfaces:
BambooIdProvider, BambooObject, java.lang.Comparable<Label>, CreationDateProvider
All Known Implementing Classes:
LabelImpl

public interface Label
extends BambooObject, CreationDateProvider, java.lang.Comparable<Label>


Field Summary
 
Fields inherited from interface com.atlassian.bamboo.utils.CreationDateProvider
ORDERING
 
Method Summary
 java.util.Date getCreationDate()
           
 java.util.Date getLastModificationDate()
           
 java.lang.String getName()
           
 java.lang.String getNamespace()
           
 void setCreationDate(java.util.Date creationDate)
           
 void setLastModificationDate(java.util.Date lastModificationDate)
           
 void setName(java.lang.String name)
           
 void setNamespace(java.lang.String namespace)
           
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
 
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getName

java.lang.String getName()

setName

void setName(java.lang.String name)

getCreationDate

java.util.Date getCreationDate()
Specified by:
getCreationDate in interface CreationDateProvider
Returns:
Date the version object was created.

setCreationDate

void setCreationDate(java.util.Date creationDate)

getLastModificationDate

java.util.Date getLastModificationDate()

setLastModificationDate

void setLastModificationDate(java.util.Date lastModificationDate)

getNamespace

java.lang.String getNamespace()

setNamespace

void setNamespace(java.lang.String namespace)


Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.