|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PostConfigurableBuilder
Field Summary |
---|
Fields inherited from interface com.atlassian.bamboo.builder.Builder |
---|
CAPABILITY_BUILDER_PREFIX, CAPABILITY_BUILDER_TYPE |
Method Summary | |
---|---|
void |
performPostConfiguration(java.lang.String selectedBuilder,
BuildConfiguration builderConfiguration,
Plan plan)
Preform any post actions that might need to occur after you save the builder configuration. |
Methods inherited from interface com.atlassian.bamboo.builder.Builder |
---|
addDefaultLabelPathMaps, customiseLabelTypeMap, getBuildJdk, getCompleteKey, getFullParams, getKey, getLabel, getName, getPath, getPathHelp, hasTests, isLabelPathMapConfigurable, isPathValid, setBuildJdk, setLabel, setParams, validate |
Methods inherited from interface com.atlassian.bamboo.v2.build.BuilderV2 |
---|
executeBuild, hasPassed, populateBuildErrors |
Methods inherited from interface com.atlassian.bamboo.v2.build.ConfigurablePlugin |
---|
addDefaultValues, customizeBuildRequirements, getEditHtml, getViewHtml, prepareConfigObject, removeBuildRequirements, validate |
Methods inherited from interface com.atlassian.bamboo.plugin.InitablePluginModule |
---|
init |
Method Detail |
---|
void performPostConfiguration(java.lang.String selectedBuilder, BuildConfiguration builderConfiguration, Plan plan)
selectedBuilder
- - the key of the builder currently selected (may or may not be you)builderConfiguration
- - for the current buildplan
- - that is being configured
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |