com.atlassian.bamboo.build
Interface BuildDefinitionForBuild

All Superinterfaces:
BambooIdProvider, BambooObject, BuildDefinitionXml
All Known Implementing Classes:
DefaultBuildDefinitionForBuild

public interface BuildDefinitionForBuild
extends BuildDefinitionXml


Method Summary
 Plan getPlan()
           
 boolean isMerged()
           
 void setPlan(Plan build)
           
 
Methods inherited from interface com.atlassian.bamboo.build.BuildDefinitionXml
getXmlData, setXmlData
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
 
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
 

Method Detail

getPlan

Plan getPlan()

setPlan

void setPlan(Plan build)

isMerged

boolean isMerged()


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.