Package com.atlassian.bamboo.build
Interface BuildDefinitionForProject
-
- All Superinterfaces:
BambooIdProvider
,BambooObject
,BuildDefinitionXml
public interface BuildDefinitionForProject extends BuildDefinitionXml
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Project
getProject()
void
setProject(Project project)
-
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
-
-