Uses of Interface
com.atlassian.bamboo.build.creation.PlanCreationService

Packages that use PlanCreationService
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.ww2.actions.build.admin.create   
com.atlassian.bamboo.ww2.actions.chains   
 

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

Classes in com.atlassian.bamboo.build.creation that implement PlanCreationService
 class BuildCreationService
           
 class ChainCreationService
           
 class JobCreationService
           
 class PlanCreationTemplate
           
 

Uses of PlanCreationService in com.atlassian.bamboo.ww2.actions.build.admin.create
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.create that return types with arguments of type PlanCreationService
 java.util.Map<java.lang.String,PlanCreationService> CreateTopLevelPlan.getPlanTypes()
           
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.create with parameters of type PlanCreationService
 void CreateTopLevelPlan.setBuildCreationService(PlanCreationService buildCreationService)
           
 void CreateTopLevelPlan.setChainCreationService(PlanCreationService chainCreationService)
           
 

Uses of PlanCreationService in com.atlassian.bamboo.ww2.actions.chains
 

Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type PlanCreationService
 void CreateJob.setJobCreationService(PlanCreationService jobCreationService)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.