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, 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()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 Plan getPlan()
           
 int hashCode()
           
 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
getId, setId
 

Constructor Detail

DefaultBuildDefinitionForBuild

public DefaultBuildDefinitionForBuild()
Method Detail

getPlan

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

setPlan

public void setPlan(Plan plan)
Specified by:
setPlan 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 © 2010 Atlassian. All Rights Reserved.