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

Packages that use Plan
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.expiry.plugin   
com.atlassian.bamboo.build.monitoring   
com.atlassian.bamboo.build.strategy   
com.atlassian.bamboo.builder   
com.atlassian.bamboo.builder.coverage   
com.atlassian.bamboo.caching   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.chains.plugins   
com.atlassian.bamboo.index   
com.atlassian.bamboo.labels   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.notification   
com.atlassian.bamboo.notification.recipients   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.project   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.repository.perforce   
com.atlassian.bamboo.resultsummary.tests   
com.atlassian.bamboo.schedule   
com.atlassian.bamboo.utils   
com.atlassian.bamboo.v2.build   
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.webwork   
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.labels   
com.atlassian.bamboo.ww2.aware   
 

Uses of Plan in com.atlassian.bamboo.build
 

Subinterfaces of Plan in com.atlassian.bamboo.build
 interface Build
          This interface describes a Bamboo Build Plan
 

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

Methods in com.atlassian.bamboo.build that return Plan
 Plan PlanDependencyImpl.getChildPlan()
           
 Plan PlanDependency.getChildPlan()
           
 Plan PlanDependencyImpl.getParentPlan()
           
 Plan PlanDependency.getParentPlan()
           
 Plan DefaultBuildDefinitionForBuild.getPlan()
           
 Plan BuildObjectForTests.getPlan()
           
 Plan BuildDefinitionForBuild.getPlan()
           
 Plan MockBuildManager.getPlanById(long id)
           
 Plan MockBuildManager.getPlanByKey(java.lang.String planKey)
           
 

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

Methods in com.atlassian.bamboo.build with parameters of type Plan
 void PlanDependencyManagerImpl.adjustChildDependencyList(java.lang.String dependencyKey, Plan plan, java.util.Set<java.lang.String> newChildPlanKeys, boolean overwriteExisting)
           
 void PlanDependencyManager.adjustChildDependencyList(java.lang.String dependencyType, Plan plan, java.util.Set<java.lang.String> newChildPlanKeys, boolean overwriteExisting)
          Update the existing children dependencies of the given plan and dependency Type to mach the provided list of new children.
 void PlanDependencyManagerImpl.adjustParentDependencyList(java.lang.String dependencyKey, Plan plan, java.util.Set<java.lang.String> newParentPlanKeys, boolean overwriteExisting)
           
 void PlanDependencyManager.adjustParentDependencyList(java.lang.String dependencyType, Plan plan, java.util.Set<java.lang.String> newParentPlanKeys, boolean overwriteExisting)
          Update the existing parent dependencies of the given plan and dependency Type to mach the provided list of new parents.
 BuildDefinition DefaultBuildDefinitionManager.getBuildDefinition(Plan plan)
           
 BuildDefinition BuildDefinitionManager.getBuildDefinition(Plan plan)
          Returns a stateful version the build definition for the Plan.
 java.util.Set<java.lang.String> PlanDependencyManagerImpl.getChildBuildKeys(Plan plan)
           
 java.util.Set<java.lang.String> PlanDependencyManagerImpl.getChildChainKeys(Plan plan)
           
 java.util.Set<java.lang.String> PlanDependencyManager.getChildChainKeys(Plan plan)
          Retrievs all chain that are children of the current plan
 java.util.Collection<PlanDependency> PlanDependencyHibernateDao.getChildNonEditableDependencies(Plan plan)
           
 java.util.Collection<PlanDependency> PlanDependencyDao.getChildNonEditableDependencies(Plan plan)
           
 java.util.Set<PlanDependency> PlanDependencyManagerImpl.getChildPlanDependencies(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<java.lang.String> PlanDependencyManagerImpl.getChildPlanKeys(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.getNotEditableChildKeys(Plan plan)
           
 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.getNotEditableParentKeys(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.getParentChainKeys(Plan plan)
           
 java.util.Set<java.lang.String> PlanDependencyManager.getParentChainKeys(Plan plan)
          Retrievs all chain that are children of the current plan
 java.util.Collection<PlanDependency> PlanDependencyHibernateDao.getParentNonEditableDependencies(Plan plan)
           
 java.util.Collection<PlanDependency> PlanDependencyDao.getParentNonEditableDependencies(Plan plan)
           
 java.util.Set<PlanDependency> PlanDependencyManagerImpl.getParentPlanDependencies(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<java.lang.String> PlanDependencyManagerImpl.getParentPlanKeys(Plan plan)
           
 java.util.Set<java.lang.String> PlanDependencyManager.getParentPlanKeys(Plan plan)
          Retrievs all plans that are a parent of the current plan
 void PlanDependencyManagerImpl.removeAllDependenciesForPlan(Plan plan)
           
 void PlanDependencyManager.removeAllDependenciesForPlan(Plan plan)
          Deletes any existing dependency featuring the given plan.
 void DefaultBuildDefinitionManager.removeBuildDefinition(Plan plan)
           
 void BuildDefinitionManager.removeBuildDefinition(Plan plan)
           
 void PlanDependencyHibernateDao.removeDependenciesForPlan(Plan plan)
           
 void PlanDependencyDao.removeDependenciesForPlan(Plan plan)
          Deletes any existing dependency featuring the given plan.
 void MockBuildManager.savePlan(Plan plan)
           
 void DefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan)
           
 void BuildDefinitionManager.savePlanAndDefinition(Plan plan)
          Saves the Plan and the BuildConfiguration
 void DefaultBuildDefinitionManager.savePlanAndDefinition(Plan plan, BuildConfiguration buildConfiguration)
           
 void BuildDefinitionManager.savePlanAndDefinition(Plan plan, BuildConfiguration buildConfiguration)
          Saves the Plan and the BuildConfiguration
 void PlanDependencyImpl.setChildPlan(Plan childPlan)
           
 void PlanDependencyImpl.setParentPlan(Plan parentPlan)
           
 void DefaultBuildDefinitionForBuild.setPlan(Plan plan)
           
 void BuildObjectForTests.setPlan(Plan build)
           
 void BuildDefinitionForBuild.setPlan(Plan build)
           
 void DefaultBuildDefinitionManager.updateBuildDefinition(Plan plan)
           
 void BuildDefinitionManager.updateBuildDefinition(Plan plan)
          Updates the build definition in the cache
 void DefaultBuildDefinitionManager.updateBuildDefinition(Plan plan, BuildDefinition oldBuildDefinition)
           
 void BuildDefinitionManager.updateBuildDefinition(Plan plan, BuildDefinition oldBuildDefinition)
           
 void MockBuildManager.updateLatestVcsKey(Plan plan, java.lang.String vcsRevisionKey)
           
 

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.expiry.plugin
 

Methods in com.atlassian.bamboo.build.expiry.plugin with parameters of type 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.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 TriggeredBuildStrategy.init(Plan plan)
           
 void AbstractQuartzStrategy.init(Plan plan)
           
 void AbstractBuildStrategy.init(Plan build)
          Default to do nothing
 void BuildStrategy.init(Plan plan)
          Called whenever Bamboo starts up
 void AbstractQuartzStrategy.initialiseJob(Plan plan)
           
 void QuartzStrategy.initialiseJob(Plan build)
          must be re runnable
 void AbstractQuartzStrategy.removeJob(Plan plan)
           
 void QuartzStrategy.removeJob(Plan build)
           
 

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 Maven2Builder.performPostConfiguration(java.lang.String selectedBuilder, BuildConfiguration builderConfiguration, 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.caching
 

Methods in com.atlassian.bamboo.caching that return Plan
 Plan DashboardCachingManagerImpl.getPlan(java.lang.String planKey)
           
 Plan DashboardCachingManager.getPlan(java.lang.String planKey)
          Returns the cached plan for a given planKey
 

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
           
 

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

Methods in com.atlassian.bamboo.chains.plugins with parameters of type Plan
 java.lang.String AbstractChainConfigurationPanel.getEditHtml(BuildConfiguration buildConfiguration, Plan plan)
           
 java.lang.String AbstractChainConfigurationPanel.getViewHtml(Plan plan)
           
protected  void AbstractChainConfigurationPanel.populateContextForEdit(java.util.Map<java.lang.String,java.lang.Object> context, BuildConfiguration buildConfiguration, Plan plan)
           
protected  void AbstractChainConfigurationPanel.populateContextForView(java.util.Map<java.lang.String,java.lang.Object> context, Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.index
 

Methods in com.atlassian.bamboo.index with parameters of type Plan
 void DefaultBuildResultsIndexer.reIndexBuildResults(BuildResults result, BuildResultsSummary summary, Plan plan, boolean includeTests)
           
 void BuildResultsIndexer.reIndexBuildResults(BuildResults result, BuildResultsSummary summary, Plan plan, boolean includeTests)
           
 

Uses of Plan in com.atlassian.bamboo.labels
 

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

Methods in com.atlassian.bamboo.labels with parameters of type Plan
 int LabelManagerImpl.addFavourite(Plan plan, com.atlassian.user.User user)
           
 int LabelManager.addFavourite(Plan plan, com.atlassian.user.User user)
          Adds a build to a user as favourite.
protected  int LabelManagerImpl.addLabel(java.lang.String labelName, java.lang.String namespace, Project project, Plan plan, BuildResults buildResults, java.lang.String userName)
           
 Labelling LabelHibernateDao.findLabellingByBuild(Label label, Plan plan)
           
 Labelling LabelDao.findLabellingByBuild(Label label, Plan plan)
           
 java.util.List<Labelling> LabelHibernateDao.findLabellingsByBuild(Label label, Plan plan)
           
 java.util.List 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<java.lang.String> LabelManagerImpl.getFavouritesForPlan(Plan plan)
           
 java.util.List LabelManager.getFavouritesForPlan(Plan plan)
          Retrieves a list of usernames which have the given plan set as a favourite.
 boolean LabelManagerImpl.isFavourite(Plan plan, com.atlassian.user.User user)
           
 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 BuildManager.filterFavouritedBuilds(java.util.Collection, com.atlassian.user.User) if you are performing this operation over a collection of Builds
 int LabelManagerImpl.removeFavourite(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.
protected  int LabelManagerImpl.removeLabel(java.lang.String labelName, java.lang.String namespace, Project project, Plan plan, BuildResults buildResults, java.lang.String userName)
           
 void LabellingImpl.setPlan(Plan plan)
           
 void Labelling.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>
           
 

Constructors in com.atlassian.bamboo.migration.stream with parameters of type Plan
LabellingMapper(net.sf.hibernate.SessionFactory sessionFactory, BuildResultsSummary 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 parameters of type Plan
 java.util.Set<NotificationRule> NotificationManagerImpl.getNotificationRules(Plan plan)
           
 java.util.Set<NotificationRule> NotificationManager.getNotificationRules(Plan plan)
          Extract notification rules.
 

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

Classes in com.atlassian.bamboo.plan that implement Plan
 class AbstractPlan
           
 

Methods in com.atlassian.bamboo.plan that return Plan
 Plan PlanHibernateDao.getPlanById(long id)
           
 Plan DefaultPlanManager.getPlanById(long id)
           
 Plan PlanManager.getPlanById(long id)
          Returns a Plan by its id
 Plan PlanDao.getPlanById(long id)
          Return a Plan that matches the given id
 Plan PlanHibernateDao.getPlanByKey(java.lang.String planKey)
           
 Plan DefaultPlanManager.getPlanByKey(java.lang.String planKey)
           
 Plan PlanManager.getPlanByKey(java.lang.String planKey)
          Returns a Plan by its planKey
 Plan PlanDao.getPlanByKey(java.lang.String planKey)
          Return a Plan that matches the given key
 

Methods in com.atlassian.bamboo.plan that return types with arguments of type Plan
 java.util.Collection<Plan> PlanHibernateDao.getAllPlans()
           
 java.util.Collection<Plan> DefaultPlanManager.getAllPlans()
           
 java.util.Collection<Plan> PlanManager.getAllPlans()
          Returns all Plan's
 java.util.Collection<Plan> PlanDao.getAllPlans()
          Return all Plans
 

Methods in com.atlassian.bamboo.plan with parameters of type Plan
 int AbstractPlan.compareTo(Plan plan)
           
 void PlanParticleManagerImpl.removePlanParticles(Plan plan)
           
 void PlanParticleManager.removePlanParticles(Plan plan)
          Removes all plan particles for a given plan.
 void PlanHibernateDao.save(Plan plan)
           
 void PlanDao.save(Plan plan)
          Save the specified Plan
 void DefaultPlanManager.savePlan(Plan plan)
           
 void PlanManager.savePlan(Plan plan)
          Saves the Plan
 BuildIdentifier DefaultPlanExecutionManager.start(Plan plan, BuildDetectionAction buildDetectionAction)
           
 BuildIdentifier PlanExecutionManager.start(Plan plan, BuildDetectionAction buildDetectionAction)
          Execute the Plan with the provided BuildDetectionAction Note that calls to this method will not block if the Plan is busy
 void DefaultPlanManager.updateLatestVcsKey(Plan plan, java.lang.String vcsRevisionKey)
           
 void PlanManager.updateLatestVcsKey(Plan plan, java.lang.String vcsRevisionKey)
          Updates the build to the latest passed revision key
 

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

Method parameters in com.atlassian.bamboo.project with type arguments of type Plan
 void DefaultProject.setPlans(java.util.List<Plan> plans)
           
 

Uses of Plan in com.atlassian.bamboo.repository
 

Methods in com.atlassian.bamboo.repository with parameters of type Plan
 java.lang.String AbstractRepository.getChangedDetectionEditHtml(BuildConfiguration buildConfiguration, Plan build)
           
 java.lang.String Repository.getChangedDetectionEditHtml(BuildConfiguration buildConfiguration, Plan plan)
          Returns HTML that represents the form fragment for editing the change detection repository configuration.
 java.lang.String AbstractRepository.getChangedDetectionViewHtml(Plan build)
           
 java.lang.String Repository.getChangedDetectionViewHtml(Plan plan)
          Returns the HTML that represents the view of the change detection repository configuration
 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.resultsummary.tests
 

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

Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type Plan
 void TestsManagerImpl.copyTestResultsToBuildResultsSummary(Plan plan, BuildResultsSummary summary, java.util.List<TestResults> oldTests)
           
 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.
 java.util.List<TestCase> TestsManagerImpl.getLongestRunningTestCases(Plan plan)
           
 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> 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>> TestsManagerImpl.getLongestToFixTestCases(Plan plan)
           
 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<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>> TestsManagerImpl.getMostFailingTestCases(Plan plan)
           
 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<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
 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 DefaultPlanScheduler.createSchedulingJobs(Plan plan)
           
 void PlanScheduler.createSchedulingJobs(Plan plan)
          Creates Scheduling Jobs for the given Plan
 void DefaultPlanScheduler.removeSchedulingJobs(Plan plan)
           
 void PlanScheduler.removeSchedulingJobs(Plan plan)
          Removes Scheduling Jobs for the given 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.utils
 

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

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

Methods in com.atlassian.bamboo.v2.build with parameters of type Plan
 java.lang.String BaseConfigurablePlugin.getEditHtml(BuildConfiguration buildConfiguration, Plan plan)
           
 java.lang.String ConfigurablePlugin.getEditHtml(BuildConfiguration buildConfiguration, Plan plan)
          Returns HTML that represents the form fragment for editing the repository.
 java.lang.String BaseConfigurablePlugin.getViewHtml(Plan plan)
           
 java.lang.String ConfigurablePlugin.getViewHtml(Plan plan)
          Returns the HTML that represents the view of the repository configuration
protected  void BaseConfigurablePlugin.populateContextForEdit(java.util.Map<java.lang.String,java.lang.Object> context, BuildConfiguration buildConfiguration, Plan plan)
           
protected  void BaseConfigurablePlugin.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, BuildPlanDefinition buildPlanDefinition, BuildChanges buildChanges)
           
 

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> DependencyTreeBuilderImpl.getDirectParents(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
 

Methods in com.atlassian.bamboo.v2.build.dependencies with parameters of type Plan
 org.codehaus.plexus.util.dag.DAG DependencyTreeBuilderImpl.getDirectDependencyGraph(Plan plan)
           
 org.codehaus.plexus.util.dag.DAG DependencyTreeBuilder.getDirectDependencyGraph(Plan build)
          Calculates the direct dependency graph for a particular build
 java.util.List<Plan> DependencyTreeBuilderImpl.getDirectParents(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
 

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 build)
          Get strategy for build
static void DependencyBlockingStrategy.setStrategy(DependencyBlockingStrategy strategy, Plan build)
          Set strategy for build
 

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(java.lang.String planKey, 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 buildPlan, 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.webwork
 

Methods in com.atlassian.bamboo.webwork that return types with arguments of type Plan
 java.util.Collection<Plan> StarterAction.getPlans()
           
 

Methods in com.atlassian.bamboo.webwork with parameters of type Plan
 boolean StarterAction.isFavourite(Plan plan)
           
 

Uses of Plan in com.atlassian.bamboo.ww2
 

Methods in com.atlassian.bamboo.ww2 that return Plan
 Plan BambooActionSupport.getPlan(java.lang.String planKey)
           
 

Methods in com.atlassian.bamboo.ww2 with parameters of type Plan
 boolean BambooActionSupport.hasPlanPermission(java.lang.String permission, Plan plan)
           
 

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

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

Methods in com.atlassian.bamboo.ww2.actions with parameters of type Plan
 void ChainActionSupport.setPlan(Plan plan)
           
 void BuildActionSupport.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 with parameters of type 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 EnableMavenDepBulkAction.populateActionParameters(ActionParametersMap actionParameters, Plan plan)
           
 void BulkAction.populateActionParameters(ActionParametersMap actionParameters, Plan plan)
          Provides possibility to populate action parameters before executing bulk action.
 void AddNotificationBulkAction.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 Plan
 Plan ViewBuildConfiguration.getPlan()
           
 Plan BuildConfigurationSupport.getPlan()
           
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin with parameters of type Plan
 void ViewBuildConfiguration.setPlan(Plan plan)
           
 void BuildConfigurationSupport.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.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)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.