Uses of Class
com.atlassian.bamboo.build.PlanCreationDeniedException

Packages that use PlanCreationDeniedException
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.plan.branch   
 

Uses of PlanCreationDeniedException in com.atlassian.bamboo.build.creation
 

Methods in com.atlassian.bamboo.build.creation that throw PlanCreationDeniedException
 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)
           
protected abstract  boolean PlanCreationTemplate.performCloneIfRequired(BuildConfiguration buildConfiguration, PlanCreationBean planCreationBean, ActionParametersMap params)
          Using the action parameters determine if cloning is required and if so, perform the clone.
protected  boolean ChainCreationServiceImpl.performCloneIfRequired(BuildConfiguration buildConfiguration, PlanCreationBean planCreationBean, ActionParametersMap params)
           
protected  boolean ChainBranchCreationServiceImpl.performCloneIfRequired(BuildConfiguration buildConfiguration, PlanCreationBean planCreationBean, ActionParametersMap params)
           
protected abstract  boolean PlanCreationTemplate.performCloneIfRequired(PlanCreationBean planCreationBean, ActionParametersMap params)
          Deprecated. since 5.6
protected  boolean JobCreationServiceImpl.performCloneIfRequired(PlanCreationBean planCreationBean, ActionParametersMap params)
           
protected  boolean ChainCreationServiceImpl.performCloneIfRequired(PlanCreationBean planCreationBean, ActionParametersMap params)
           
protected  boolean ChainBranchCreationServiceImpl.performCloneIfRequired(PlanCreationBean planCreationBean, ActionParametersMap params)
           
 java.lang.String PlanCreationService.savePlan(PlanCreationBean planCreationBean)
          Saves a already created plan to the database
 java.lang.String PlanCreationTemplate.savePlan(PlanCreationBean planCreationBean)
           
 

Uses of PlanCreationDeniedException in com.atlassian.bamboo.plan.branch
 

Methods in com.atlassian.bamboo.plan.branch that throw PlanCreationDeniedException
 PlanKey BranchDetectionService.createChainBranch(ImmutableChain chain, java.lang.String branchName, VcsBranch vcsBranch, BuildConfiguration buildConfiguration, 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, BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry)
           
 PlanKey BranchDetectionService.createChainBranch(ImmutableChain chain, java.lang.String branchName, VcsBranch vcsBranch, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry)
          Deprecated. in 5.6 use BranchDetectionService.createChainBranch(ImmutableChain, String, VcsBranch, BuildConfiguration, PlanCreationService.EnablePlan, boolean)
 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)
           
 



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