com.atlassian.bamboo.build
Class BuildDefinitionXmlImpl

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

public class BuildDefinitionXmlImpl
extends BambooEntityObject
implements BuildDefinitionXml


Field Summary
protected  String xmlData
           
 
Fields inherited from class com.atlassian.bamboo.core.BambooEntityObject
id
 
Constructor Summary
BuildDefinitionXmlImpl()
           
 
Method Summary
 String getXmlData()
           
 void setXmlData(String xmlData)
           
 
Methods inherited from class com.atlassian.bamboo.core.BambooEntityObject
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
getId, setId
 

Field Detail

xmlData

protected String xmlData
Constructor Detail

BuildDefinitionXmlImpl

public BuildDefinitionXmlImpl()
Method Detail

getXmlData

public String getXmlData()
Specified by:
getXmlData in interface BuildDefinitionXml

setXmlData

public void setXmlData(String xmlData)
Specified by:
setXmlData in interface BuildDefinitionXml


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.