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 boolean
equals(Object o)
Plan
getPlan()
int
hashCode()
boolean
isMerged()
void
setPlan(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:
getPlan
in interfaceBuildDefinitionForBuild
-
setPlan
public void setPlan(Plan plan)
- Specified by:
setPlan
in interfaceBuildDefinitionForBuild
-
isMerged
public boolean isMerged()
- Specified by:
isMerged
in interfaceBuildDefinitionForBuild
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.atlassian.core.bean.EntityObject
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.atlassian.core.bean.EntityObject
-
-