|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PartialBuildDefinition
For description of this interface, see BuildDefinition
. The difference is that all methods in this class are nullable and
the interface does not offer mutators.
The class is used for serialisation of partially filled-in BuildDefinitions (e.g. the ones coming from PlanBranches).
Method Summary | |
---|---|
BranchIntegrationConfiguration |
getBranchIntegrationConfiguration()
|
BranchMonitoringConfiguration |
getBranchMonitoringConfiguration()
|
BranchSpecificConfiguration |
getBranchSpecificConfiguration()
Returns any configuration that is specific to a branch plan, and not so relevant for a normal plan. |
java.util.List<java.lang.String> |
getBuildChangedEmailList()
Deprecated. |
java.lang.String |
getBuildChangedEmails()
Deprecated. |
BuildStrategy |
getBuildStrategy()
|
java.util.Map<java.lang.String,java.lang.Object> |
getConfigObjects()
|
java.util.Map<java.lang.String,java.lang.String> |
getCustomConfiguration()
A map consisting of String key and String value pairs. |
java.lang.Long |
getRepositoryIdDefiningWorkingDir()
|
java.util.List<TaskDefinition> |
getTaskDefinitions()
|
java.lang.Boolean |
isCleanWorkingDirectory()
|
boolean |
isMerged()
|
Methods inherited from interface com.atlassian.bamboo.v2.build.BuildPlanDefinition |
---|
getRepository |
Method Detail |
---|
@Nullable BuildStrategy getBuildStrategy()
@Nullable BranchMonitoringConfiguration getBranchMonitoringConfiguration()
@Nullable BranchIntegrationConfiguration getBranchIntegrationConfiguration()
@Nullable BranchSpecificConfiguration getBranchSpecificConfiguration()
@Nullable @Deprecated java.lang.String getBuildChangedEmails()
@Nullable @Deprecated java.util.List<java.lang.String> getBuildChangedEmailList()
@Nullable java.util.Map<java.lang.String,java.lang.String> getCustomConfiguration()
BuildPlanDefinition
getCustomConfiguration
in interface BuildPlanDefinition
@Nullable java.util.Map<java.lang.String,java.lang.Object> getConfigObjects()
@Nullable java.util.List<TaskDefinition> getTaskDefinitions()
@Nullable java.lang.Boolean isCleanWorkingDirectory()
@Nullable java.lang.Long getRepositoryIdDefiningWorkingDir()
boolean isMerged()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |