Interface ChainBranchCreationService
-
- All Superinterfaces:
PlanCreationService
- All Known Implementing Classes:
ChainBranchCreationServiceImpl
public interface ChainBranchCreationService extends PlanCreationService
Provides a way to create PlanBranch objects from an action
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.atlassian.bamboo.build.creation.PlanCreationService
PlanCreationService.EnablePlan
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXPIRY_OFF
-
Fields inherited from interface com.atlassian.bamboo.build.creation.PlanCreationService
EXISTING_PROJECT_KEY, NEW_PROJECT_MARKER, PROJECT_DESCRIPTION, PROJECT_KEY, PROJECT_NAME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cleanBuildConfiguration(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan)
-
Methods inherited from interface com.atlassian.bamboo.build.creation.PlanCreationService
createPlan, getBuildConfigurationWithDefaults, getNewInstance, savePlan, triggerCreationCompleteEvents, validatePlan
-
-
-
-
Field Detail
-
EXPIRY_OFF
static final String EXPIRY_OFF
- See Also:
- Constant Field Values
-
-
Method Detail
-
cleanBuildConfiguration
void cleanBuildConfiguration(@NotNull @NotNull BuildConfiguration buildConfiguration, @NotNull @NotNull Plan plan)
-
-