Package com.atlassian.bamboo.build
Interface BuildDefinitionXml
-
- All Superinterfaces:
BambooIdProvider
,BambooObject
- All Known Subinterfaces:
BuildDefinitionForBuild
,BuildDefinitionForProject
- All Known Implementing Classes:
BuildDefinitionXmlImpl
,DefaultBuildDefinitionForBuild
public interface BuildDefinitionXml extends BambooObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable String
getXmlData()
void
setXmlData(@Nullable String xmlData)
-
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
-