com.atlassian.bamboo.build
Class DefaultBuildDefinitionForBuild

java.lang.Object
  extended by com.atlassian.core.bean.EntityObject
      extended by com.atlassian.bamboo.core.BambooEntityObject
          extended by com.atlassian.bamboo.build.BuildDefinitionXmlImpl
              extended by com.atlassian.bamboo.build.DefaultBuildDefinitionForBuild
All Implemented Interfaces:
BuildDefinitionForBuild, BuildDefinitionXml, BambooIdProvider, BambooObject, java.lang.Cloneable

public class DefaultBuildDefinitionForBuild
extends BuildDefinitionXmlImpl
implements BuildDefinitionForBuild


Field Summary
 
Fields inherited from class com.atlassian.bamboo.build.BuildDefinitionXmlImpl
xmlData
 
Fields inherited from class com.atlassian.bamboo.core.BambooEntityObject
id
 
Constructor Summary
DefaultBuildDefinitionForBuild(boolean isMerged)
           
 
Method Summary
 boolean equals(java.lang.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.bamboo.core.BambooEntityObject
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.build.BuildDefinitionXml
getXmlData, setXmlData
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
 
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
 

Constructor Detail

DefaultBuildDefinitionForBuild

public DefaultBuildDefinitionForBuild(boolean isMerged)
Method Detail

getPlan

public Plan getPlan()
Specified by:
getPlan in interface BuildDefinitionForBuild

setPlan

public void setPlan(Plan plan)
Specified by:
setPlan in interface BuildDefinitionForBuild

isMerged

public boolean isMerged()
Specified by:
isMerged in interface BuildDefinitionForBuild

hashCode

public int hashCode()
Overrides:
hashCode in class com.atlassian.core.bean.EntityObject

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class com.atlassian.core.bean.EntityObject


Copyright © 2012 Atlassian. All Rights Reserved.