com.atlassian.bamboo.build.creation
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
 
Method Summary
 void cleanBuildConfiguration(BuildConfiguration buildConfiguration, Plan plan)
           
 
Methods inherited from interface com.atlassian.bamboo.build.creation.PlanCreationService
createPlan, getBuildConfigurationWithDefaults, getNewInstance, savePlan, triggerCreationCompleteEvents, validatePlan
 

Method Detail

cleanBuildConfiguration

void cleanBuildConfiguration(@NotNull
                             BuildConfiguration buildConfiguration,
                             @NotNull
                             Plan plan)


Copyright © 2012 Atlassian. All Rights Reserved.