public class

ViewAgentPlanMatrixWizard

extends GlobalAdminAction
implements BulkActionScope
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.bamboo.ww2.BambooActionSupport
       ↳ com.atlassian.bamboo.configuration.GlobalAdminAction
         ↳ com.atlassian.bamboo.configuration.agent.ViewAgentPlanMatrixWizard

Summary

[Expand]
Inherited Constants
From class com.atlassian.bamboo.configuration.GlobalAdminAction
From class com.atlassian.bamboo.ww2.BambooActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
ViewAgentPlanMatrixWizard()
Public Methods
List<Project> getSortedProjects()
List<ImmutableTopLevelPlan> getSortedTopLevelPlans(Project project)
boolean isApplicable(Plan plan)
Returns whether or not a plan is applicable for a certain bulk action, eg.
boolean isApplicable(BulkActionScope bulkAction, Project project)
boolean isApplicableForRepositories()
boolean isPlanSelected(String planKey)
[Expand]
Inherited Methods
From class com.atlassian.bamboo.configuration.GlobalAdminAction
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.bamboo.utils.error.ErrorCollection
From interface com.atlassian.bamboo.ww2.actions.admin.bulk.BulkActionScope
From interface com.atlassian.bamboo.ww2.aware.BambooSessionAware
From interface com.atlassian.bamboo.ww2.aware.NavigationAware
From interface com.atlassian.bamboo.ww2.aware.ReturnUrlAware
From interface com.atlassian.bamboo.ww2.aware.permissions.DomainObjectSecurityAware
From interface com.atlassian.core.i18n.I18nTextProvider
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware
From interface com.uwyn.rife.continuations.ContinuableObject

Public Constructors

public ViewAgentPlanMatrixWizard ()

Public Methods

public List<Project> getSortedProjects ()

public List<ImmutableTopLevelPlan> getSortedTopLevelPlans (Project project)

public boolean isApplicable (Plan plan)

Returns whether or not a plan is applicable for a certain bulk action, eg. only plans with svn repositories for an action updating svn details

Returns
  • true if applicable

public boolean isApplicable (BulkActionScope bulkAction, Project project)

public boolean isApplicableForRepositories ()

public boolean isPlanSelected (String planKey)