Package com.atlassian.bamboo.build
Interface BuildDefinitionForBuild
-
- All Superinterfaces:
BambooIdProvider
,BambooObject
,BuildDefinitionXml
- All Known Implementing Classes:
DefaultBuildDefinitionForBuild
public interface BuildDefinitionForBuild extends BuildDefinitionXml
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Plan
getPlan()
boolean
isMerged()
void
setPlan(Plan build)
-
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Methods inherited from interface com.atlassian.bamboo.build.BuildDefinitionXml
getXmlData, setXmlData
-
-