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

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

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.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 PlanCreationTemplate.createPlan(BuildConfiguration buildConfiguration, ActionParametersMap actionParametersMap, PlanCreationService.EnablePlan enabled)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.