com.atlassian.bamboo.build
Class DefaultBuildDefinitionForProject

java.lang.Object
  extended by EntityObject
      extended by com.atlassian.bamboo.core.BambooEntityObject
          extended by com.atlassian.bamboo.build.BuildDefinitionXmlImpl
              extended by com.atlassian.bamboo.build.DefaultBuildDefinitionForProject
All Implemented Interfaces:
BuildDefinitionForProject, BuildDefinitionXml, BambooObject

public class DefaultBuildDefinitionForProject
extends BuildDefinitionXmlImpl
implements BuildDefinitionForProject


Field Summary
 
Fields inherited from class com.atlassian.bamboo.build.BuildDefinitionXmlImpl
xmlData
 
Fields inherited from class com.atlassian.bamboo.core.BambooEntityObject
id
 
Constructor Summary
DefaultBuildDefinitionForProject()
           
DefaultBuildDefinitionForProject(Project project)
           
 
Method Summary
 boolean equals(Object o)
           
 Project getProject()
           
 int hashCode()
           
 void setProject(Project projectForDefault)
           
 
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 java.lang.Object
clone, 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

DefaultBuildDefinitionForProject

public DefaultBuildDefinitionForProject()

DefaultBuildDefinitionForProject

public DefaultBuildDefinitionForProject(Project project)
Method Detail

getProject

public Project getProject()
Specified by:
getProject in interface BuildDefinitionForProject

setProject

public void setProject(Project projectForDefault)
Specified by:
setProject in interface BuildDefinitionForProject

hashCode

public int hashCode()

equals

public boolean equals(Object o)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.