Package com.atlassian.bamboo.build
Class DefaultBuildDefinitionForBuild
- java.lang.Object
-
- com.atlassian.core.bean.EntityObject
-
- com.atlassian.bamboo.core.BambooEntityObject
-
- com.atlassian.bamboo.build.BuildDefinitionXmlImpl
-
- com.atlassian.bamboo.build.DefaultBuildDefinitionForBuild
-
- All Implemented Interfaces:
BuildDefinitionForBuild,BuildDefinitionXml,BambooIdProvider,BambooObject,Cloneable
public class DefaultBuildDefinitionForBuild extends BuildDefinitionXmlImpl implements BuildDefinitionForBuild
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.build.BuildDefinitionXmlImpl
xmlData
-
-
Constructor Summary
Constructors Constructor Description DefaultBuildDefinitionForBuild(boolean isMerged)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PlangetPlan()inthashCode()booleanisMerged()voidsetPlan(Plan plan)-
Methods inherited from class com.atlassian.bamboo.build.BuildDefinitionXmlImpl
getXmlData, setXmlData
-
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, 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.build.BuildDefinitionXml
getXmlData, setXmlData
-
-
-
-
Method Detail
-
getPlan
public Plan getPlan()
- Specified by:
getPlanin interfaceBuildDefinitionForBuild
-
setPlan
public void setPlan(Plan plan)
- Specified by:
setPlanin interfaceBuildDefinitionForBuild
-
isMerged
public boolean isMerged()
- Specified by:
isMergedin interfaceBuildDefinitionForBuild
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.atlassian.core.bean.EntityObject
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classcom.atlassian.core.bean.EntityObject
-
-