Package com.atlassian.bamboo.labels
Class LabellingImpl
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.hibernate.HibernateBambooEntityObject
com.atlassian.bamboo.labels.LabellingImpl
- All Implemented Interfaces:
BambooIdProvider
,BambooObject
,Labelling
,CreationDateProvider
,VersionedEntityComponent<Plan>
,Cloneable
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.utils.CreationDateProvider
ORDERING
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
getLabel()
getPlan()
@Nullable Plan
getRoot()
Returns the versioned root of the object.int
hashCode()
void
setBuildResultsSummary
(ResultsSummary buildResultsSummary) void
void
void
setProject
(Project project) void
setUserName
(String userName) Methods inherited from class com.atlassian.bamboo.hibernate.HibernateBambooEntityObject
getId, setId
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, getCreationDate, getCurrentDate, getLastModificationDate, setClock, setCreationDate, setLastModificationDate
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
Methods inherited from interface com.atlassian.bamboo.labels.Labelling
getCreationDate, getLastModificationDate, setCreationDate, setLastModificationDate
-
Constructor Details
-
LabellingImpl
public LabellingImpl()
-
-
Method Details
-
getLabel
-
setLabel
-
getBuildResultsSummary
- Specified by:
getBuildResultsSummary
in interfaceLabelling
-
setBuildResultsSummary
- Specified by:
setBuildResultsSummary
in interfaceLabelling
-
getProject
- Specified by:
getProject
in interfaceLabelling
-
setProject
- Specified by:
setProject
in interfaceLabelling
-
getPlan
-
setPlan
-
getUserName
- Specified by:
getUserName
in interfaceLabelling
-
setUserName
- Specified by:
setUserName
in interfaceLabelling
-
getRoot
Description copied from interface:VersionedEntityComponent
Returns the versioned root of the object.- Specified by:
getRoot
in interfaceVersionedEntityComponent<Plan>
- Returns:
- the root of the object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classcom.atlassian.core.bean.EntityObject
-
equals
- Overrides:
equals
in classcom.atlassian.core.bean.EntityObject
-
compareTo
-