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
 
Field Summary
static java.lang.String EXPIRY_OFF
           
 
Fields inherited from interface com.atlassian.bamboo.build.creation.PlanCreationService
EXISTING_PROJECT_KEY, NEW_PROJECT_MARKER, PROJECT_KEY, PROJECT_NAME
 
Method Summary
 void cleanBuildConfiguration(BuildConfiguration buildConfiguration, Plan plan)
           
 
Methods inherited from interface com.atlassian.bamboo.build.creation.PlanCreationService
createPlan, getBuildConfigurationWithDefaults, getNewInstance, savePlan, triggerCreationCompleteEvents, validatePlan
 

Field Detail

EXPIRY_OFF

static final java.lang.String EXPIRY_OFF
See Also:
Constant Field Values
Method Detail

cleanBuildConfiguration

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


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.