com.atlassian.bamboo.build
Class BuildDefinitionXmlImpl

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

public class BuildDefinitionXmlImpl
extends BambooEntityObject
implements BuildDefinitionXml


Field Summary
protected  java.lang.String xmlData
           
 
Fields inherited from class com.atlassian.bamboo.core.BambooEntityObject
id
 
Constructor Summary
protected BuildDefinitionXmlImpl()
           
 
Method Summary
 java.lang.String getXmlData()
           
 void setXmlData(java.lang.String xmlData)
           
 
Methods inherited from class com.atlassian.bamboo.core.BambooEntityObject
getId, setId
 
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getLastModificationDate, hashCode, 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.core.BambooObject
setId
 
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
 

Field Detail

xmlData

protected java.lang.String xmlData
Constructor Detail

BuildDefinitionXmlImpl

protected BuildDefinitionXmlImpl()
Method Detail

getXmlData

public java.lang.String getXmlData()
Specified by:
getXmlData in interface BuildDefinitionXml

setXmlData

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


Copyright © 2012 Atlassian. All Rights Reserved.