Interface ChainBranchCreationService
- All Superinterfaces:
PlanCreationService
- All Known Implementing Classes:
ChainBranchCreationServiceImpl
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 inherited from interface com.atlassian.bamboo.build.creation.PlanCreationService
EXISTING_PROJECT_KEY, NEW_PROJECT_MARKER, PROJECT_DESCRIPTION, PROJECT_KEY, PROJECT_NAME
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanBuildConfiguration
(@NotNull BuildConfiguration buildConfiguration, @NotNull Plan plan) Methods inherited from interface com.atlassian.bamboo.build.creation.PlanCreationService
createPlan, getBuildConfigurationWithDefaults, getNewInstance, savePlan, triggerCreationCompleteEvents, validatePlan
-
Field Details
-
EXPIRY_OFF
- See Also:
-
-
Method Details
-
cleanBuildConfiguration
void cleanBuildConfiguration(@NotNull @NotNull BuildConfiguration buildConfiguration, @NotNull @NotNull Plan plan)
-