Uses of Class
com.atlassian.bamboo.build.creation.PlanCreationService.EnablePlan

Packages that use PlanCreationService.EnablePlan
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.plan.branch   
 

Uses of PlanCreationService.EnablePlan in com.atlassian.bamboo.build.creation
 

Methods in com.atlassian.bamboo.build.creation that return PlanCreationService.EnablePlan
static PlanCreationService.EnablePlan PlanCreationService.EnablePlan.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PlanCreationService.EnablePlan[] PlanCreationService.EnablePlan.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.bamboo.build.creation with parameters of type PlanCreationService.EnablePlan
 java.util.List<PlanKey> JobCreationService.createJobAndBranches(BuildConfiguration buildConfiguration, ActionParametersMap actionParametersMap, PlanCreationService.EnablePlan ifPlanEnabled)
           
 java.util.List<PlanKey> JobCreationServiceImpl.createJobAndBranches(BuildConfiguration buildConfiguration, ActionParametersMap actionParametersMap, PlanCreationService.EnablePlan enabled)
           
 java.lang.String PlanCreationService.createPlan(BuildConfiguration buildConfiguration, ActionParametersMap actionParametersMap, PlanCreationService.EnablePlan enabled)
          Creates a plan from its components and saves it to the database
 java.lang.String JobCreationService.createPlan(BuildConfiguration buildConfiguration, ActionParametersMap actionParametersMap, PlanCreationService.EnablePlan enabled)
          Deprecated. since 4.0 use @{link #createJobAndBranches}
 java.lang.String PlanCreationTemplate.createPlan(BuildConfiguration buildConfiguration, ActionParametersMap actionParametersMap, PlanCreationService.EnablePlan enabled)
           
 java.lang.String JobCreationServiceImpl.createPlan(BuildConfiguration buildConfiguration, ActionParametersMap actionParametersMap, PlanCreationService.EnablePlan enabled)
          Deprecated. since 4.0 use @{link #createJobAndBranches}
 java.lang.String ChainCreationServiceImpl.createPlan(BuildConfiguration buildConfiguration, ActionParametersMap params, PlanCreationService.EnablePlan enabled)
           
 java.lang.String ChainBranchCreationServiceImpl.createPlan(BuildConfiguration buildConfiguration, ActionParametersMap actionParametersMap, PlanCreationService.EnablePlan enabled)
           
 java.lang.String ChainCreationServiceImpl.createPlanAndKey(BuildConfiguration buildConfiguration, ActionParametersMap params, PlanCreationService.EnablePlan enabled)
           
 java.lang.String JobCreationService.createSingleJob(BuildConfiguration buildConfiguration, ActionParametersMap clonedActionParametersMap, PlanCreationService.EnablePlan planEnabled)
           
 java.lang.String JobCreationServiceImpl.createSingleJob(BuildConfiguration buildConfiguration, ActionParametersMap actionParametersMap, PlanCreationService.EnablePlan enabled)
           
 

Uses of PlanCreationService.EnablePlan in com.atlassian.bamboo.plan.branch
 

Methods in com.atlassian.bamboo.plan.branch with parameters of type PlanCreationService.EnablePlan
 PlanKey BranchDetectionService.createChainBranch(ImmutableChain chain, java.lang.String branchName, VcsBranch vcsBranch, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry)
          Given a branch name and (optionally) vcs branch name, create Plan Branches with overriding repository definitions.
 PlanKey BranchDetectionServiceImpl.createChainBranch(ImmutableChain chain, java.lang.String branchName, VcsBranch vcsBranch, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry)
           
 java.util.List<PlanKey> ChainPropagatingFacade.createJob(JobCreationService jobCreationService, BuildConfiguration buildConfiguration, java.util.Map<java.lang.String,?> actionParametersMap, PlanCreationService.EnablePlan isPlanEnabled)
           
 java.util.Collection<PlanKey> BranchDetectionService.createPlanBranches(ImmutableChain chain, java.util.Collection<VcsBranch> branches, ErrorCollection errorCollection, PlanCreationService.EnablePlan enablePlan)
          Given a list of branch names, create Plan Branches for these, with overriding repository definitions.
 java.util.Collection<PlanKey> BranchDetectionServiceImpl.createPlanBranches(ImmutableChain chain, java.util.Collection<VcsBranch> branches, ErrorCollection errorCollection, PlanCreationService.EnablePlan enablePlan)
           
 



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