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

Packages that use Plan
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.build.statistics   
com.atlassian.bamboo.build.strategy   
com.atlassian.bamboo.builder   
com.atlassian.bamboo.builder.coverage   
com.atlassian.bamboo.builder.resultsfilter   
com.atlassian.bamboo.buildtrigger   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.charts   
com.atlassian.bamboo.deletion   
com.atlassian.bamboo.fileserver   
com.atlassian.bamboo.index   
com.atlassian.bamboo.js   
com.atlassian.bamboo.labels   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.notification   
com.atlassian.bamboo.notification.buildcommented   
com.atlassian.bamboo.notification.buildcompleted   
com.atlassian.bamboo.notification.builderror   
com.atlassian.bamboo.notification.buildhung   
com.atlassian.bamboo.notification.buildmissingcapableagent   
com.atlassian.bamboo.notification.buildqueuetimeout   
com.atlassian.bamboo.notification.chain   
com.atlassian.bamboo.notification.recipients   
com.atlassian.bamboo.persister   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.artifact   
com.atlassian.bamboo.plugin.module.ext   
com.atlassian.bamboo.plugin.web   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.plugins.maven2.dependencies   
com.atlassian.bamboo.plugins.rest.model.plan   
com.atlassian.bamboo.plugins.rest.util   
com.atlassian.bamboo.project   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.repository.perforce   
com.atlassian.bamboo.rest   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.resultsummary.tests   
com.atlassian.bamboo.schedule   
com.atlassian.bamboo.session   
com.atlassian.bamboo.utils   
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.v2.build.configuration   
com.atlassian.bamboo.v2.build.dependencies   
com.atlassian.bamboo.v2.build.repository   
com.atlassian.bamboo.v2.build.trigger   
com.atlassian.bamboo.v2.trigger   
com.atlassian.bamboo.webrepository   
com.atlassian.bamboo.ww2   
com.atlassian.bamboo.ww2.actions   
com.atlassian.bamboo.ww2.actions.admin   
com.atlassian.bamboo.ww2.actions.admin.bulk   
com.atlassian.bamboo.ww2.actions.build.admin   
com.atlassian.bamboo.ww2.actions.build.admin.create   
com.atlassian.bamboo.ww2.actions.chains   
com.atlassian.bamboo.ww2.actions.labels   
com.atlassian.bamboo.ww2.actions.plans.admin   
com.atlassian.bamboo.ww2.actions.project   
com.atlassian.bamboo.ww2.aware   
com.atlassian.bamboo.ww2.beans   
 

Uses of Plan in com.atlassian.bamboo.build
 

Subinterfaces of Plan in com.atlassian.bamboo.build
 interface Build
          Deprecated. since 2.7 as there are no more buildable top level plans
 interface Buildable
           
 interface Job
           
 

Classes in com.atlassian.bamboo.build that implement Plan
 class AbstractBuildable
           
 class BuildObjectForTests
          Information about a build under Continuous Integration.
 class DefaultBuild
           
 class DefaultJob
           
 class TestBuildObjectForTests
           
 

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

Methods in com.atlassian.bamboo.build that return types with arguments of type Plan
 java.util.List<Plan> BuildObjectForTests.getPlans()
           
 

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)
           
 BuildDetectionAction BuildDetectionActionFactory.createDependentBuildDetectionAction(Plan plan, Plan parent, BuildContext completedBuildContext)
          Creates a new instance of BuildDetectionAction that is used to trigger dependent builds
 BuildDetectionAction BuildDetectionActionFactoryImpl.createDependentBuildDetectionAction(Plan plan, Plan parent, BuildContext completedBuildContext)
           
 BuildDetectionAction BuildDetectionActionFactory.createInitialBuildDetectionAction(Plan build)
          Creates a new instance of BuildDetectionAction that is used to execute the initial build for a Build
 BuildDetectionAction BuildDetectionActionFactoryImpl.createInitialBuildDetectionAction(Plan plan)
           
 BuildDetectionAction BuildDetectionActionFactory.createManualBuildDetectionAction(Plan plan, com.atlassian.user.User user, java.util.Map<java.lang.String,java.lang.String> params)
          Creates a new instance of BuildDetectionAction that can be used to start the manual execution of Plan
 BuildDetectionAction BuildDetectionActionFactoryImpl.createManualBuildDetectionAction(Plan plan, com.atlassian.user.User user, java.util.Map<java.lang.String,java.lang.String> params)
           
 BuildDetectionAction BuildDetectionActionFactory.createScheduledBuildDetectionAction(Plan plan)
          Creates a new instance of BuildDetectionAction that can be used to start the scheduled execution of Plan
 BuildDetectionAction BuildDetectionActionFactoryImpl.createScheduledBuildDetectionAction(Plan plan)
           
 java.util.List<LinkedJiraIssue> JiraIssueResultsManager.findJiraIssuesForBuild(Plan plan)
          Finds a list of jira issues linked to a particular build
 java.util.List<LinkedJiraIssue> LuceneBasedJiraIssueResultsManagerImpl.findJiraIssuesForBuild(Plan plan)
           
 java.util.List<LinkedJiraIssue> JiraIssueResultsManagerImpl.findJiraIssuesForBuild(Plan plan)
           
 java.util.Set<java.lang.String> PlanDependencyManagerImpl.getChildBuildKeys(Plan plan)
           
 java.util.Set<java.lang.String> PlanDependencyManager.getChildChainKeys(Plan plan)
          Retrieves all chain that are children of the current plan
 java.util.Set<java.lang.String> PlanDependencyManagerImpl.getChildChainKeys(Plan plan)
           
 java.util.Collection<PlanDependency> PlanDependencyHibernateDao.getChildNonEditableDependencies(Plan plan)
           
 java.util.Collection<PlanDependency> PlanDependencyDao.getChildNonEditableDependencies(Plan plan)
           
 java.util.Collection<PlanDependency> PlanDependencyHibernateDao.getChildPlanDependencies(Plan plan)
           
 java.util.Set<PlanDependency> PlanDependencyManager.getChildPlanDependencies(Plan plan)
          Retrievs all plan dependencies in which the given plan features as a parent
 java.util.Collection<PlanDependency> PlanDependencyDao.getChildPlanDependencies(Plan plan)
          Retrievs all plan dependencies in which the given plan features as a parent
 java.util.Set<PlanDependency> PlanDependencyManagerImpl.getChildPlanDependencies(Plan plan)
           
 java.util.Set<java.lang.String> PlanDependencyManager.getChildPlanKeys(Plan plan)
          Retrievs all plan that are children of the current plan
 java.util.Set<java.lang.String> PlanDependencyManagerImpl.getChildPlanKeys(Plan plan)
           
 BuildTriggerCondition.ExecutionPreference BuildTriggerCondition.getExecutionPreference(Plan plan)
          Use to indicate preference for whether this plugin things the plan should execute.
protected  int ViewNextBuildResults.getNextBuildNumber(Plan plan, int currentBuildNumber)
          Return the next build to the given currentBuildNumber.
 java.util.Set<java.lang.String> PlanDependencyManager.getNotEditableChildKeys(Plan plan)
          Retrieves a list of keys representing the children that are not editable of the given plan
 java.util.Set<java.lang.String> PlanDependencyManagerImpl.getNotEditableChildKeys(Plan plan)
           
 java.util.Set<java.lang.String> PlanDependencyManager.getNotEditableParentKeys(Plan plan)
          Retrieves a list of keys representing the children that are not editable of the given plan
 java.util.Set<java.lang.String> PlanDependencyManagerImpl.getNotEditableParentKeys(Plan plan)
           
 java.util.Set<java.lang.String> PlanDependencyManager.getParentChainKeys(Plan plan)
          Retrieves all chain that are children of the current plan
 java.util.Set<java.lang.String> PlanDependencyManagerImpl.getParentChainKeys(Plan plan)
           
 java.util.Collection<PlanDependency> PlanDependencyHibernateDao.getParentNonEditableDependencies(Plan plan)
           
 java.util.Collection<PlanDependency> PlanDependencyDao.getParentNonEditableDependencies(Plan plan)
           
 java.util.Collection<PlanDependency> PlanDependencyHibernateDao.getParentPlanDependencies(Plan plan)
           
 java.util.Set<PlanDependency> PlanDependencyManager.getParentPlanDependencies(Plan plan)
          Retrievs all plan dependencies in which the given plan features as a child
 java.util.Collection<PlanDependency> PlanDependencyDao.getParentPlanDependencies(Plan plan)
          Retrievs all plan dependencies in which the given plan features as a child
 java.util.Set<PlanDependency> PlanDependencyManagerImpl.getParentPlanDependencies(Plan plan)
           
 java.util.Set<java.lang.String> PlanDependencyManager.getParentPlanKeys(Plan plan)
          Retrievs all plans that are a parent of the current plan
 java.util.Set<java.lang.String> PlanDependencyManagerImpl.getParentPlanKeys(Plan plan)
           
 void PlanDependencyManager.removeAllDependenciesForPlan(Plan plan)
          Deletes any existing dependency featuring the given plan.
 void PlanDependencyManagerImpl.removeAllDependenciesForPlan(Plan plan)
           
 void PlanDependencyHibernateDao.removeDependenciesForPlan(Plan plan)
           
 void PlanDependencyDao.removeDependenciesForPlan(Plan plan)
          Deletes any existing dependency featuring the given plan.
 void BuildDefinitionManager.savePlanAndDefinition(Plan plan)
          Saves the Plan and the BuildConfiguration
 void DefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan)
           
 void CachedBuildDefinitionManagerImpl.savePlanAndDefinition(Plan plan)
           
 void BuildDefinitionManager.savePlanAndDefinition(Plan plan, BuildConfiguration buildConfiguration)
          Saves the Plan and the BuildConfiguration
 void DefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan, BuildConfiguration buildConfiguration)
           
 void CachedBuildDefinitionManagerImpl.savePlanAndDefinition(Plan plan, BuildConfiguration buildConfiguration)
           
 void PlanDependencyImpl.setChildPlan(Plan childPlan)
           
 void PlanDependencyImpl.setParentPlan(Plan parentPlan)
           
 void BuildObjectForTests.setPlan(Plan build)
           
 void BuildDefinitionForBuild.setPlan(Plan build)
           
 void DefaultBuildDefinitionForBuild.setPlan(Plan plan)
           
 

Constructors in com.atlassian.bamboo.build with parameters of type Plan
BuildStatusHelper(Plan plan, ResultsSummary currentBuildResult, ResultsSummaryManager resultsSummaryManager)
           
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
static void LocalArtifactManager.removeArtifactFiles(Plan plan)
           
static void LocalArtifactManager.removeArtifactFiles(Plan plan, int buildNumber)
           
 void ArtifactLinkManager.removeArtifactLinks(ChainResultsSummary chainResultsSummary, Plan plan)
          Remove all artifact links from the ChainResultsSummary.
 void DefaultArtifactLinkManager.removeArtifactLinks(ChainResultsSummary chainResultsSummary, Plan plan)
           
 

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
protected abstract  void PlanCreationTemplate.cleanBuildConfiguration(BuildConfiguration buildConfiguration, Plan plan)
          Clean build configuration for saving.
 void JobCreationService.cleanBuildConfiguration(BuildConfiguration buildConfiguration, Plan plan)
           
 void ChainCreationService.cleanBuildConfiguration(BuildConfiguration buildConfiguration, Plan plan)
           
protected  void BuildCreationService.cleanBuildConfiguration(BuildConfiguration buildConfiguration, Plan plan)
           
protected  void PlanCreationTemplate.clonePlanPermissionsToSession(Plan buildToClone, PlanCreationBean planCreationBean, java.lang.String planOwner)
           
 void PlanConfigHelper.performPostActionsOnConfig(BuildConfiguration buildConfiguration, Plan plan)
          Performs any miscellaneous actions required before saving the plan.
 void WebRepositoryConfigHelper.performPostActionsOnConfig(BuildConfiguration buildConfiguration, Plan plan)
           
 void RepositoryConfigHelper.performPostActionsOnConfig(BuildConfiguration buildConfiguration, Plan plan)
           
 void BuilderConfigHelper.performPostActionsOnConfig(BuildConfiguration buildConfiguration, Plan plan)
           
 void BuildStrategyConfigHelper.performPostActionsOnConfig(BuildConfiguration buildConfiguration, Plan plan)
           
protected abstract  void PlanCreationTemplate.prepareBuildConfiguration(BuildConfiguration buildConfiguration, Plan plan)
          Prepare build configuration for saving.
protected  void JobCreationService.prepareBuildConfiguration(BuildConfiguration buildConfiguration, Plan plan)
           
protected  void ChainCreationService.prepareBuildConfiguration(BuildConfiguration buildConfiguration, Plan plan)
           
protected  void BuildCreationService.prepareBuildConfiguration(BuildConfiguration buildConfiguration, Plan plan)
           
protected abstract  void PlanCreationTemplate.preparePlanDetails(Plan plan, ActionParametersMap params)
          Prepare the plan object for saving.
protected  void JobCreationService.preparePlanDetails(Plan plan, ActionParametersMap params)
           
protected  void ChainCreationService.preparePlanDetails(Plan plan, ActionParametersMap params)
           
protected  void BuildCreationService.preparePlanDetails(Plan plan, ActionParametersMap params)
           
protected abstract  void PlanCreationTemplate.saveAndUpdateParents(Plan plan)
          Perform any necessary database operations required before saving the plan.
 void JobCreationService.saveAndUpdateParents(Plan plan)
           
protected  void ChainCreationService.saveAndUpdateParents(Plan plan)
           
protected  void BuildCreationService.saveAndUpdateParents(Plan plan)
           
protected abstract  void PlanCreationTemplate.setFullPlanKey(Plan plan)
          Set the full key for this plan
 void JobCreationService.setFullPlanKey(Plan plan)
           
protected  void ChainCreationService.setFullPlanKey(Plan plan)
           
protected  void BuildCreationService.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 BuildExpiryBean.expireBuild(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.build.statistics
 

Constructors in com.atlassian.bamboo.build.statistics with parameters of type Plan
FailurePeriod(Plan plan)
           
StatisticsCollectorImpl(Plan plan, java.util.List<? extends ResultsSummary> results)
          Class which takes in a Collection of ResultStatisticsProvider objects and produces some statistics about it.
 

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

Methods in com.atlassian.bamboo.build.strategy with parameters of type Plan
protected  org.quartz.Trigger SingleDailyBuildStrategy.getTrigger(Plan plan)
           
protected  org.quartz.Trigger PollingBuildStrategy.getTrigger(Plan plan)
           
protected  org.quartz.Trigger CronTriggerBuildStrategy.getTrigger(Plan plan)
           
protected abstract  org.quartz.Trigger AbstractQuartzStrategy.getTrigger(Plan plan)
           
 void BuildStrategy.init(Plan plan)
          Called whenever Bamboo starts up
 void TriggeredBuildStrategy.init(Plan plan)
           
 void AbstractQuartzStrategy.init(Plan plan)
           
 void AbstractBuildStrategy.init(Plan build)
          Default to do nothing
 void QuartzStrategy.initialiseJob(Plan build)
          must be re runnable
 void AbstractQuartzStrategy.initialiseJob(Plan plan)
           
 void QuartzStrategy.removeJob(Plan build)
           
 void AbstractQuartzStrategy.removeJob(Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.builder
 

Methods in com.atlassian.bamboo.builder with parameters of type Plan
 java.lang.String AbstractBuilder.getEditHtml(BuildConfiguration buildConfiguration, Plan plan)
           
 java.lang.String AbstractBuilder.getViewHtml(Plan plan)
           
 void PostConfigurableBuilder.performPostConfiguration(java.lang.String selectedBuilder, BuildConfiguration builderConfiguration, Plan plan)
          Preform any post actions that might need to occur after you save the builder configuration.
 

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 build)
           
protected  void CloverBuildProcessor.populateContextForView(java.util.Map<java.lang.String,java.lang.Object> context, Plan build)
           
 

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

Methods in com.atlassian.bamboo.builder.resultsfilter with parameters of type Plan
 java.util.List<ResultsSummary> TimeAgoBuildResultsFilter.getResultsForPlan(Plan plan)
           
 java.util.List<ResultsSummary> Latest25FiveBuildResultsFilter.getResultsForPlan(Plan plan)
           
 java.util.List<ResultsSummary> BuildResultsFilter.getResultsForPlan(Plan plan)
          Obtain a collection of ResultsSummary for the specified plan The number returned will depend on the filter applied.
 java.util.List<ResultsSummary> AllBuildResultsFilter.getResultsForPlan(Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.buildtrigger
 

Methods in com.atlassian.bamboo.buildtrigger with parameters of type Plan
 BuildTriggerCondition.ExecutionPreference PlansGreenCondition.getExecutionPreference(Plan plan)
          Use to indicate preference for whether this plugin things the plan should execute.
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
           
 

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

Methods in com.atlassian.bamboo.chains with parameters of type Plan
 void ChainConversionService.copyAuditLog(Plan from, Plan to)
          Copies the audit log from one plan to another.
 void ChainConversionServiceImpl.copyAuditLog(Plan from, Plan to)
           
 void ChainConversionService.copyBandanaData(Plan from, Plan to)
          Copies bandana data from one plan to another.
 void ChainConversionServiceImpl.copyBandanaData(Plan from, Plan to)
           
 void ChainConversionService.copyBuildNumbersAndVcsRevisionKeys(Plan from, Plan to)
          Copies the build numbers and vcs revision keys from one plan to another
 void ChainConversionServiceImpl.copyBuildNumbersAndVcsRevisionKeys(Plan from, Plan to)
           
 void ChainConversionService.copyLabels(Plan from, Plan to)
          Copies plan level labels from one plan to another.
 void ChainConversionServiceImpl.copyLabels(Plan from, Plan to)
           
 

Uses of Plan in com.atlassian.bamboo.charts
 

Fields in com.atlassian.bamboo.charts declared as Plan
protected  Plan BuildTimesChart.plan
           
protected  Plan BuildFailuresChart.plan
           
 

Constructors in com.atlassian.bamboo.charts with parameters of type Plan
BuildFailuresChart(int height, int width, java.lang.String chartTitle, java.lang.String xAxisLabel, java.lang.String yAxisLabel, Plan plan, java.util.List<? extends ResultsSummary> filteredResults)
           
BuildTimesChart(int height, int width, java.lang.String chartTitle, java.lang.String xAxisLabel, java.lang.String yAxisLabel, Plan plan, java.util.List<? extends ResultsSummary> filteredResults)
           
CombinedBuildSummaryByBuildChart(int height, int width, java.lang.String chartTitle, java.lang.String xAxisLabel, java.lang.String yAxisLabel, Plan plan, java.util.List<? extends ResultsSummary> filteredResults)
           
 

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)
           
static java.io.File SystemDirectory.getArtifactDirectory(Plan plan, int buildNumber)
           
 

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 DefaultBuildResultsIndexer.deIndexBuild(Plan plan)
           
 org.apache.lucene.document.Document BuildResultsSummaryDocumentFactory.getDocument(ResultsSummary summary, Plan plan)
           
 long BuildResultsIndexer.indexBuild(Plan plan)
          Indexes the build.
 long DefaultBuildResultsIndexer.indexBuild(Plan plan)
           
 long BuildResultsIndexer.indexBuildResult(ResultsSummary summary, Plan plan)
          Indexes the build result
 long DefaultBuildResultsIndexer.indexBuildResult(ResultsSummary summary, Plan plan)
          Build result indexed by the build thread - need to establish session to attach back to results summary.
 void BuildResultsIndexer.reIndexBuildResults(ResultsSummary summary, Plan plan, boolean includeTests)
           
 void DefaultBuildResultsIndexer.reIndexBuildResults(ResultsSummary summary, Plan plan, boolean includeTests)
           
 

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)
           
 Labelling LabelHibernateDao.findLabellingByBuild(Label label, Plan plan)
           
 Labelling LabelDao.findLabellingByBuild(Label label, Plan plan)
           
 Labelling LabelHibernateDao.findLabellingByBuild(java.lang.String name, java.lang.String namespace, Plan plan)
           
 Labelling LabelDao.findLabellingByBuild(java.lang.String name, java.lang.String namespace, Plan plan)
           
 java.util.List<Labelling> LabelHibernateDao.findLabels(Plan plan)
           
 java.util.List<Labelling> LabelDao.findLabels(Plan plan)
           
 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)
          Retrieves a list of usernames which have the given plan set as a favourite.
 java.util.List<java.lang.String> LabelManagerImpl.getFavouritesForPlan(Plan plan)
           
 boolean LabelManager.isFavourite(Plan plan, com.atlassian.user.User user)
          Determines if the build is a user's favourite Note that its more efficient to use PlanManager.filterFavouritedPlans(java.util.Collection, com.atlassian.user.User) if you are performing this operation over a collection of Builds
 boolean LabelManagerImpl.isFavourite(Plan plan, com.atlassian.user.User user)
           
 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)
           
protected  int LabelManagerImpl.removeLabel(java.lang.String labelName, java.lang.String namespace, Project project, Plan plan, PlanResultKey planResultKey, java.lang.String userName)
           
 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, java.util.Map<java.lang.Long,Author> authorMap)
           
BuildResultSummaryMapper(net.sf.hibernate.SessionFactory sessionFactory, BuildResultsSummaryDao buildResultsSummaryDao, Plan buildable, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,Author> authorMap)
           
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 with type parameters of type Plan
<T extends Plan>
java.util.Set<NotificationRule>
NotificationManager.getNotificationRules(T plan)
          Extract notification rules for a plan.
<T extends Plan>
java.util.Set<NotificationRule>
NotificationManagerImpl.getNotificationRules(T plan)
           
 

Methods in com.atlassian.bamboo.notification that return Plan
 Plan UsersNotification.getPlan()
          The plan the notification rule applies to
 Plan UsersNotificationImpl.getPlan()
           
protected  Plan AbstractNotificationEventListener.getPlan(T event)
          Try to retrieve plan using data in the event.
 

Methods in com.atlassian.bamboo.notification with parameters of type Plan
protected  java.lang.Iterable<NotificationRule> AbstractNotificationEventListener.getNotificationRules(Plan plan, T event)
          Return notification rules effective for a given plan and event.
abstract  void AbstractNotificationEventListener.handleEvent(T event, Plan plan)
          Notification event listeners must implement this method to handle incoming events.
 

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

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

Methods in com.atlassian.bamboo.notification.buildcommented with parameters of type Plan
 void CommentNotificationListener.handleEvent(BuildCommentedEvent event, Plan plan)
           
 

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

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

Methods in com.atlassian.bamboo.notification.buildcompleted with parameters of type Plan
 void BuildCompletedNotificationListener.handleEvent(BuildStateResultEvent event, Plan plan)
           
 

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

Methods in com.atlassian.bamboo.notification.builderror with parameters of type Plan
 void BuildErrorNotificationListener.handleEvent(BambooErrorEvent event, Plan plan)
           
 

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

Methods in com.atlassian.bamboo.notification.buildhung with parameters of type Plan
 void BuildHungNotificationListener.handleEvent(BuildHungEvent event, Plan plan)
           
 

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

Methods in com.atlassian.bamboo.notification.buildmissingcapableagent with parameters of type Plan
 void BuildMissingCapableAgentNotificationListener.handleEvent(BuildQueuedEvent event, Plan plan)
           
 

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

Methods in com.atlassian.bamboo.notification.buildqueuetimeout with parameters of type Plan
 void BuildQueueTimeoutNotificationListener.handleEvent(BuildQueueTimeoutEvent event, Plan plan)
           
 

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

Methods in com.atlassian.bamboo.notification.chain with parameters of type Plan
 void AfterXFailedNotificationListener.handleEvent(ChainCompletedEvent event, Plan plan)
           
 

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

Methods in com.atlassian.bamboo.notification.recipients with parameters of type Plan
 void WatcherRecipient.setPlan(Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.persister
 

Methods in com.atlassian.bamboo.persister with parameters of type Plan
 java.util.List<AuditLogEntry> HibernateAuditLogDao.getAuditLogMessagesForPlan(Plan plan)
           
 java.util.List<AuditLogEntry> DefaultAuditLogService.getAuditLogMessagesForPlan(Plan plan)
           
 java.util.List<AuditLogEntry> AuditLogService.getAuditLogMessagesForPlan(Plan plan)
          Provide a list of all audit log messages written against a plan.
 java.util.List<AuditLogEntry> AuditLogDao.getAuditLogMessagesForPlan(Plan plan)
           
 java.util.List<AuditLogEntry> HibernateAuditLogDao.getAuditLogMessagesForPlan(Plan plan, long startDate, long endDate)
           
 java.util.List<AuditLogEntry> DefaultAuditLogService.getAuditLogMessagesForPlan(Plan plan, long startDate, long endDate)
           
 java.util.List<AuditLogEntry> AuditLogService.getAuditLogMessagesForPlan(Plan plan, long startDate, long endDate)
          Provide a list of all audit log messages written against a plan between input dates.
 java.util.List<AuditLogEntry> AuditLogDao.getAuditLogMessagesForPlan(Plan plan, long startDate, long endDate)
           
 void DefaultAuditLogService.removeAuditLogMessagesForPlan(Plan plan)
           
 void AuditLogService.removeAuditLogMessagesForPlan(Plan plan)
          Deletes all log messages for a given 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 AbstractPlan
           
 class PlanPermissionSkeleton
           
 

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.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<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.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>
PlanManager.getAllPlansForClone(java.lang.Class<T> planType)
          Returns all Plan's filtered by Class Return list filtered to show only plans the current user is allowed to clone.
<T extends Plan>
java.util.List<T>
PlanManagerImpl.getAllPlansForClone(java.lang.Class<T> planType)
           
<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
PlanManager.getPlanByKey(PlanKey planKey, java.lang.Class<T> planType)
          Returns a Plan by its PlanKey and Class
<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)
          Returns a Plan by its planKey and Class
<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)
          Returns a Plan by its planKey and if it's of the type Class.
<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
PlanManager.getPlanByName(java.lang.String projectKey, java.lang.String planName, java.lang.Class<T> planType)
          Returns a Plan from a project with the given plan name and Class It is not possible to use this method if the planType parameter is a marker interface type such as Plan, Buildable or TopLevelPlan since it is possible to have a Chain and a Job that share the same name.
<T extends Plan>
T
PlanDao.getPlanByName(java.lang.String projectKey, java.lang.String planName, java.lang.Class<T> planType)
          Returns a Plan from a project with the given plan name and Class It is not possible to use this method if the planType parameter is a marker interface type such as Plan, Buildable or TopLevelPlan since it is possible to have a Chain and a Job that share the same name.
<T extends Plan>
T
PlanManagerImpl.getPlanByName(java.lang.String projectKey, java.lang.String planName, java.lang.Class<T> planType)
           
<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)
          Returns a Plan that matches the start of the given PlanKey and the full plan name
<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)
          Returns a Plan from a PlanResultKey and Class
<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<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>
T
PlanManager.narrow(Plan plan, java.lang.Class<T> aClass)
          Deprecated. since 2.7 please use Narrow.to instead.
<T extends Plan>
T
PlanManagerImpl.narrow(Plan plan, java.lang.Class<T> aClass)
          Deprecated. 
 

Methods in com.atlassian.bamboo.plan that return Plan
 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)
          Returns a Plan by its planKey
 Plan PlanManagerImpl.getPlanByKey(java.lang.String planKey)
           
 Plan PlanManager.getPlanByResultKey(PlanResultKey planResultKey)
          Returns a Plan by a PlanResultKey
 Plan PlanManagerImpl.getPlanByResultKey(PlanResultKey planResultKey)
           
 Plan PlanHibernateDao.getPlanSkeletonForPermissionCheckingByKey(java.lang.String planKey)
           
 Plan PlanManager.getPlanSkeletonForPermissionCheckingByKey(java.lang.String planKey)
          Returns a Plan skeleton skeleton providing ONLY id and key, that matches the given key This method should be used only for permission checking using Acegi If Job key is provided as a parameter, parent Chain will be returned anyway, as Acegi assertions are defined only for TopLevelPlans
 Plan PlanDao.getPlanSkeletonForPermissionCheckingByKey(java.lang.String planKey)
          Return a Plan skeleton providing ONLY id and key, that matches the given key This method should be used only for permission checking using Acegi If Job key is provided as a parameter, parent Chain will be returned anyway, as Acegi assertions are defined only for TopLevelPlans
 Plan PlanManagerImpl.getPlanSkeletonForPermissionCheckingByKey(java.lang.String planKey)
           
 

Methods in com.atlassian.bamboo.plan that return types with arguments of type Plan
 java.lang.Class<? extends Plan> PlanType.getClassType()
           
 java.lang.Class<? extends Plan> PlanPermissionSkeleton.getPlanClass()
           
static com.google.common.base.Predicate<Plan> PlanPredicates.isCloverEnabled()
          Get a predicate that returns true for Plans that are Clover enabled.
static com.google.common.base.Predicate<Plan> PlanPredicates.isFavourite(LabelManager labelManager, com.atlassian.user.User user)
          Get a predicate that returns true for Plans that are marked as favourite for a given user.
static com.google.common.base.Predicate<Plan> PlanPredicates.isSuspendedFromBuilding()
          Get a predicate that returns true for Plans that are marked as suspended from building.
static java.util.Comparator<Plan> PlanComparators.planKeyComparator()
           
 

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)
           
 boolean PlanManager.assertPlanPermission(Plan plan)
          Used to validate user permission for plan.
 boolean PlanManagerImpl.assertPlanPermission(Plan plan)
           
 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)
           
 boolean PlanExecutionManager.isBuildingAllowed(Plan plan)
          Checks if a particular build is allowed to be built.
 boolean PlanExecutionManagerImpl.isBuildingAllowed(Plan plan)
           
 boolean PlanFavouriteService.isFavourite(Plan plan, com.atlassian.user.User user)
          Test if plan is set as favourite for a user.
 boolean PlanFavouriteServiceImpl.isFavourite(Plan plan, com.atlassian.user.User user)
           
 boolean PlanExecutionPermitter.isPermittedToExecute(Plan plan, ErrorCollection errorCollection)
          Checks the given Plans ConcurrentBuildConfigForPlan and the number of concurrently running Plans to determine if the plan can be executed
 boolean AbstractPlanExecutionPermitter.isPermittedToExecute(Plan plan, ErrorCollection errorCollection)
           
protected abstract  boolean AbstractPlanExecutionPermitter.isPermittedToExecuteImpl(Plan plan, ErrorCollection errorCollection)
           
 boolean PlanExecutionConcurrencyServiceImpl.isPermittedToExecuteImpl(Plan plan, ErrorCollection errorCollection)
           
 boolean ExecutionLimitsServiceImpl.isPermittedToExecuteImpl(Plan plan, ErrorCollection errorCollection)
           
 java.util.Map<PlanKey,PlanKey> PlanManager.movePlanToProject(Plan plan, Project project, java.lang.String newPlanKey, java.lang.String newBuildName)
          Moves plan to a selected project.
 java.util.Map<PlanKey,PlanKey> PlanManagerImpl.movePlanToProject(Plan plan, Project project, java.lang.String newPlanKey, java.lang.String newBuildName)
           
<T extends Plan>
T
PlanManager.narrow(Plan plan, java.lang.Class<T> aClass)
          Deprecated. since 2.7 please use Narrow.to instead.
<T extends Plan>
T
PlanManagerImpl.narrow(Plan plan, java.lang.Class<T> aClass)
          Deprecated. 
 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 PlanHibernateDao.save(Plan plan)
           
 void PlanManager.savePlan(Plan plan)
          Saves the Plan
 void PlanManagerImpl.savePlan(Plan plan)
           
 void PlanManager.setPlanSuspendedState(Plan plan, boolean newState)
          Persists enable/disable state of a plan.
 void PlanManagerImpl.setPlanSuspendedState(Plan originalPlan, boolean newState)
           
 ExecutionRequestResult PlanExecutionManager.start(Plan plan, BuildDetectionAction buildDetectionAction, AcquisitionPolicy acquisitionPolicy)
          Execute the Plan with the provided BuildDetectionAction and AcquisitionPolicy Calls to this method will acquire a lock according to the AcquisitionPolicy on a per Plan granularity
 ExecutionRequestResult PlanExecutionManagerImpl.start(Plan plan, BuildDetectionAction buildDetectionAction, AcquisitionPolicy acquisitionPolicy)
           
 ExecutionRequestResult PlanExecutionManager.startManualExecution(Plan plan, com.atlassian.user.User user)
          Attempts to start a manual execution of the given Plan
 ExecutionRequestResult PlanExecutionManagerImpl.startManualExecution(Plan plan, com.atlassian.user.User user)
           
 ExecutionRequestResult PlanExecutionManager.startManualExecution(Plan Plan, com.atlassian.user.User user, java.util.Map<java.lang.String,java.lang.String> params)
          Attempts to start a manual execution of the given Plan
 ExecutionRequestResult PlanExecutionManagerImpl.startManualExecution(Plan plan, com.atlassian.user.User user, java.util.Map<java.lang.String,java.lang.String> params)
           
 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)
           
 void PlanManager.updateLatestVcsKey(Plan plan, java.lang.String vcsRevisionKey)
          Updates the build to the latest passed revision key
 void PlanManagerImpl.updateLatestVcsKey(Plan plan, java.lang.String vcsRevisionKey)
           
 void PlanManager.updateNamesAndDescription(java.lang.String projectName, java.lang.String buildName, java.lang.String description, Plan plan)
          Updates project and plan names and plan description.
 void PlanManagerImpl.updateNamesAndDescription(java.lang.String projectName, java.lang.String buildName, java.lang.String description, Plan plan)
           
 

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)
           
 

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

Methods in com.atlassian.bamboo.plan.artifact with parameters of type Plan
 ArtifactDefinition ArtifactDefinitionManager.findArtifactDefinition(Plan plan, java.lang.String label)
          Get artifact definition associated with a plan of a given label
 ArtifactDefinition ArtifactDefinitionManagerImpl.findArtifactDefinition(Plan plan, java.lang.String label)
           
 java.util.List<ArtifactDefinition> ArtifactDefinitionManager.findArtifactDefinitionsByPlan(Plan plan)
          Get list of artifact definitions associated with a plan
 java.util.List<ArtifactDefinition> ArtifactDefinitionManagerImpl.findArtifactDefinitionsByPlan(Plan plan)
           
 java.util.List<ArtifactSubscription> ArtifactSubscriptionHibernateDao.findArtifactSubscriptionOfPlan(Plan plan)
           
 java.util.List<ArtifactSubscription> ArtifactSubscriptionDao.findArtifactSubscriptionOfPlan(Plan plan)
          Get list of artifact subscriptions associated with a plan
 ArtifactDefinition ArtifactDefinitionHibernateDao.findByName(Plan plan, java.lang.String name)
           
 ArtifactDefinition ArtifactDefinitionDao.findByName(Plan plan, java.lang.String name)
          Find artifact definition of a given name associated with a producer job.
 java.util.List<ArtifactDefinition> ArtifactDefinitionHibernateDao.findByProducer(Plan plan)
           
 java.util.List<ArtifactDefinition> ArtifactDefinitionDao.findByProducer(Plan plan)
          Get list of artifact definitions associated with a plan
 java.util.List<ArtifactSubscription> ArtifactSubscriptionManager.findSubscriptionsOfPlan(Plan plan)
          Get list of artifact subscriptions associated with a plan
 java.util.List<ArtifactSubscription> ArtifactSubscriptionManagerImpl.findSubscriptionsOfPlan(Plan plan)
           
 java.util.List<ArtifactSubscriptionSubstitutionAware> ArtifactSubscriptionManager.getSubscriptionsOfPlanSubstitutionAware(Plan plan)
           
 java.util.List<ArtifactSubscriptionSubstitutionAware> ArtifactSubscriptionManagerImpl.getSubscriptionsOfPlanSubstitutionAware(Plan plan)
           
 java.util.Collection<ArtifactDefinitionContext> ArtifactDefinitionManager.prepareDefinitionContexts(Plan plan)
          Get list of 'lightweight' artifact definitions associated with a plan
 java.util.Collection<ArtifactDefinitionContext> ArtifactDefinitionManagerImpl.prepareDefinitionContexts(Plan plan)
           
 java.util.List<ArtifactSubscriptionContext> ArtifactSubscriptionManager.prepareSubscriptionContexts(Plan plan, PlanResultKey planResultKey)
           
 java.util.List<ArtifactSubscriptionContext> ArtifactSubscriptionManagerImpl.prepareSubscriptionContexts(Plan plan, PlanResultKey chainResultKey)
           
 void ArtifactDefinitionManager.removeArtifactDefinitionsByPlan(Plan plan)
          Remove all artifact definitions associated with a plan.
 void ArtifactDefinitionManagerImpl.removeArtifactDefinitionsByPlan(Plan plan)
           
 int ArtifactSubscriptionHibernateDao.removeArtifactSubscriptionsByPlan(Plan plan)
           
 int ArtifactSubscriptionDao.removeArtifactSubscriptionsByPlan(Plan plan)
          Remove all artifact subscriptions associated with a 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.plugin.module.ext
 

Methods in com.atlassian.bamboo.plugin.module.ext with parameters of type Plan
 void CustomBuildDefinitionGenerator.populateBuildDefinition(Plan plan, java.util.Map<java.lang.String,java.lang.Object> configObjects, BuildDefinition buildDefinition)
          Implementors can add their custom objects to the configObjects map.
 

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.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.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)
           
 

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

Methods in com.atlassian.bamboo.plugins.hg with parameters of type Plan
 void HgRepository.performPostConfiguration(BuildConfiguration buildConfiguration, Plan plan)
           
 void HgRepository.performPostConfigurationForSelectedRepository(BuildConfiguration buildConfiguration, Plan plan)
           
 

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

Methods in com.atlassian.bamboo.plugins.maven2.dependencies with parameters of type Plan
static AutomaticDependencyManagementConfig AutomaticDependencyManagementPlugin.getConfig(Plan plan)
           
 void AutomaticDependencyManagementDeletionInterceptorAction.intercept(Plan plan)
           
 boolean AutomaticDependencyManagementPlugin.isApplicableTo(Plan plan)
           
 void AutomaticDependencyManagementPlugin.populateBuildDefinition(Plan plan, java.util.Map<java.lang.String,java.lang.Object> configObjects, BuildDefinition buildDefinition)
          For Jobs it adds AutomaticDependencyManagementConfig object from a parent plan
protected  void AutomaticDependencyManagementPlugin.populateContextForView(java.util.Map<java.lang.String,java.lang.Object> context, Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.plugins.rest.model.plan
 

Constructors in com.atlassian.bamboo.plugins.rest.model.plan with parameters of type Plan
RestPlan(Plan plan, boolean favourite, javax.ws.rs.core.UriInfo uriInfo)
           
 

Uses of Plan in com.atlassian.bamboo.plugins.rest.util
 

Method parameters in com.atlassian.bamboo.plugins.rest.util with type arguments of type Plan
static RestPlans RestHelper.createPaginatedPlanResponse(java.util.Collection<Plan> plans, LabelManager labelManager, com.atlassian.user.User user, javax.ws.rs.core.UriInfo uriInfo)
           
 

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()
          Returns all Plan associated with the Project.
 java.util.List<Plan> DefaultProject.getPlans()
           
 

Uses of Plan in com.atlassian.bamboo.repository
 

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

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

Methods in com.atlassian.bamboo.repository.perforce with parameters of type Plan
 void PerforceRepository.performPostConfiguration(BuildConfiguration buildConfiguration, Plan plan)
           
 void PerforceRepository.performPostConfigurationForSelectedRepository(BuildConfiguration buildConfiguration, Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.rest
 

Methods in com.atlassian.bamboo.rest that return Plan
 Plan GetRecentlyCompletedBuildResultsForBuild.getPlan()
           
 Plan GetLatestBuildResults.getPlan()
           
 Plan ExecuteBuild.getPlan()
           
 

Methods in com.atlassian.bamboo.rest that return types with arguments of type Plan
 java.util.Collection<? extends Plan> ListBuildNames.getPlans()
           
 

Methods in com.atlassian.bamboo.rest with parameters of type Plan
protected  void GetRecentlyCompletedBuildResultsForBuild.createResultsList(Plan plan)
           
protected  java.lang.String AbstractRestPlanResults.errorMessage(Plan plan)
           
 boolean ListBuildNames.isEnabled(Plan plan)
           
 void GetLatestBuildResults.setPlan(Plan plan)
           
 void ExecuteBuild.setPlan(Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary with type parameters of type Plan
<T extends Plan>
java.util.Set<java.lang.String>
ResultsSummaryDiscriminatorRegistry.getDiscriminatorsForPlanType(java.lang.Class<T> planType)
           
 

Methods in com.atlassian.bamboo.resultsummary that return Plan
 Plan BuildResultsSummaryForTesting.getPlan()
           
 Plan ResultsSummary.getPlan()
          Gets the Plan that this result belongs directly belongs to
 Plan AbstractResultsSummary.getPlan()
           
 

Methods in com.atlassian.bamboo.resultsummary with parameters of type Plan
 ResultsSummary ResultsSummaryManager.findFirstFailedBuildResultBetween(Plan build, int lowerBuildNumber, int upperBuildNumber)
          Finds the first failed build between the upper and lower build numbers inclusively.
 ResultsSummary BuildResultsSummaryManagerImpl.findFirstFailedBuildResultBetween(Plan build, int lowerBuildNumber, int upperBuildNumber)
           
 java.util.List<LinkedJiraIssue> ResultsSummaryManager.findJiraIssuesForPlan(Plan plan)
          Retrieves a list of LinkedJiraIssue linked to the given Plan
 java.util.List<LinkedJiraIssue> BuildResultsSummaryManagerImpl.findJiraIssuesForPlan(Plan plan)
           
 ResultsSummary ResultsSummaryManager.findLastFailingBuildResultBefore(Plan build, int buildNumber)
          Finds the last failing BuildResultsSummary before buildNumber
 ResultsSummary BuildResultsSummaryManagerImpl.findLastFailingBuildResultBefore(Plan build, int buildNumber)
           
 ResultsSummary ResultsSummaryManager.findLastSuccessfulBuildResultBefore(Plan build, int buildNumber)
          Finds the last successful BuildResultsSummary before buildNumber
 ResultsSummary BuildResultsSummaryManagerImpl.findLastSuccessfulBuildResultBefore(Plan build, int buildNumber)
           
 java.util.List<BuildResultsSummary> BuildResultsSummaryManager.getAllBuildResultsSummaries(Plan plan)
          Returns all BuildResultsSummary for the passed Plan.
 java.util.List<BuildResultsSummary> BuildResultsSummaryManagerImpl.getAllBuildResultsSummaries(Plan plan)
           
<T extends ResultsSummary>
java.util.List<T>
BuildResultsSummaryHibernateDao.getAllResultSummariesForPlan(Plan plan)
           
<T extends ResultsSummary>
java.util.List<T>
ResultsSummaryManager.getAllResultSummariesForPlan(Plan plan)
          Get all the ResultsSummarys for the given Plan
<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)
           
 long ResultsSummaryManager.getAveragePlanExecutionDuration(Plan plan, int numberOfResults)
          Get average duration from n last results summaries in finished state for a plan.
 long BuildResultsSummaryManagerImpl.getAveragePlanExecutionDuration(Plan plan, int numberOfResults)
           
 BuildResultsSummary BuildResultsSummaryHibernateDao.getFirstBuildSummary(Plan plan)
           
 BuildResultsSummary BuildResultsSummaryManager.getFirstBuildSummary(Plan plan)
          Retreives the first result
 BuildResultsSummary BuildResultsSummaryDao.getFirstBuildSummary(Plan plan)
          Returns the first available BuildResultsSummary for the given Build
 BuildResultsSummary BuildResultsSummaryManagerImpl.getFirstBuildSummary(Plan plan)
           
 java.util.List<LinkedJiraIssue> BuildResultsSummaryHibernateDao.getJiraIssuesForBuild(Plan plan)
           
 java.util.List<LinkedJiraIssue> BuildResultsSummaryDao.getJiraIssuesForBuild(Plan plan)
          Retrieves a list of LinkedJiraIssue that are linked to the given build.
 BuildResultsSummary BuildResultsSummaryManager.getLastBuildSummary(Plan plan)
          Retrieves the last completed build result for a plan
 BuildResultsSummary BuildResultsSummaryManagerImpl.getLastBuildSummary(Plan 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> ResultsSummaryManager.getLastNResultsSummaries(Plan plan, int numberOfResults)
          Provides a list of the latest N results summaries for the given plan, newest first.
 java.util.List<ResultsSummary> BuildResultsSummaryManagerImpl.getLastNResultsSummaries(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.getNumberOfFinalizedResults(Plan plan)
          Get number of the ResultsSummarys or LifeCycleState.NOT_BUILT state for the given Plan
 long ResultsSummaryManager.getNumberOfFinalizedResults(Plan plan)
          Get number of the ResultsSummarys in a LifeCycleState.FINISHED or LifeCycleState.NOT_BUILT state for the given Plan
 long BuildResultsSummaryDao.getNumberOfFinalizedResults(Plan plan)
          Get number of the ResultsSummarys in a LifeCycleState.FINISHED or LifeCycleState.NOT_BUILT state for the given Plan
 long BuildResultsSummaryManagerImpl.getNumberOfFinalizedResults(Plan plan)
           
 long BuildResultsSummaryHibernateDao.getNumberOfFinishedResults(Plan plan)
           
 long ResultsSummaryManager.getNumberOfFinishedResults(Plan plan)
          Get number of the ResultsSummarys in LifeCycleState.FINISHED state for the given Plan
 long BuildResultsSummaryManager.getNumberOfFinishedResults(Plan build)
           
 long BuildResultsSummaryDao.getNumberOfFinishedResults(Plan build)
          Returns the number of finished results available for the given Build
 long BuildResultsSummaryManagerImpl.getNumberOfFinishedResults(Plan plan)
           
<T extends ResultsSummary>
java.util.List<T>
BuildResultsSummaryHibernateDao.getResultSummariesForPlan(Plan plan, int firstResult, int maxResults)
           
<T extends ResultsSummary>
java.util.List<T>
ResultsSummaryManager.getResultSummariesForPlan(Plan plan, int firstResult, int maxResults)
          Get the ResultsSummarys for the given Plan in any LifeCycleState.
<T extends ResultsSummary>
java.util.List<T>
BuildResultsSummaryDao.getResultSummariesForPlan(Plan plan, int firstResult, int maxResults)
          Get the ResultsSummarys for the given Plan.
<T extends ResultsSummary>
java.util.List<T>
BuildResultsSummaryManagerImpl.getResultSummariesForPlan(Plan plan, int firstResult, int maxResults)
           
<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.removeArtifacts(Plan plan, int buildNumber)
          Remove any artifacts stored for this plan result
 void BuildResultsSummaryManagerImpl.removeArtifacts(Plan plan, int buildNumber)
           
 void ResultsSummaryManager.removeBuildLogs(Plan plan, int buildNumber)
          Remove any build logs stored for this plan result
 void BuildResultsSummaryManagerImpl.removeBuildLogs(Plan plan, int buildNumber)
           
 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<TestCase> TestsManager.getLongestRunningTestCases(Plan plan)
          Provide a list of the top ten longest running tests for a plan, based on the duration of the TestCase's TestCaseResults Finds top 10 results in order (longest first)
 java.util.List<TestCase> TestsManagerImpl.getLongestRunningTestCases(Plan plan)
           
 java.util.List<TestCase> TestsHibernateDao.getLongestRunningTestCasesForPlan(Plan plan)
           
 java.util.List<TestCase> TestsDao.getLongestRunningTestCasesForPlan(Plan plan)
          Provide a list of the top ten longest running tests for a plan, based on the duration of the TestCase's TestCaseResults Finds top 10 results in order (longest first)
 java.util.List<Pair<TestCase,java.lang.Float>> TestsManager.getLongestToFixTestCases(Plan plan)
          Retrieve a list of the test cases that have taken the longest amount of time to fix.
 java.util.List<Pair<TestCase,java.lang.Float>> TestsManagerImpl.getLongestToFixTestCases(Plan plan)
           
 java.util.List<Pair<java.lang.Long,java.lang.Float>> TestsHibernateDao.getLongestToFixTestCasesForPlan(Plan plan)
           
 java.util.List<Pair<java.lang.Long,java.lang.Float>> TestsDao.getLongestToFixTestCasesForPlan(Plan plan)
          Retrieve a list of the test cases that have taken the longest amount of time to fix.
 java.util.List<Pair<TestCase,java.lang.Integer>> TestsManager.getMostFailingTestCases(Plan plan)
          Provide a list of the top 10 most failing test cases for a plan.
 java.util.List<Pair<TestCase,java.lang.Integer>> TestsManagerImpl.getMostFailingTestCases(Plan plan)
           
 java.util.List<Pair<java.lang.Long,java.lang.Integer>> TestsHibernateDao.getMostFailingTestCasesForPlan(Plan plan)
           
 java.util.List<Pair<java.lang.Long,java.lang.Integer>> TestsDao.getMostFailingTestCasesForPlan(Plan plan)
          Provide a list of the top 10 most failing test cases for a plan.
 java.util.List<TestClass> TestsHibernateDao.getTestClassesForPlan(Plan plan)
          Retrieve all test classes attached to a specific plab
 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)
           
 java.util.List<TestClass> UpgradeTestsManager.retrieveTestClassesForPlan(Plan plan)
           
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)
          Creates Scheduling Jobs for the given Plan
 void DefaultPlanScheduler.createSchedulingJobs(Plan plan)
           
 void PlanScheduler.removeSchedulingJobs(Plan plan)
          Removes Scheduling Jobs for the given 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.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.utils
 

Methods in com.atlassian.bamboo.utils with type parameters of type Plan
protected
<T extends Plan>
T
BambooMockitoTestCase.mockPlanAndStubPlanManager(PlanManager planManager, PlanKey planKey, java.lang.Class<T> planClass)
           
 

Methods in com.atlassian.bamboo.utils that return Plan
protected  Plan BambooMockitoTestCase.mockPlanAndStubPlanManager(PlanManager planManager, PlanKey planKey)
           
protected  Plan BambooMockitoTestCase.mockPlanAndStubPlanManager(PlanManager planManager, java.lang.String planKey)
           
 

Methods in com.atlassian.bamboo.utils that return types with arguments of type Plan
static com.google.common.collect.Ordering<Plan> Comparators.getPlanNameProviderCaseInsensitiveOrdering()
          This method will be slower than Comparators.getTopLevelPlanNameProviderCaseInsensitiveOrdering() so consider using that instead.
static com.google.common.base.Predicate<Plan> BambooPredicates.planHasBuilderOfKey(java.lang.String builderKey)
           
 

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

Methods in com.atlassian.bamboo.v2.build with parameters of type Plan
 java.lang.String BuildConfigurationAwarePlugin.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 BuildConfigurationAwarePlugin.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)
           
 

Constructors in com.atlassian.bamboo.v2.build with parameters of type Plan
BuildContextImpl(Plan buildPlan, int buildNumber, TriggerReason triggerReason, BuildDefinition buildDefinition, BuildChanges buildChanges)
           
BuildContextImpl(Plan buildPlan, int buildNumber, TriggerReason triggerReason, BuildDefinition buildDefinition, BuildChanges buildChanges, BuildContext parentBuildContext, ArtifactContext artifactContext)
           
 

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.dependencies
 

Methods in com.atlassian.bamboo.v2.build.dependencies that return types with arguments of type Plan
 java.util.List<Plan> DependencyTreeBuilder.getDirectParents(Plan build)
          Visits all the parent Build for the give build and returns its direct linage in topological order
 java.util.List<Plan> DependencyTreeBuilderImpl.getDirectParents(Plan plan)
           
 

Methods in com.atlassian.bamboo.v2.build.dependencies with parameters of type Plan
 org.codehaus.plexus.util.dag.DAG DependencyTreeBuilder.getDirectDependencyGraph(Plan build)
          Calculates the direct dependency graph for a particular build
 org.codehaus.plexus.util.dag.DAG DependencyTreeBuilderImpl.getDirectDependencyGraph(Plan plan)
           
 java.util.List<Plan> DependencyTreeBuilder.getDirectParents(Plan build)
          Visits all the parent Build for the give build and returns its direct linage in topological order
 java.util.List<Plan> DependencyTreeBuilderImpl.getDirectParents(Plan plan)
           
 

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

Methods in com.atlassian.bamboo.v2.build.repository with parameters of type Plan
 void PostConfigurableRepository.performPostConfiguration(BuildConfiguration buildConfiguration, Plan plan)
          Allows any other configuration to be performed after another repository has been created.
 void PostConfigurableRepository.performPostConfigurationForSelectedRepository(BuildConfiguration buildConfiguration, Plan plan)
          Allows any other configuration to be performed after this repository has been created
 

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

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

Method parameters in com.atlassian.bamboo.v2.build.trigger with type arguments of type Plan
 boolean DependencyBlockingManager.isBlockedFromBuilding(java.lang.String buildKey, java.util.Set<Plan> siblings)
          Checks if build should be blocked, and executes any parent builds if required.
 boolean DefaultDependencyBlockingManager.isBlockedFromBuilding(java.lang.String buildKey, java.util.Set<Plan> plansBeingTriggered)
           
 

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

Fields in com.atlassian.bamboo.v2.trigger declared as Plan
protected  Plan AbstractDependentDetectionAction.parentPlan
           
protected  Plan AbstractDependentDetectionAction.plan
           
 

Methods in com.atlassian.bamboo.v2.trigger with parameters of type Plan
protected  BuildDetectionAction ChangeDetectionListener.getChangeDetectionAction(Plan plan)
           
 

Constructors in com.atlassian.bamboo.v2.trigger with parameters of type Plan
AbstractDependentDetectionAction(Plan plan, Plan parentPlan, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerReasonManager triggerReasonManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager)
           
ChildDependencyBuildDetectionAction(Plan plan, Plan child, BuildNumberGeneratorService buildNumberGenerator, TriggerReasonManager triggerReasonManager, BuildChanges buildChanges, ErrorUpdateHandler errorUpdateHandler)
           
DependentBuildDetectionAction(Plan plan, Plan parentPlan, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerReasonManager triggerReasonManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager)
           
ManualBuildDetectionAction(Plan plan, com.atlassian.user.User user, java.util.Map<java.lang.String,java.lang.String> params, BuildNumberGeneratorService buildNumberGenerator, ChangeDetectionManager changeDetectionManager, TriggerReasonManager triggerReasonManager, ErrorUpdateHandler errorUpdateHandler)
           
 

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
 

Methods in com.atlassian.bamboo.ww2 with parameters of type Plan
 boolean BambooActionSupport.hasPlanPermission(java.lang.String permission, Plan plan)
           
 boolean FreemarkerContext.isFavourite(Plan plan, javax.servlet.http.HttpServletRequest request)
           
 

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

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

Methods in com.atlassian.bamboo.ww2.actions with parameters of type Plan
 void PlanActionSupport.setPlan(Plan plan)
           
 

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

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

Methods in com.atlassian.bamboo.ww2.actions.admin with parameters of type Plan
 void ImportMavenPlanAction.setPlan(Plan plan)
           
 

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
 boolean UpdateWebUrlBulkAction.isApplicable(Plan plan)
           
 boolean UpdateSvnUrlBulkAction.isApplicable(Plan plan)
           
 boolean UpdateSvnCredentialsBulkAction.isApplicable(Plan plan)
           
 boolean UpdateCvsRootCredentialsBulkAction.isApplicable(Plan plan)
           
 boolean UpdateCvsModuleBulkAction.isApplicable(Plan plan)
           
 boolean ManualBuildBulkAction.isApplicable(Plan plan)
           
 boolean BulkActionScope.isApplicable(Plan plan)
          Returns whether or not a plan is applicable for a certain bulk action, eg.
 boolean AbstractNotificationBulkAction.isApplicable(Plan plan)
           
 void UpdateWebUrlBulkAction.populateActionParameters(ActionParametersMap actionParameters, Plan plan)
           
 void UpdateSvnUrlBulkAction.populateActionParameters(ActionParametersMap actionParameters, Plan plan)
           
 void UpdateSvnCredentialsBulkAction.populateActionParameters(ActionParametersMap actionParameters, Plan plan)
           
 void UpdateCvsRootCredentialsBulkAction.populateActionParameters(ActionParametersMap actionParameters, Plan plan)
           
 void UpdateCvsModuleBulkAction.populateActionParameters(ActionParametersMap actionParameters, Plan plan)
           
 void ManualBuildBulkAction.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.build.admin
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin that return types with arguments of type Plan
 java.util.List<? extends Plan> MoveBuilds.getSortedPlans(Project project)
           
 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)
           
 boolean MoveBuilds.isApplicable(Plan plan)
           
 boolean DeleteBuilds.isApplicable(Plan plan)
           
 boolean BulkEditBuildPermissions.isApplicable(Plan plan)
           
 

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 CreateTopLevelPlan.getPlan()
           
 Plan CreateChain.getPlan()
           
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.create with parameters of type Plan
 void CreateTopLevelPlan.setPlan(Plan plan)
           
 void CreateChain.setPlan(Plan plan)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.chains that return Plan
 Plan CreateJob.getPlan()
           
 

Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type Plan
 void CreateJob.setPlan(Plan plan)
           
 

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.isFavourite(Plan plan)
           
 

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

Methods in com.atlassian.bamboo.ww2.aware that return Plan
 Plan PlanAware.getPlan()
           
 

Methods in com.atlassian.bamboo.ww2.aware with parameters of type Plan
 void PlanAware.setPlan(Plan plan)
           
 

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

Methods in com.atlassian.bamboo.ww2.beans with parameters of type Plan
static DecoratedPlan DecoratedPlan.decoratePlan(Plan plan)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.