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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleangetLabel()getPlan()@Nullable PlangetRoot()Returns the versioned root of the object.inthashCode()voidsetBuildResultsSummary(ResultsSummary buildResultsSummary) voidvoidvoidsetProject(Project project) voidsetUserName(String userName) Methods inherited from class com.atlassian.bamboo.hibernate.HibernateBambooEntityObject
getId, setIdMethods inherited from class com.atlassian.core.bean.EntityObject
clone, getCreationDate, getCurrentDate, getLastModificationDate, setClock, setCreationDate, setLastModificationDateMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods inherited from interface com.atlassian.bamboo.core.BambooObject
setIdMethods inherited from interface com.atlassian.bamboo.labels.Labelling
getCreationDate, getLastModificationDate, setCreationDate, setLastModificationDate
-
Constructor Details
-
LabellingImpl
public LabellingImpl()
-
-
Method Details
-
getLabel
-
setLabel
-
getBuildResultsSummary
- Specified by:
getBuildResultsSummaryin interfaceLabelling
-
setBuildResultsSummary
- Specified by:
setBuildResultsSummaryin interfaceLabelling
-
getProject
- Specified by:
getProjectin interfaceLabelling
-
setProject
- Specified by:
setProjectin interfaceLabelling
-
getPlan
-
setPlan
-
getUserName
- Specified by:
getUserNamein interfaceLabelling
-
setUserName
- Specified by:
setUserNamein interfaceLabelling
-
getRoot
Description copied from interface:VersionedEntityComponentReturns the versioned root of the object.- Specified by:
getRootin interfaceVersionedEntityComponent<Plan>- Returns:
- the root of the object
-
hashCode
public int hashCode()- Overrides:
hashCodein classcom.atlassian.core.bean.EntityObject
-
equals
- Overrides:
equalsin classcom.atlassian.core.bean.EntityObject
-
compareTo
-