Package com.atlassian.bamboo.build
Class BuildDefinitionXmlImpl
- java.lang.Object
-
- com.atlassian.core.bean.EntityObject
-
- com.atlassian.bamboo.core.BambooEntityObject
-
- com.atlassian.bamboo.build.BuildDefinitionXmlImpl
-
- All Implemented Interfaces:
BuildDefinitionXml,BambooIdProvider,BambooObject,Cloneable
- Direct Known Subclasses:
DefaultBuildDefinitionForBuild
@Entity public class BuildDefinitionXmlImpl extends BambooEntityObject implements BuildDefinitionXml
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuildDefinitionXmlImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetXmlData()voidsetXmlData(String xmlData)-
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDate
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
-
-
-
Field Detail
-
xmlData
protected String xmlData
-
-
Method Detail
-
getXmlData
public String getXmlData()
- Specified by:
getXmlDatain interfaceBuildDefinitionXml
-
setXmlData
public void setXmlData(String xmlData)
- Specified by:
setXmlDatain interfaceBuildDefinitionXml
-
-