Uses of Interface
com.atlassian.bamboo.plan.Plan

Packages that use Plan
com.atlassian.bamboo.brokenbuildtracker.notifications   
com.atlassian.bamboo.brokenbuildtracker.ui   
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.artifact   
com.atlassian.bamboo.build.configuration   
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.build.expiry   
com.atlassian.bamboo.build.expiry.plugin   
com.atlassian.bamboo.build.monitoring   
com.atlassian.bamboo.builder.coverage   
com.atlassian.bamboo.buildtrigger   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.comment   
com.atlassian.bamboo.deletion   
com.atlassian.bamboo.fileserver   
com.atlassian.bamboo.index   
com.atlassian.bamboo.index.buildresult   
com.atlassian.bamboo.js   
com.atlassian.bamboo.labels   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.notification   
com.atlassian.bamboo.notification.buildcompleted   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.artifact   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.plan.matcher   
com.atlassian.bamboo.plugin.web   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.plugins.maven.dependencies   
com.atlassian.bamboo.project   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.repository.migration   
com.atlassian.bamboo.repository.nullrepository   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.resultsummary.tests   
com.atlassian.bamboo.schedule   
com.atlassian.bamboo.security.acegi.acls   
com.atlassian.bamboo.session   
com.atlassian.bamboo.upgrade   
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.v2.build.configuration   
com.atlassian.bamboo.v2.build.trigger   
com.atlassian.bamboo.variable   
com.atlassian.bamboo.webrepository   
com.atlassian.bamboo.ww2.actions   
com.atlassian.bamboo.ww2.actions.admin   
com.atlassian.bamboo.ww2.actions.admin.bulk   
com.atlassian.bamboo.ww2.actions.admin.bulk.repository   
com.atlassian.bamboo.ww2.actions.admin.bulk.trigger   
com.atlassian.bamboo.ww2.actions.agent   
com.atlassian.bamboo.ww2.actions.build   
com.atlassian.bamboo.ww2.actions.build.admin   
com.atlassian.bamboo.ww2.actions.build.admin.config   
com.atlassian.bamboo.ww2.actions.build.admin.create   
com.atlassian.bamboo.ww2.actions.labels   
com.atlassian.bamboo.ww2.actions.plans.admin   
com.atlassian.bamboo.ww2.actions.project   
com.atlassian.bamboo.ww2.aware   
 

Uses of Plan in com.atlassian.bamboo.brokenbuildtracker.notifications
 

Methods in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type Plan
protected  ResultsSummary ResponsibilitiesUpdatedNotificationListener.calculateAndUpdateResultSummary(UserResponsibilityEvent event, Plan plan)
           
protected  java.util.List<NotificationRecipient> ResponsibilitiesUpdatedNotificationListener.calculateRecipients(UserResponsibilityEvent event, Plan plan, ResultsSummary resultsSummary)
           
protected  java.lang.Iterable<NotificationRule> ResponsibilitiesUpdatedNotificationListener.getNotificationRules(Plan plan, UserResponsibilityEvent event)
           
 

Uses of Plan in com.atlassian.bamboo.brokenbuildtracker.ui
 

Methods in com.atlassian.bamboo.brokenbuildtracker.ui that return types with arguments of type Plan
 java.util.List<Plan> ViewResponsibilitiesForUser.getCurrentResponsiblePlans()
           
 

Methods in com.atlassian.bamboo.brokenbuildtracker.ui with parameters of type Plan
 boolean BrokenBuildConfiguration.isApplicableTo(Plan plan)
           
protected  void BrokenBuildConfiguration.populateContextForView(java.util.Map<java.lang.String,java.lang.Object> context, Plan build)
           
 

Uses of Plan in com.atlassian.bamboo.build
 

Subinterfaces of Plan in com.atlassian.bamboo.build
 interface Buildable
           
 interface Job
           
 

Classes in com.atlassian.bamboo.build that implement Plan
 class DefaultJob
           
 

Methods in com.atlassian.bamboo.build that return Plan
 Plan PlanDependency.getChildPlan()
           
 Plan PlanDependencyImpl.getChildPlan()
           
 Plan PlanDependency.getParentPlan()
           
 Plan PlanDependencyImpl.getParentPlan()
           
 Plan BuildDefinitionForBuild.getPlan()
           
 Plan DefaultBuildDefinitionForBuild.getPlan()
           
 

Methods in com.atlassian.bamboo.build with parameters of type Plan
 void PlanDependencyManager.adjustChildDependencyList(java.lang.String dependencyType, Plan plan, java.util.Set<PlanKey> newChildPlanKeys, boolean overwriteExisting)
          Update the existing children dependencies of the given plan and dependency Type to match the provided list of new children.
 void PlanDependencyManagerImpl.adjustChildDependencyList(java.lang.String dependencyKey, Plan plan, java.util.Set<PlanKey> newChildPlanKeys, boolean overwriteExisting)
           
 void PlanDependencyManager.adjustParentDependencyList(java.lang.String dependencyType, Plan plan, java.util.Set<PlanKey> newParentPlanKeys, boolean overwriteExisting)
          Update the existing parent dependencies of the given plan and dependency Type to match the provided list of new parents.
 void PlanDependencyManagerImpl.adjustParentDependencyList(java.lang.String dependencyKey, Plan childPlan, java.util.Set<PlanKey> newParentPlanKeys, boolean overwriteExisting)
           
 BuildDefinition BuildDefinitionManager.getBuildDefinition(Plan plan)
           
 BuildDefinition DefaultBuildDefinitionManagerTx.getBuildDefinition(Plan plan)
           
 BuildDefinition DefaultBuildDefinitionManager.getBuildDefinition(Plan plan)
           
 void BuildDefinitionManager.savePlanAndDefinition(Plan plan)
          Deprecated. since 5.0 use PlanManager.savePlanWithSchedulesStopped(com.atlassian.bamboo.plan.Plan)
 void DefaultBuildDefinitionManagerTx.savePlanAndDefinition(Plan plan)
           
 void DefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan)
           
 void BuildDefinitionManager.savePlanAndDefinition(Plan plan, BuildConfiguration buildConfiguration)
          Saves the Plan and the BuildConfiguration
 void DefaultBuildDefinitionManagerTx.savePlanAndDefinition(Plan plan, BuildConfiguration newBuildConfiguration)
           
 void DefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan, BuildConfiguration newBuildConfiguration)
           
 void BuildDefinitionManager.savePlanAndDefinition(Plan plan, BuildDefinition buildDefinition)
          Convert and save the build definition.
 void DefaultBuildDefinitionManagerTx.savePlanAndDefinition(Plan plan, BuildDefinition newBuildDefinition)
           
 void DefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan, BuildDefinition newBuildDefinition)
           
 void BuildDefinitionManager.savePlanAndDefinition(Plan plan, BuildDefinition buildDefinition, boolean withQuartzJobsRestart)
          Convert and save the build definition.
 void DefaultBuildDefinitionManagerTx.savePlanAndDefinition(Plan plan, BuildDefinition newBuildDefinition, boolean withQuartzJobsRestart)
           
 void DefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan, BuildDefinition newBuildDefinition, boolean withQuartzJobsRestart)
           
 void PlanDependencyImpl.setChildPlan(Plan childPlan)
           
 void DefaultJob.setMaster(Plan master)
           
 void PlanDependencyImpl.setParentPlan(Plan parentPlan)
           
 void BuildDefinitionForBuild.setPlan(Plan build)
           
 void DefaultBuildDefinitionForBuild.setPlan(Plan plan)
           
 

Constructors in com.atlassian.bamboo.build with parameters of type Plan
PlanDependencyImpl(Plan parentPlan, Plan childPlan)
           
PlanDependencyImpl(java.lang.String dependencyType, Plan parentPlan, Plan childPlan)
           
 

Uses of Plan in com.atlassian.bamboo.build.artifact
 

Methods in com.atlassian.bamboo.build.artifact with parameters of type Plan
 java.lang.String ArtifactHandlerForPlanConfigurator.getEditHtml(BuildConfiguration buildConfiguration, Plan plan)
           
 boolean ArtifactHandlerForPlanConfigurator.isApplicableTo(Plan plan)
           
static void LocalArtifactManager.removeArtifactFiles(Plan plan)
          Deprecated. since 4.4 use the non-static variant of this method
 void ArtifactLinkManager.removeArtifactLinks(ChainResultsSummary chainResultsSummary, Plan plan)
          Deprecated. since 5.0, use ArtifactLinkManager.removeArtifactLinks(com.atlassian.bamboo.chains.ChainResultsSummary)
 void DefaultArtifactLinkManager.removeArtifactLinks(ChainResultsSummary chainResultsSummary, Plan plan)
          Deprecated. 
 

Uses of Plan in com.atlassian.bamboo.build.configuration
 

Methods in com.atlassian.bamboo.build.configuration with parameters of type Plan
 boolean ConcurrentBuildsPlanConfigurationPlugin.isApplicableTo(Plan plan)
           
protected  void ConcurrentBuildsPlanConfigurationPlugin.populateContextForView(java.util.Map<java.lang.String,java.lang.Object> context, Plan plan)
           
 

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

Methods in com.atlassian.bamboo.build.creation that return Plan
 Plan PlanCreationService.getNewInstance()
           
 Plan PlanCreationBean.getPlanBeingCreated()
           
 

Methods in com.atlassian.bamboo.build.creation with parameters of type Plan
 void ChainCreationService.cleanBuildConfiguration(BuildConfiguration buildConfiguration, Plan plan)
           
 void ChainBranchCreationService.cleanBuildConfiguration(BuildConfiguration buildConfiguration, Plan plan)
           
protected abstract  void PlanCreationTemplate.cleanBuildConfiguration(BuildConfiguration buildConfiguration, Plan plan)
          Clean build configuration for saving.
 void JobCreationServiceImpl.cleanBuildConfiguration(BuildConfiguration buildConfiguration, Plan plan)
           
 void ChainCreationServiceImpl.cleanBuildConfiguration(BuildConfiguration buildConfiguration, Plan plan)
           
 void ChainBranchCreationServiceImpl.cleanBuildConfiguration(BuildConfiguration buildConfiguration, Plan plan)
           
protected  void PlanCreationTemplate.clonePlanPermissionsToSession(Plan buildToClone, PlanCreationBean planCreationBean, java.lang.String planOwner)
           
 java.util.List<PlanRepositoryLink> RepositoryConfigHelper.extractRepositoriesFromConfiguration(BuildConfiguration buildConfiguration, Plan plan)
          Deprecated. since 3.3 to be removed as soon as possible - created only as temporary hack to make plan creation work
protected abstract  void PlanCreationTemplate.performPostCreateAction(Plan plan)
          Perform plan specific actions that need to be run immediately after plan creation.
protected  void JobCreationServiceImpl.performPostCreateAction(Plan plan)
           
protected  void ChainCreationServiceImpl.performPostCreateAction(Plan plan)
           
protected  void ChainBranchCreationServiceImpl.performPostCreateAction(Plan plan)
           
protected abstract  void PlanCreationTemplate.prepareBuildConfiguration(BuildConfiguration buildConfiguration, Plan plan, PlanCreationBean planCreationBean)
          Prepare build configuration for saving.
protected  void JobCreationServiceImpl.prepareBuildConfiguration(BuildConfiguration buildConfiguration, Plan plan, PlanCreationBean planCreationBean)
           
protected  void ChainCreationServiceImpl.prepareBuildConfiguration(BuildConfiguration buildConfiguration, Plan plan, PlanCreationBean planCreationBean)
           
protected  void ChainBranchCreationServiceImpl.prepareBuildConfiguration(BuildConfiguration buildConfiguration, Plan plan, PlanCreationBean planCreationBean)
           
protected abstract  void PlanCreationTemplate.preparePlanDetails(Plan plan, ActionParametersMap params)
          Prepare the plan object for saving.
protected  void JobCreationServiceImpl.preparePlanDetails(Plan plan, ActionParametersMap params)
           
protected  void ChainCreationServiceImpl.preparePlanDetails(Plan plan, ActionParametersMap params)
           
protected  void ChainBranchCreationServiceImpl.preparePlanDetails(Plan planBranch, ActionParametersMap params)
           
protected abstract  void PlanCreationTemplate.saveAndUpdateParents(Plan plan)
          Perform any necessary database operations required before saving the plan.
 void JobCreationServiceImpl.saveAndUpdateParents(Plan plan)
           
protected  void ChainCreationServiceImpl.saveAndUpdateParents(Plan plan)
           
protected  void ChainBranchCreationServiceImpl.saveAndUpdateParents(Plan plan)
           
protected abstract  void PlanCreationTemplate.setFullPlanKey(Plan plan)
          Set the full key for this plan
 void JobCreationServiceImpl.setFullPlanKey(Plan plan)
           
protected  void ChainCreationServiceImpl.setFullPlanKey(Plan plan)
           
protected  void ChainBranchCreationServiceImpl.setFullPlanKey(Plan plan)
           
 void PlanCreationBean.setPlanBeingCreated(Plan planBeingCreated)
           
 

Uses of Plan in com.atlassian.bamboo.build.expiry
 

Methods in com.atlassian.bamboo.build.expiry with parameters of type Plan
 int BuildExpiryBeanImpl.expirePlan(BuildExpiryConfig config, Plan plan, ResultsSummary lastResultsSummary)
           
 int BuildExpiryBean.expirePlan(BuildExpiryConfig config, Plan plan, ResultsSummary lastResultsSummary)
          Expires builds according to the passed BuildExpiryConfig object.
 

Uses of Plan in com.atlassian.bamboo.build.expiry.plugin
 

Methods in com.atlassian.bamboo.build.expiry.plugin with parameters of type Plan
 boolean BuildExpiryPerPlanPlugin.isApplicableTo(Plan plan)
           
protected  void BuildExpiryPerPlanPlugin.populateContextForEdit(java.util.Map<java.lang.String,java.lang.Object> context, BuildConfiguration buildConfiguration, Plan plan)
           
protected  void BuildExpiryPerPlanPlugin.populateContextForView(java.util.Map<java.lang.String,java.lang.Object> context, Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.build.monitoring
 

Methods in com.atlassian.bamboo.build.monitoring with parameters of type Plan
protected  void BuildMonitoringPerPlanPlugin.populateContextForView(java.util.Map<java.lang.String,java.lang.Object> context, Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.builder.coverage
 

Methods in com.atlassian.bamboo.builder.coverage with parameters of type Plan
protected  void CloverBuildProcessor.populateContextForEdit(java.util.Map<java.lang.String,java.lang.Object> context, BuildConfiguration buildConfiguration, Plan plan)
           
protected  void CloverBuildProcessor.populateContextForView(java.util.Map<java.lang.String,java.lang.Object> context, Plan build)
           
 

Uses of Plan in com.atlassian.bamboo.buildtrigger
 

Methods in com.atlassian.bamboo.buildtrigger with parameters of type Plan
protected  void PlansGreenCondition.populateContextForView(java.util.Map<java.lang.String,java.lang.Object> context, Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.chains
 

Subinterfaces of Plan in com.atlassian.bamboo.chains
 interface Chain
          Mutable version of ImmutableChain.
 

Classes in com.atlassian.bamboo.chains that implement Plan
 class DefaultChain
           
 

Methods in com.atlassian.bamboo.chains with parameters of type Plan
 void DefaultChain.setMaster(Plan master)
           
 

Uses of Plan in com.atlassian.bamboo.comment
 

Method parameters in com.atlassian.bamboo.comment with type arguments of type Plan
 java.util.List<Comment> CommentHibernateDao.getCommentsByUserForPlans(java.lang.String userName, java.util.List<? extends Plan> plans)
           
 java.util.List<Comment> CommentManager.getCommentsByUserForPlans(java.lang.String userName, java.util.List<? extends Plan> plans)
          Returns the list of comments written by a specified user for the requested plans.
 java.util.List<Comment> CommentDao.getCommentsByUserForPlans(java.lang.String userName, java.util.List<? extends Plan> plans)
           
 java.util.List<Comment> CommentManagerImpl.getCommentsByUserForPlans(java.lang.String userName, java.util.List<? extends Plan> plans)
           
 

Uses of Plan in com.atlassian.bamboo.deletion
 

Methods in com.atlassian.bamboo.deletion with parameters of type Plan
 void DeletionService.deletePlan(Plan plan)
           
 void DeletionServiceImpl.deletePlan(Plan plan)
           
 void PlanDeletionInterceptorAction.intercept(Plan plan)
          Runs before the Plan and its ResultsSummarys have been deleted
 

Uses of Plan in com.atlassian.bamboo.fileserver
 

Methods in com.atlassian.bamboo.fileserver with parameters of type Plan
static java.io.File SystemDirectory.getArtifactDirectory(Plan plan)
          Deprecated. since 4.2 use an appropriate method on $SystemDirectory.getArtifactStorage()
static java.io.File SystemDirectory.getArtifactDirectory(Plan plan, int buildNumber)
          Deprecated. since 4.2 use an appropriate method on $SystemDirectory.getArtifactStorage()
 

Uses of Plan in com.atlassian.bamboo.index
 

Methods in com.atlassian.bamboo.index with parameters of type Plan
 void BuildResultsIndexer.deIndexBuild(Plan build)
           
 void BuildResultsIndexer.deIndexBuild(Plan build, java.util.Set<java.lang.String> affectedJiraIssuesKeys)
           
 long BuildResultsIndexer.indexBuild(Plan plan)
          Indexes the build.
 

Uses of Plan in com.atlassian.bamboo.index.buildresult
 

Methods in com.atlassian.bamboo.index.buildresult with parameters of type Plan
 void DefaultBuildResultsIndexer.deIndexBuild(Plan plan)
           
 void DefaultBuildResultsIndexer.deIndexBuild(Plan build, java.util.Set<java.lang.String> affectedJiraIssuesKeys)
           
 long DefaultBuildResultsIndexer.indexBuild(Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.js
 

Methods in com.atlassian.bamboo.js that return Plan
 Plan PlanSummaryObject.getPlan()
           
 

Constructors in com.atlassian.bamboo.js with parameters of type Plan
PlanSummaryObject(Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.labels
 

Methods in com.atlassian.bamboo.labels that return Plan
 Plan Labelling.getPlan()
           
 Plan LabellingImpl.getPlan()
           
 

Methods in com.atlassian.bamboo.labels with parameters of type Plan
 int LabelManager.addFavourite(Plan plan, com.atlassian.user.User user)
          Adds a build to a user as favourite.
 int LabelManagerImpl.addFavourite(Plan plan, com.atlassian.user.User user)
           
protected  int LabelManagerImpl.addLabel(java.lang.String labelName, java.lang.String namespace, Project project, Plan plan, PlanResultKey planResultKey, java.lang.String userName)
           
 java.util.List<LabelCount> LabelHibernateDao.findLabels(java.lang.String namespace, int maxResults, Plan plan)
           
 java.util.List<LabelCount> LabelDao.findLabels(java.lang.String namespace, int maxResults, Plan plan)
           
 java.util.List<LabelCount> LabelManager.findLabels(java.lang.String namespace, int maxResults, Plan plan, Project project)
          Finds all labels in a given build, with namespace and maxResults.
 java.util.List<LabelCount> LabelManagerImpl.findLabels(java.lang.String namespace, int maxResults, Plan plan, Project project)
           
 java.util.List<java.lang.String> LabelManager.getFavouritesForPlan(Plan plan)
          Deprecated. since 5.4 use LabelManager.getFavouritesForPlan(com.atlassian.bamboo.plan.cache.ImmutablePlan) instead
 java.util.List<java.lang.String> LabelManagerImpl.getFavouritesForPlan(Plan plan)
           
 boolean LabelManager.hasPlanLabel(Plan plan, java.lang.String label)
          Checks whether the Plan has a particular label
 boolean LabelManagerImpl.hasPlanLabel(Plan plan, java.lang.String label)
           
 boolean LabelManager.isManuallyUnmarkedFavourite(Plan plan, com.atlassian.user.User user)
          Flag which determines if the user has manually unmarked this build as favourite.
 boolean LabelManagerImpl.isManuallyUnmarkedFavourite(Plan plan, com.atlassian.user.User user)
           
 int LabelManager.removeFavourite(Plan plan, com.atlassian.user.User user)
          Removes a build from a user's favourite.
 int LabelManagerImpl.removeFavourite(Plan plan, com.atlassian.user.User user)
           
 void Labelling.setPlan(Plan plan)
           
 void LabellingImpl.setPlan(Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.migration.stream
 

Classes in com.atlassian.bamboo.migration.stream with type parameters of type Plan
 class AbstractPlanMapper<T extends Plan>
           
 

Fields in com.atlassian.bamboo.migration.stream declared as Plan
protected  Plan AbstractResultSummaryMapper.buildable
           
 

Constructors in com.atlassian.bamboo.migration.stream with parameters of type Plan
AbstractResultSummaryMapper(net.sf.hibernate.SessionFactory sessionFactory, BuildResultsSummaryDao buildResultsSummaryDao, Plan buildable, java.util.Map<java.lang.Long,Label> labelMap)
           
BuildResultSummaryMapper(net.sf.hibernate.SessionFactory sessionFactory, BuildResultsSummaryDao buildResultsSummaryDao, Plan buildable, java.util.Map<java.lang.Long,Label> labelMap)
           
LabellingMapper(net.sf.hibernate.SessionFactory sessionFactory, ResultsSummary buildResultSummary, Plan plan, Project project, java.util.Map<java.lang.Long,Label> labelMap)
           
 

Uses of Plan in com.atlassian.bamboo.notification
 

Methods in com.atlassian.bamboo.notification that return Plan
 Plan UsersNotification.getPlan()
          The plan the notification rule applies to
 Plan UsersNotificationImpl.getPlan()
           
 

Methods in com.atlassian.bamboo.notification with parameters of type Plan
 java.util.Set<NotificationRule> NotificationManager.getNotificationRules(Plan plan)
          Deprecated. since 5.4 use NotificationManager.getNotificationRules(com.atlassian.bamboo.plan.cache.ImmutablePlan) instead
 java.util.Set<NotificationRule> NotificationManagerImpl.getNotificationRules(Plan plan)
           
 

Constructors in com.atlassian.bamboo.notification with parameters of type Plan
UsersNotificationImpl(Plan plan, NotificationRule notificationRule)
           
 

Uses of Plan in com.atlassian.bamboo.notification.buildcompleted
 

Fields in com.atlassian.bamboo.notification.buildcompleted declared as Plan
protected  Plan AbstractCompletedNotification.plan
           
 

Uses of Plan in com.atlassian.bamboo.plan
 

Classes in com.atlassian.bamboo.plan with type parameters of type Plan
 class PlanHibernateDao<T extends Plan>
           
 

Subinterfaces of Plan in com.atlassian.bamboo.plan
 interface TopLevelPlan
          Marker interface that specifies that the implementing Plan is a 'top level' object
 

Classes in com.atlassian.bamboo.plan that implement Plan
 class AbstractChain
           
 class AbstractPlan
           
 class PlanPermissionSkeleton
          Deprecated. since 4.2 use @{link PlanHelper.getPlanIdentifierForPermissionChecking}
 

Methods in com.atlassian.bamboo.plan with type parameters of type Plan
<T extends Plan>
java.util.List<T>
PlanHibernateDao.findAllPlans(java.lang.Class<T> planType)
           
<T extends Plan>
java.util.List<T>
PlanDao.findAllPlans(java.lang.Class<T> planType)
          Return a Plan collection for specified plan type.
<T extends Plan>
java.util.List<T>
PlanHibernateDao.findAllPlans(java.lang.Class<T> planType, int firstResult, int maxResults)
           
<T extends Plan>
java.util.List<T>
PlanDao.findAllPlans(java.lang.Class<T> planType, int firstResult, int maxResults)
          Return a Plan collection for specified plan type.
<T extends Plan>
java.util.List<T>
PlanHibernateDao.findAllPlansByProject(Project project, java.lang.Class<T> planType)
           
<T extends Plan>
java.util.List<T>
PlanDao.findAllPlansByProject(Project project, java.lang.Class<T> planType)
          Return a Plan collection for specified Project, including plans marked for deletion.
<E extends Plan>
E
PlanHibernateDao.findById(long id, java.lang.Class<E> aClass)
           
<T extends Plan>
java.util.List<T>
PlanHibernateDao.findPlansByProject(Project project, java.lang.Class<T> planType)
           
<T extends Plan>
java.util.List<T>
PlanDao.findPlansByProject(Project project, java.lang.Class<T> planType)
          Return a Plan collection for specified Project
<T extends Plan>
java.util.List<PlanKey>
PlanManager.getAllPlanKeys(java.lang.Class<T> planType)
          Returns keys of all Plan's filtered by Class.
<T extends Plan>
java.util.List<PlanKey>
PlanManagerImpl.getAllPlanKeys(java.lang.Class<T> planType)
           
<T extends Plan>
java.util.List<T>
PlanManager.getAllPlans(java.lang.Class<T> planType)
          Returns all Plan's filtered by Class.
<T extends Plan>
java.util.List<T>
PlanManagerImpl.getAllPlans(java.lang.Class<T> planType)
           
<T extends Plan>
java.util.List<T>
PlanManager.getAllPlans(java.lang.Class<T> planType, int firstResult, int maxResults)
          Returns all Plan's filtered by Class.
<T extends Plan>
java.util.List<T>
PlanManagerImpl.getAllPlans(java.lang.Class<T> planType, int firstResult, int maxResults)
           
<T extends Plan>
java.util.List<T>
PlanManager.getAllPlansByProject(Project project, java.lang.Class<T> planType)
          Returns all Plan's filtered by Project and Class, including the plans marked for deletion.
<T extends Plan>
java.util.List<T>
PlanManagerImpl.getAllPlansByProject(Project project, java.lang.Class<T> planType)
           
<T extends Plan>
java.util.List<T>
FilteringPlanManager.getAllPlansForClone(java.lang.Class<T> planType)
          Deprecated. since 4.1 use FilteringPlanManager.getPlansForClone()
<T extends Plan>
java.util.Collection<T>
PlanHibernateDao.getAllPlansMarkedForDeletion(java.lang.Class<T> planType)
           
<T extends Plan>
java.util.Collection<T>
PlanManager.getAllPlansMarkedForDeletion(java.lang.Class<T> planType)
          Returns a list of Plans that are com.atlassian.bamboo.plan.Plan#markForDeletion() for the given type
<T extends Plan>
java.util.Collection<T>
PlanDao.getAllPlansMarkedForDeletion(java.lang.Class<T> planType)
          Returns a list of Plans that are com.atlassian.bamboo.plan.Plan#markForDeletion() for the given type
<T extends Plan>
java.util.Collection<T>
PlanManagerImpl.getAllPlansMarkedForDeletion(java.lang.Class<T> planType)
           
<T extends Plan>
T
PlanManager.getPlanById(long id, java.lang.Class<T> planType)
          Returns a Plan by its id and Class
<T extends Plan>
T
PlanManagerImpl.getPlanById(long id, java.lang.Class<T> planType)
           
<T extends Plan>
T
PlanHibernateDao.getPlanByKey(PlanKey planKey, java.lang.Class<T> aClass)
           
<T extends Plan>
T
PlanManager.getPlanByKey(PlanKey planKey, java.lang.Class<T> planType)
          Returns a Plan by its PlanKey and Class
<T extends Plan>
T
PlanDao.getPlanByKey(PlanKey planKey, java.lang.Class<T> aClass)
          Return a Plan that matches the given key
<T extends Plan>
T
PlanManagerImpl.getPlanByKey(PlanKey planKey, java.lang.Class<T> planType)
           
<T extends Plan>
T
PlanHibernateDao.getPlanByKey(java.lang.String planKey, java.lang.Class<T> aClass)
           
<T extends Plan>
T
PlanManager.getPlanByKey(java.lang.String planKey, java.lang.Class<T> planType)
          Deprecated. 
<T extends Plan>
T
PlanDao.getPlanByKey(java.lang.String planKey, java.lang.Class<T> aClass)
          Return a Plan that matches the given key
<T extends Plan>
T
PlanManagerImpl.getPlanByKey(java.lang.String planKey, java.lang.Class<T> planType)
           
<T extends Plan>
T
PlanManager.getPlanByKeyIfOfType(PlanKey planKey, java.lang.Class<T> planType)
          Returns a Plan by its planKey and if it's of the type Class.
<T extends Plan>
T
PlanManagerImpl.getPlanByKeyIfOfType(PlanKey planKey, java.lang.Class<T> planType)
           
<T extends Plan>
T
PlanManager.getPlanByKeyIfOfType(java.lang.String planKey, java.lang.Class<T> planType)
          Deprecated. since 4.2 use PlanManager.getPlanByKeyIfOfType(com.atlassian.bamboo.plan.PlanKey, java.lang.Class) and PlanKeys.getPlanKey(String)
<T extends Plan>
T
PlanManagerImpl.getPlanByKeyIfOfType(java.lang.String planKey, java.lang.Class<T> planType)
           
<T extends Plan>
T
PlanHibernateDao.getPlanByName(java.lang.String projectKey, java.lang.String planName, java.lang.Class<T> planType)
           
<T extends Plan>
T
PlanDao.getPlanByName(java.lang.String projectKey, java.lang.String planName, java.lang.Class<T> planType)
          Deprecated. since 4.0 implementation no longer guarantees exception on using the method with incorrect planType parameter but only when the result is not unique. Use: PlanDao#isPlanNameConflicting(String, String)
<T extends Plan>
T
PlanHibernateDao.getPlanByPartialKeyAndName(PlanKey partialPlanKey, java.lang.String planName, java.lang.Class<T> planType)
           
<T extends Plan>
T
PlanManager.getPlanByPartialKeyAndName(PlanKey partialPlanKey, java.lang.String planName, java.lang.Class<T> planType)
          Deprecated. 
<T extends Plan>
T
PlanDao.getPlanByPartialKeyAndName(PlanKey partialPlanKey, java.lang.String planName, java.lang.Class<T> planType)
          Returns a Plan that matches the start of the given PlanKey and name
<T extends Plan>
T
PlanManagerImpl.getPlanByPartialKeyAndName(PlanKey partialPlanKey, java.lang.String planName, java.lang.Class<T> planType)
           
<T extends Plan>
T
PlanManager.getPlanByResultKey(PlanResultKey planResultKey, java.lang.Class<T> planType)
          Deprecated. 
<T extends Plan>
T
PlanManagerImpl.getPlanByResultKey(PlanResultKey planResultKey, java.lang.Class<T> planType)
           
<T extends Plan>
int
PlanHibernateDao.getPlanCount(java.lang.Class<T> planType)
           
<T extends Plan>
int
PlanManager.getPlanCount(java.lang.Class<T> planType)
          How many plans filtered by Class currently exist
<T extends Plan>
int
PlanDao.getPlanCount(java.lang.Class<T> planType)
          How many plans filtered by Class currently exist
<T extends Plan>
int
PlanManagerImpl.getPlanCount(java.lang.Class<T> planType)
           
<T extends Plan>
java.util.List<PlanIdentifier>
PlanHibernateDao.getPlanIdentifiersForProject(ProjectIdentifier project, java.lang.Class<T> planType, boolean includeMarkedForDeletion)
           
<T extends Plan>
java.util.List<PlanIdentifier>
PlanManager.getPlanIdentifiersForProject(ProjectIdentifier project, java.lang.Class<T> planType, boolean includeMarkedForDeletion)
          Retrieve a list of plans for a given project.
<T extends Plan>
java.util.List<PlanIdentifier>
PlanDao.getPlanIdentifiersForProject(ProjectIdentifier projectIdentifier, java.lang.Class<T> planType, boolean includeMarkedForDeletion)
          Returns minimal data about all plans in the given project
<T extends Plan>
java.util.List<PlanIdentifier>
PlanManagerImpl.getPlanIdentifiersForProject(ProjectIdentifier project, java.lang.Class<T> planType, boolean includeMarkedForDeletion)
           
<T extends Plan>
java.util.List<PlanKey>
PlanHibernateDao.getPlanKeys(java.lang.Class<T> planType)
           
<T extends Plan>
java.util.List<PlanKey>
PlanDao.getPlanKeys(java.lang.Class<T> planType)
          Returns all plan keys of a particular type
<T extends Plan>
java.util.List<T>
PlanManager.getPlansByProject(Project project, java.lang.Class<T> planType)
          Returns all Plan's filtered by Project and Class
<T extends Plan>
java.util.List<T>
PlanManagerImpl.getPlansByProject(Project project, java.lang.Class<T> planType)
           
<T extends Plan>
java.util.Map<Project,java.util.Collection<T>>
PlanManager.getProjectPlanMap(java.lang.Class<T> planType, boolean includeEmptyProjects)
          Return mapping of Project to Plan of given type
<T extends Plan>
java.util.Map<Project,java.util.Collection<T>>
PlanManagerImpl.getProjectPlanMap(java.lang.Class<T> planType, boolean includeEmptyProjects)
           
<T extends Plan>
java.util.List<T>
FilteringPlanManager.getRunnablePlansByProject(Project project, java.lang.Class<T> planType)
          Deprecated. since 4.1 use FilteringPlanManager.getRunnablePlans(com.atlassian.bamboo.project.Project, java.lang.Class)
static
<T extends Plan>
T
PlanTestHelper.mockPlan(PlanDao planDao, PlanKey planKey, java.lang.Class<T> planClass)
           
static
<T extends Plan>
T
PlanTestHelper.mockPlan(PlanManager planManager, PlanKey planKey, java.lang.Class<T> planClass)
           
static
<T extends Plan>
T
PlanTestHelper.mockPlan(java.lang.String planKey, java.lang.Class<T> planClass)
           
 

Methods in com.atlassian.bamboo.plan that return Plan
 Plan PlanPermissionSkeleton.getMaster()
          Deprecated.  
 Plan PlanAwareContext.getPlan()
           
 Plan PlanAwareContextImpl.getPlan()
           
 Plan PlanManager.getPlanById(long id)
          Returns a Plan by its id
 Plan PlanManagerImpl.getPlanById(long id)
           
 Plan PlanManager.getPlanByKey(PlanKey planKey)
          Returns a Plan by its PlanKey
 Plan PlanManagerImpl.getPlanByKey(PlanKey planKey)
           
 Plan PlanManager.getPlanByKey(java.lang.String planKey)
          Deprecated. 
 Plan PlanManagerImpl.getPlanByKey(java.lang.String planKey)
           
 Plan PlanManager.getPlanByResultKey(PlanResultKey planResultKey)
          Deprecated. 
 Plan PlanManagerImpl.getPlanByResultKey(PlanResultKey planResultKey)
           
 

Methods in com.atlassian.bamboo.plan that return types with arguments of type Plan
 java.lang.Class<? extends Plan> PlanPermissionSkeleton.getPlanClass()
          Deprecated.  
 java.lang.Class<? extends Plan> PlanHibernateDao.getPlanClass(PlanKey planKey)
           
 java.lang.Class<? extends Plan> PlanManager.getPlanClass(PlanKey planKey)
           
 java.lang.Class<? extends Plan> PlanDao.getPlanClass(PlanKey planKey)
           
 java.lang.Class<? extends Plan> PlanManagerImpl.getPlanClass(PlanKey planKey)
           
 

Methods in com.atlassian.bamboo.plan with parameters of type Plan
 int PlanFavouriteService.addFavourite(Plan plan, com.atlassian.user.User user, boolean honourManuallyUnmarked)
          Mark plan as a favourite for a user.
 int PlanFavouriteServiceImpl.addFavourite(Plan plan, com.atlassian.user.User user, boolean honourManuallyUnmarked)
           
 int AbstractPlan.compareTo(Plan plan)
           
 void PlanManager.createPlan(Plan plan)
          Same as savePlan, but create permissions used instead of edit permissions.
 void PlanManagerImpl.createPlan(Plan plan)
           
 void PlanManager.deletePlan(Plan plan)
          Removes the plan object from the database.
 void PlanManagerImpl.deletePlan(Plan plan)
           
 int PlanFavouriteService.removeFavourite(Plan plan, com.atlassian.user.User user)
          Remove plan from the user's favourite list and mark it "manually marked not favourite"
 int PlanFavouriteServiceImpl.removeFavourite(Plan plan, com.atlassian.user.User user)
           
 void PlanConfigurationAspect.resetImmutablePlanCacheService(Plan plan)
           
 void PlanHibernateDao.save(Plan plan)
           
 void PlanManager.savePlan(Plan plan)
          Saves the Plan
 void PlanManagerImpl.savePlan(Plan plan)
           
 void PlanManager.savePlanWithSchedulesStopped(Plan plan)
          Saves the Plan while polling jobs are stopped.
 void PlanManagerImpl.savePlanWithSchedulesStopped(Plan plan)
           
 void PlanPermissionSkeleton.setMaster(Plan master)
          Deprecated.  
 void Plan.setMaster(Plan master)
          Set which plan is the master of this plan.
 void PlanManager.setPlanSuspendedState(Plan plan, boolean newState)
          Deprecated. since 4.1. Use PlanManager.setPlanSuspendedState(PlanKey, boolean) instead
 void PlanManagerImpl.setPlanSuspendedState(Plan originalPlan, boolean newState)
           
 int PlanFavouriteService.toggleFavourite(Plan plan, com.atlassian.user.User user)
          Toggle the plan's favourite status for a user.
 int PlanFavouriteServiceImpl.toggleFavourite(Plan plan, com.atlassian.user.User user)
           
 

Constructor parameters in com.atlassian.bamboo.plan with type arguments of type Plan
PlanPermissionSkeleton(long id, java.lang.String planKey, java.lang.Class<? extends Plan> planClass, PlanType planType)
          Deprecated.  
 

Uses of Plan in com.atlassian.bamboo.plan.artifact
 

Methods in com.atlassian.bamboo.plan.artifact with parameters of type Plan
 void ArtifactDefinitionManager.removeArtifactDefinitionsByPlan(Plan plan)
          Remove all artifact definitions associated with a plan.
 void ArtifactDefinitionManagerImpl.removeArtifactDefinitionsByPlan(Plan plan)
           
 void ArtifactSubscriptionManager.removeArtifactSubscriptionsOfPlan(Plan plan)
          Remove all artifact subscriptions for a plan
 void ArtifactSubscriptionManagerImpl.removeArtifactSubscriptionsOfPlan(Plan plan)
           
 void ArtifactDefinitionHibernateDao.removeByProducer(Plan plan)
           
 void ArtifactDefinitionDao.removeByProducer(Plan plan)
          Remove all artifact definitions associated with a plan.
 

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

Subinterfaces of Plan in com.atlassian.bamboo.plan.branch
 interface ChainBranch
          Represents a branch of a plan.
 

Classes in com.atlassian.bamboo.plan.branch that implement Plan
 class ChainBranchImpl
           
 

Methods in com.atlassian.bamboo.plan.branch with parameters of type Plan
 boolean ChainBranchManager.hasBranches(Plan plan)
          Returns whether or not the given plan has any branches
 boolean ChainBranchManagerImpl.hasBranches(Plan plan)
           
 void ChainBranch.setMaster(Plan master)
           
 void ChainBranchImpl.setMaster(Plan master)
           
 

Uses of Plan in com.atlassian.bamboo.plan.cache
 

Methods in com.atlassian.bamboo.plan.cache with type parameters of type Plan
<T extends Plan>
java.util.List<T>
CachedPlanManagerImpl.getAllPlansForClone(java.lang.Class<T> planType)
           
<T extends Plan>
java.util.List<T>
CachedPlanManagerImpl.getRunnablePlansByProject(Project project, java.lang.Class<T> planType)
           
 

Uses of Plan in com.atlassian.bamboo.plan.matcher
 

Classes in com.atlassian.bamboo.plan.matcher with type parameters of type Plan
 class IsPlanKeyEq<T extends Plan>
           
 

Methods in com.atlassian.bamboo.plan.matcher with type parameters of type Plan
static
<T extends Plan>
org.hamcrest.Matcher<T>
IsPlanKeyEq.hasEqualPlanKey(T reference)
           
 

Constructors in com.atlassian.bamboo.plan.matcher with parameters of type Plan
IsPlanKeyEq(Plan reference)
           
 

Uses of Plan in com.atlassian.bamboo.plugin.web
 

Methods in com.atlassian.bamboo.plugin.web with parameters of type Plan
<T extends BuildConfigurationAwarePlugin>
java.lang.Iterable<T>
PlanConfigurationUIPluginHelper.getBuildConfigurationPlugins(Plan plan, java.lang.Class<T> pluginClass)
          Find all installed plugins of a given class.
<T extends BuildConfigurationAwarePlugin>
java.lang.Iterable<T>
PlanConfigurationPluginUIHelperImpl.getBuildConfigurationPlugins(Plan plan, java.lang.Class<T> pluginClass)
           
<T extends BuildConfigurationAwarePlugin>
java.lang.Iterable<T>
PlanConfigurationUIPluginHelper.getBuildConfigurationPlugins(Plan plan, java.lang.Class<T> pluginClass, java.lang.Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
          Find all installed plugins of a given class and module descriptor.
<T extends BuildConfigurationAwarePlugin>
java.lang.Iterable<T>
PlanConfigurationPluginUIHelperImpl.getBuildConfigurationPlugins(Plan plan, java.lang.Class<T> pluginClass, java.lang.Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
           
<T extends BuildConfigurationAwarePlugin>
java.lang.String
PlanConfigurationUIPluginHelper.getEditHtml(BuildConfiguration buildConfiguration, Plan plan, java.lang.Class<T> pluginClass)
          Generate html page from all plugin edit fragments.
<T extends BuildConfigurationAwarePlugin>
java.lang.String
PlanConfigurationPluginUIHelperImpl.getEditHtml(BuildConfiguration buildConfiguration, Plan plan, java.lang.Class<T> pluginClass)
           
<T extends BuildConfigurationAwarePlugin>
java.util.List<java.lang.String>
PlanConfigurationUIPluginHelper.getEditHtmlList(BuildConfiguration buildConfiguration, Plan plan, java.lang.Class<T> pluginClass, java.lang.Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
          Generate list of html edit fragments for all plugins.
<T extends BuildConfigurationAwarePlugin>
java.util.List<java.lang.String>
PlanConfigurationPluginUIHelperImpl.getEditHtmlList(BuildConfiguration buildConfiguration, Plan plan, java.lang.Class<T> pluginClass, java.lang.Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
           
<T extends BuildConfigurationAwarePlugin>
java.lang.String
PlanConfigurationUIPluginHelper.getViewHtml(Plan plan, java.lang.Class<T> pluginClass)
          Generate html page from all plugin view fragments.
<T extends BuildConfigurationAwarePlugin>
java.lang.String
PlanConfigurationPluginUIHelperImpl.getViewHtml(Plan plan, java.lang.Class<T> pluginClass)
           
<T extends BuildConfigurationAwarePlugin>
java.util.List<java.lang.String>
PlanConfigurationUIPluginHelper.getViewHtmlList(Plan plan, java.lang.Class<T> pluginClass, java.lang.Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
          Generate list of html view fragments for all plugins.
<T extends BuildConfigurationAwarePlugin>
java.util.List<java.lang.String>
PlanConfigurationPluginUIHelperImpl.getViewHtmlList(Plan plan, java.lang.Class<T> pluginClass, java.lang.Class<? extends com.atlassian.plugin.ModuleDescriptor<?>>... moduleDescriptorsClasses)
           
 

Uses of Plan in com.atlassian.bamboo.plugins.hg
 

Methods in com.atlassian.bamboo.plugins.hg with parameters of type Plan
 java.util.List<ImmutablePlan> HgRepository.getOtherPlansSharingCache(Plan current)
           
 

Uses of Plan in com.atlassian.bamboo.plugins.maven.dependencies
 

Methods in com.atlassian.bamboo.plugins.maven.dependencies with parameters of type Plan
 void AutomaticDependencyManagementDeletionInterceptorAction.intercept(Plan plan)
           
 boolean AutomaticDependencyManagementPlugin.isApplicableTo(Plan plan)
           
protected  void AutomaticDependencyManagementPlugin.populateContextForEdit(java.util.Map<java.lang.String,java.lang.Object> context, BuildConfiguration buildConfiguration, Plan plan)
           
protected  void AutomaticDependencyManagementPlugin.populateContextForView(java.util.Map<java.lang.String,java.lang.Object> context, Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.project
 

Methods in com.atlassian.bamboo.project that return types with arguments of type Plan
 java.util.List<Plan> Project.getPlans()
          Deprecated. since 3.2 PlanManager.getPlansByProject(Project, Class)
 java.util.List<Plan> DefaultProject.getPlans()
           
 

Uses of Plan in com.atlassian.bamboo.repository
 

Methods in com.atlassian.bamboo.repository that return Plan
 Plan PlanRepositoryLink.getPlan()
           
 Plan PlanRepositoryLinkImpl.getPlan()
           
 

Methods in com.atlassian.bamboo.repository with parameters of type Plan
 RepositoryDefinition RepositoryConfigurationService.attachGlobalRepositoryToPlan(Plan plan, long selectedGlobalRepositoryId, boolean buildTrigger)
          Creates relationship between global repository and a plan
 RepositoryDefinition RepositoryConfigurationServiceImpl.attachGlobalRepositoryToPlan(Plan plan, long selectedGlobalRepositoryId, boolean buildTrigger)
           
 RepositoryDefinition RepositoryConfigurationService.createRepository(Plan plan, java.lang.String repositoryName, java.lang.String pluginKey, java.lang.String webRepositoryKey, org.apache.commons.configuration.HierarchicalConfiguration configuration, boolean buildTrigger)
          Creates new repository and adds it to the plan configuration
 RepositoryDefinition RepositoryConfigurationServiceImpl.createRepository(Plan plan, java.lang.String repositoryName, java.lang.String pluginKey, java.lang.String webRepositoryKey, org.apache.commons.configuration.HierarchicalConfiguration configuration, boolean buildTrigger)
           
 void RepositoryConfigurationService.deleteRepository(Plan plan, long repositoryId)
          Removes repository definition for plan
 void RepositoryConfigurationServiceImpl.deleteRepository(Plan plan, long repositoryId)
           
 void RepositoryConfigurationService.deleteRepository(Plan plan, long repositoryId, long replacementRepositoryId)
          Removes repository definition for plan
 void RepositoryConfigurationServiceImpl.deleteRepository(Plan plan, long repositoryId, long replacementReposiotryId)
           
 RepositoryDefinition RepositoryConfigurationService.editRepository(Plan plan, java.lang.String repositoryName, java.lang.String selectedRepositoryKey, java.lang.String webRepositoryKey, RepositoryDefinition repositoryDefinition, org.apache.commons.configuration.HierarchicalConfiguration configuration)
          Changes (replaces) repository definition.
 RepositoryDefinition RepositoryConfigurationServiceImpl.editRepository(Plan plan, java.lang.String repositoryName, java.lang.String pluginKey, java.lang.String webRepositoryKey, RepositoryDefinition repositoryDefinition, org.apache.commons.configuration.HierarchicalConfiguration configuration)
          AOP advice cannot handle RepositoryDataEntity type so call to {@link RepositoryDefinitionManager#saveRepositoryDefinition(RepositoryDataEntity) will be unadvised.
 java.lang.String AdvancedConfigurationAwareRepository.getAdvancedEditHtml(BuildConfiguration buildConfiguration, Plan plan)
           
 java.lang.String AbstractRepository.getAdvancedEditHtml(BuildConfiguration buildConfiguration, Plan plan)
          Deprecated. since 5.5 use StandaloneRepository.getAdvancedEditHtml(org.apache.commons.configuration.HierarchicalConfiguration)
 java.lang.String AdvancedConfigurationAwareRepository.getAdvancedViewHtml(Plan plan)
           
 java.lang.String AbstractRepository.getAdvancedViewHtml(Plan plan)
          Deprecated. since 5.5 use StandaloneRepository.getAdvancedViewHtml()
 java.lang.String AbstractRepository.getEditHtml(BuildConfiguration buildConfiguration, Plan plan)
          Deprecated. since 5.5 use StandaloneRepository.getEditHtml(org.apache.commons.configuration.HierarchicalConfiguration)
 java.util.Collection<RepositoryDataEntity> RepositoryDefinitionHibernateDao.getPrivateRepositoryDefinitionsByPlan(Plan plan)
           
 java.util.Collection<RepositoryDataEntity> RepositoryDefinitionDao.getPrivateRepositoryDefinitionsByPlan(Plan plan)
           
 java.lang.String AbstractRepository.getViewHtml(Plan plan)
          Deprecated. since 5.5 use StandaloneRepository.getViewHtml()
 void RepositoryDefinitionManager.removeRepositoriesForPlan(Plan plan)
          Remove all repositories from Plan that are not global repositories.
 void RepositoryDefinitionManagerImpl.removeRepositoriesForPlan(Plan plan)
           
 void PlanRepositoryLink.setPlan(Plan plan)
           
 void PlanRepositoryLinkImpl.setPlan(Plan plan)
           
 void RepositoryConfigurationService.shareRepository(Plan plan, RepositoryData repositoryData, java.lang.String repositoryName, java.lang.String userDescription, com.atlassian.user.User user)
          Converts existing Plan repository to Shared Repository.
 void RepositoryConfigurationServiceImpl.shareRepository(Plan plan, RepositoryData repositoryData, java.lang.String repositoryName, java.lang.String userDescription, com.atlassian.user.User user)
           
 

Constructors in com.atlassian.bamboo.repository with parameters of type Plan
PlanRepositoryLinkImpl(Plan plan, RepositoryDataEntity repositoryDataEntity, int position)
           
PlanRepositoryLinkImpl(Plan plan, RepositoryDataEntity repositoryDataEntity, int position, boolean buildTrigger)
          Deprecated. 
 

Uses of Plan in com.atlassian.bamboo.repository.migration
 

Methods in com.atlassian.bamboo.repository.migration with parameters of type Plan
static PlanRepositoryLinkImpl RepositoryConfigurationConverter.convertRepositoryConfigurationInPlan(Plan plan, BuildConfiguration buildConfiguration, PlanRepositoryLinkDao planRepositoryLinkDao)
           
static PlanRepositoryLinkImpl RepositoryConfigurationConverter.convertRepositoryConfigurationInPlan(Plan plan, BuildConfiguration buildConfiguration, RepositoryDefinitionManager repositoryDefinitionManager)
           
static long RepositoryConfigurationConverter.stripAndSaveRepositoryConfiguration(PlanRepositoryLink planRepository, PlanRepositoryLinkDao planRepositoryLinkDao, RepositoryDefinitionDao repositoryDefinitionDao, Plan plan)
           
static long RepositoryConfigurationConverter.stripAndSaveRepositoryConfiguration(PlanRepositoryLink planRepository, RepositoryDefinitionManager repositoryDefinitionManager, Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.repository.nullrepository
 

Methods in com.atlassian.bamboo.repository.nullrepository with parameters of type Plan
 java.lang.String NullRepository.getAdvancedEditHtml(BuildConfiguration buildConfiguration, Plan plan)
           
 java.lang.String NullRepository.getEditHtml(BuildConfiguration buildConfiguration, Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary that return Plan
 Plan ResultsSummary.getPlan()
          Deprecated. since 5.0 use ResultsSummary.getImmutablePlan()
 Plan AbstractResultsSummary.getPlan()
           
 

Methods in com.atlassian.bamboo.resultsummary with parameters of type Plan
<T extends ResultsSummary>
java.util.List<T>
BuildResultsSummaryHibernateDao.getAllResultSummariesForPlan(Plan plan)
           
<T extends ResultsSummary>
java.util.List<T>
ResultsSummaryManager.getAllResultSummariesForPlan(Plan plan)
          Deprecated. since 3.1 use ResultsSummaryManager.getResultSummaries(ResultsSummaryCriteria)
<T extends ResultsSummary>
java.util.List<T>
BuildResultsSummaryDao.getAllResultSummariesForPlan(Plan plan)
          Get all the ResultsSummarys for the given Plan
<T extends ResultsSummary>
java.util.List<T>
BuildResultsSummaryManagerImpl.getAllResultSummariesForPlan(Plan plan)
           
 BuildResultsSummary BuildResultsSummaryHibernateDao.getFirstBuildSummary(Plan plan)
           
 BuildResultsSummary BuildResultsSummaryDao.getFirstBuildSummary(Plan plan)
          Returns the first available BuildResultsSummary for the given Plan
 java.util.List<ResultsSummary> ResultsSummaryManager.getLastNFailedResultsSummaries(Plan build, int numberOfResults)
          Returns the most recent n failed build results.
 java.util.List<ResultsSummary> BuildResultsSummaryManagerImpl.getLastNFailedResultsSummaries(Plan plan, int numberOfResults)
           
 java.util.List<ResultsSummary> BuildResultsSummaryHibernateDao.getNeighbouringSummaries(Plan plan, int currentBuildNumber)
           
 java.util.List<ResultsSummary> ResultsSummaryManager.getNeighbouringSummaries(Plan plan, int buildNumber)
          Returns all the ResultsSummary objects that matches the passed build numbers
 java.util.List<ResultsSummary> BuildResultsSummaryDao.getNeighbouringSummaries(Plan plan, int currentBuildNumber)
          Returns build results "around" given build number
 java.util.List<ResultsSummary> BuildResultsSummaryManagerImpl.getNeighbouringSummaries(Plan plan, int buildNumber)
           
 long BuildResultsSummaryHibernateDao.getNumberOfFinishedResults(Plan plan)
           
 long ResultsSummaryManager.getNumberOfFinishedResults(Plan plan)
          Get number of the ResultsSummarys in LifeCycleState.FINISHED state for the given Plan
 long BuildResultsSummaryDao.getNumberOfFinishedResults(Plan build)
          Returns the number of finished results available for the given Plan
 long BuildResultsSummaryManagerImpl.getNumberOfFinishedResults(Plan plan)
           
<T extends ResultsSummary>
java.util.List<T>
BuildResultsSummaryHibernateDao.getResultSummariesForPlanByLifeCycleState(Plan plan, LifeCycleState lifeCycleState, int firstResult, int maxResults)
           
<T extends ResultsSummary>
java.util.List<T>
ResultsSummaryManager.getResultSummariesForPlanByLifeCycleState(Plan plan, LifeCycleState lifeCycleState, int firstResult, int maxResults)
          Get the ResultsSummarys for the given Plan in give LifeCycleState that are Results are sorted by build number (descending).
<T extends ResultsSummary>
java.util.List<T>
BuildResultsSummaryDao.getResultSummariesForPlanByLifeCycleState(Plan plan, LifeCycleState lifeCycleState, int firstResult, int maxResults)
          Get the ResultsSummarys for the given Plan in give LifeCycleState that are Results are sorted by build number (descending).
<T extends ResultsSummary>
java.util.List<T>
BuildResultsSummaryManagerImpl.getResultSummariesForPlanByLifeCycleState(Plan plan, LifeCycleState lifeCycleState, int firstResult, int maxResults)
           
 void ResultsSummaryManager.moveResultSummaries(Plan newParentPlan, PlanKey oldPlanKey, PlanKey newPlanKey)
          Reassigns plan key ResultsSummaries associated with selected plan key.
 void BuildResultsSummaryManagerImpl.moveResultSummaries(Plan newParentPlan, PlanKey oldPlanKey, PlanKey newPlanKey)
           
 int ResultsSummaryManager.removeResultsSummariesForPlan(Plan plan)
          Remove all resultSummary objects for the given plan.
 int BuildResultsSummaryManagerImpl.removeResultsSummariesForPlan(Plan plan)
           
 void ResultsSummaryManager.removeResultSummary(Plan plan, int buildNumber)
          Remove plan result summary and all associated objects.
 void BuildResultsSummaryManagerImpl.removeResultSummary(Plan plan, int buildNumber)
           
 

Uses of Plan in com.atlassian.bamboo.resultsummary.tests
 

Methods in com.atlassian.bamboo.resultsummary.tests that return Plan
 Plan TestClass.getPlan()
          Get the plan that this test class belongs to
 Plan TestClassImpl.getPlan()
           
 

Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type Plan
 TestClass TestClass.copyTestClass(Plan plan)
          Creates a copy of the TestClass.
 TestClass TestClassImpl.copyTestClass(Plan plan)
           
 void TestsManager.copyTestResultsToBuildResultsSummary(Plan plan, BuildResultsSummary summary, java.util.List<TestResults> oldTests)
          Converts a set of test results to a list of TestClassResults and attaches them to the BRS.
 void TestsManagerImpl.copyTestResultsToBuildResultsSummary(Plan plan, BuildResultsSummary summary, java.util.List<TestResults> oldTests)
           
 java.util.List<TestClass> TestsHibernateDao.getTestClassesForPlan(Plan plan)
          Retrieve all test classes attached to a specific plan
 java.util.List<TestClass> TestsDao.getTestClassesForPlan(Plan plan)
          Retrieve all test classes attached to a specific plan
 int TestsManager.removeResultsByPlan(Plan plan)
          Remove all TestClassResult objects referenced by ResultsSummary objects identified by planKey
 int TestsManagerImpl.removeResultsByPlan(Plan plan)
           
 void TestsManager.repopulateTestResultsInBuildResultsSummary(Plan plan, BuildResultsSummary summary, java.util.List<TestResults> successfulTests)
           
 void TestsManagerImpl.repopulateTestResultsInBuildResultsSummary(Plan plan, BuildResultsSummary summary, java.util.List<TestResults> successfulTests)
           
protected  void TestClassImpl.setPlan(Plan plan)
           
 

Constructors in com.atlassian.bamboo.resultsummary.tests with parameters of type Plan
TestClassImpl(java.lang.String name, Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.schedule
 

Methods in com.atlassian.bamboo.schedule that return Plan
 Plan PlanSchedulerCallback.getPlan()
           
 

Methods in com.atlassian.bamboo.schedule with parameters of type Plan
 void PlanScheduler.createSchedulingJobs(Plan plan)
          Deprecated. since 5.0 use $#scheduleTasksForPlanAndBranches(com.atlassian.bamboo.plan.Plan)
 void DefaultPlanScheduler.createSchedulingJobs(Plan plan)
           
 void PlanScheduler.removeSchedulingJobs(Plan plan)
          Deprecated. since 5.0 use $#removeTasksScheduledForPlanAndBranches(com.atlassian.bamboo.plan.Plan)
 void DefaultPlanScheduler.removeSchedulingJobs(Plan plan)
           
protected abstract  void PlanSchedulerCallback.run(Plan plan)
           
 

Constructors in com.atlassian.bamboo.schedule with parameters of type Plan
PlanSchedulerCallback(Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.security.acegi.acls
 

Method parameters in com.atlassian.bamboo.security.acegi.acls with type arguments of type Plan
 org.acegisecurity.acls.MutableAcl BambooAclUpdateHelper.createNewDefaultAcl(com.atlassian.user.User user, java.lang.Class<? extends Plan> planType)
          Creates a default Acl for a specific plan types which has: - All permissions for the creator (user argument) of the plan - READ permission for all logged in users - READ permission for all anonymous users
 

Uses of Plan in com.atlassian.bamboo.session
 

Methods in com.atlassian.bamboo.session that return Plan
 Plan BambooSession.getPlan()
           
 Plan BambooSession.getPlan(Plan defaultPlan)
           
 

Methods in com.atlassian.bamboo.session with parameters of type Plan
 Plan BambooSession.getPlan(Plan defaultPlan)
           
 void BambooSession.setPlan(Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.upgrade
 

Constructors in com.atlassian.bamboo.upgrade with parameters of type Plan
BuildDefinitionUpgrader(PlanManager planManager, Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.v2.build
 

Methods in com.atlassian.bamboo.v2.build with parameters of type Plan
 java.lang.String RenderableBuildConfiguration.getEditHtml(BuildConfiguration buildConfiguration, Plan plan)
          Returns HTML that represents the form fragment for editing the repository.
 java.lang.String BaseBuildConfigurationAwarePlugin.getEditHtml(BuildConfiguration buildConfiguration, Plan plan)
           
 java.lang.String RenderableBuildConfiguration.getViewHtml(Plan plan)
          Returns the HTML that represents the view of the repository configuration
 java.lang.String BaseBuildConfigurationAwarePlugin.getViewHtml(Plan plan)
           
protected  void BaseBuildConfigurationAwarePlugin.populateContextForEdit(java.util.Map<java.lang.String,java.lang.Object> context, BuildConfiguration buildConfiguration, Plan plan)
           
protected  void BaseBuildConfigurationAwarePlugin.populateContextForView(java.util.Map<java.lang.String,java.lang.Object> context, Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.v2.build.configuration
 

Methods in com.atlassian.bamboo.v2.build.configuration with parameters of type Plan
 boolean BuildConfigurationUIPlugin.isApplicableTo(Plan plan)
          Checks if the plugin is applicable to a plan.
 

Uses of Plan in com.atlassian.bamboo.v2.build.trigger
 

Methods in com.atlassian.bamboo.v2.build.trigger with parameters of type Plan
static void DependencyBlockingStrategy.setStrategy(DependencyBlockingStrategy strategy, Plan plan)
          Set strategy for build
 

Uses of Plan in com.atlassian.bamboo.variable
 

Methods in com.atlassian.bamboo.variable that return Plan
 Plan VariableDefinition.getPlan()
           
 Plan VariableDefinitionImpl.getPlan()
           
 

Methods in com.atlassian.bamboo.variable with parameters of type Plan
 VariableDefinition VariableDefinitionFactory.createPlanVariable(Plan plan, java.lang.String key, java.lang.String value)
          Create plan variable definition
 VariableDefinition VariableConfigurationService.createPlanVariable(Plan plan, java.lang.String variableKey, java.lang.String variableValue)
          Creates new Plan variable.
 VariableDefinition VariableDefinitionFactoryImpl.createPlanVariable(Plan plan, java.lang.String key, java.lang.String value)
           
 VariableDefinition VariableConfigurationServiceImpl.createPlanVariable(Plan plan, java.lang.String variableKey, java.lang.String variableValue)
           
 VariableDefinition VariableConfigurationService.createUniquePlanVariable(Plan plan, java.lang.String variableKey, java.lang.String variableValue)
          Creates new Plan variable.
 VariableDefinition VariableConfigurationServiceImpl.createUniquePlanVariable(Plan plan, java.lang.String variableKey, java.lang.String variableValue)
           
 void VariableDefinitionManager.deleteVariablesForPlan(Plan plan)
          Removes variable definitions form specified plan
 void VariableDefinitionManagerImpl.deleteVariablesForPlan(Plan plan)
           
 void VariableDefinition.setPlan(Plan plan)
           
 void VariableDefinitionImpl.setPlan(Plan plan)
           
 

Constructors in com.atlassian.bamboo.variable with parameters of type Plan
VariableDefinitionImpl(java.lang.String key, java.lang.String value, Plan plan, VariableType variableType)
           
 

Uses of Plan in com.atlassian.bamboo.webrepository
 

Methods in com.atlassian.bamboo.webrepository with parameters of type Plan
 java.lang.String NoWebRepositoryViewer.getEditHtml(BuildConfiguration buildConfiguration, Plan plan)
           
 java.lang.String NoWebRepositoryViewer.getViewHtml(Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.ww2.actions
 

Methods in com.atlassian.bamboo.ww2.actions that return Plan
 Plan PlanActionSupport.getMutablePlan()
           
 Plan PlanActionSupport.getPlan()
          Deprecated. 
 

Uses of Plan in com.atlassian.bamboo.ww2.actions.admin
 

Methods in com.atlassian.bamboo.ww2.actions.admin that return Plan
 Plan ImportMavenPlanAction.getImmutablePlan()
           
 Plan ImportMavenPlanAction.getMutablePlan()
           
 Plan ImportMavenPlanAction.getPlan()
          Deprecated. 
 

Uses of Plan in com.atlassian.bamboo.ww2.actions.admin.bulk
 

Methods in com.atlassian.bamboo.ww2.actions.admin.bulk that return types with arguments of type Plan
 java.util.List<Plan> BulkPlanAction.getSelectedPlans()
           
 java.util.List<? extends Plan> BulkPlanAction.getSortedPlans(Project project)
           
 

Methods in com.atlassian.bamboo.ww2.actions.admin.bulk with parameters of type Plan
 java.util.List<RepositoryDefinition> BulkPlanAction.getSelectedRepositoryDefinitions(Plan plan)
           
 void ManualBuildBulkAction.populateActionParameters(ActionParametersMap actionParameters, Plan plan)
           
 void EnablePlanBulkAction.populateActionParameters(ActionParametersMap actionParameters, Plan plan)
           
 void DisablePlanBulkAction.populateActionParameters(ActionParametersMap actionParameters, Plan plan)
           
 void BulkAction.populateActionParameters(ActionParametersMap actionParameters, Plan plan)
          Provides possibility to populate action parameters before executing bulk action.
 void AbstractNotificationBulkAction.populateActionParameters(ActionParametersMap actionParameters, Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.ww2.actions.admin.bulk.repository
 

Methods in com.atlassian.bamboo.ww2.actions.admin.bulk.repository with parameters of type Plan
 void AbstractRepositoryBulkAction.populateActionParameters(ActionParametersMap actionParameters, Plan plan)
           
 void RepositoryAwareBulkAction.populateActionParameters(ActionParametersMap actionParameters, Plan plan, RepositoryDefinition repositoryDefinition)
           
 void AbstractRepositoryBulkAction.populateActionParameters(ActionParametersMap actionParameters, Plan plan, RepositoryDefinition repositoryDefinition)
           
 

Uses of Plan in com.atlassian.bamboo.ww2.actions.admin.bulk.trigger
 

Methods in com.atlassian.bamboo.ww2.actions.admin.bulk.trigger with parameters of type Plan
 void ReplaceTriggersBulkAction.populateActionParameters(ActionParametersMap actionParameters, Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.ww2.actions.agent
 

Constructors in com.atlassian.bamboo.ww2.actions.agent with parameters of type Plan
AgentAssignmentExecutableDetails(Job job, Plan plan, boolean capabilitiesMatch)
           
 

Uses of Plan in com.atlassian.bamboo.ww2.actions.build
 

Methods in com.atlassian.bamboo.ww2.actions.build that return Plan
 Plan ChainJsonProviderAction.getMutablePlan()
           
 Plan ChainJsonProviderAction.getPlan()
           
 

Uses of Plan in com.atlassian.bamboo.ww2.actions.build.admin
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin that return types with arguments of type Plan
 java.util.List<? extends Plan> DeleteBuilds.getSortedPlans(Project project)
           
 java.util.List<? extends Plan> BulkEditBuildPermissions.getSortedPlans(Project project)
           
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin with parameters of type Plan
 java.util.List<Job> DeleteBuilds.getJobsToConfirm(Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.ww2.actions.build.admin.config
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config that return Plan
 Plan ConfigureBuildPermissions.getMutablePlan()
           
 Plan ConfigureBuildPermissions.getPlan()
          Deprecated. 
 

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

Methods in com.atlassian.bamboo.ww2.actions.build.admin.create that return Plan
 Plan CreateChain.getMutablePlan()
           
 Plan CreateChain.getPlan()
          Deprecated. 
 

Uses of Plan in com.atlassian.bamboo.ww2.actions.labels
 

Methods in com.atlassian.bamboo.ww2.actions.labels with parameters of type Plan
 boolean SetFavouriteAction.isFavourite(Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.ww2.actions.plans.admin
 

Methods in com.atlassian.bamboo.ww2.actions.plans.admin with parameters of type Plan
 java.lang.Iterable<DependenciesBuildConfigurationPlugin> ConfigurePlanDependencies.getDependenciesBuildConfigurationPluginsForPlan(Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.ww2.actions.project
 

Methods in com.atlassian.bamboo.ww2.actions.project with parameters of type Plan
 boolean ViewProject.hasBranches(Plan plan)
           
 boolean ViewProject.isFavourite(Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.ww2.aware
 

Methods in com.atlassian.bamboo.ww2.aware that return Plan
 Plan ChainAware.getChain()
          Deprecated. 
 Plan PlanAware.getMutablePlan()
           
 Plan PlanAware.getPlan()
          Deprecated. 
 



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