Class ProjectActionSupport

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.actions.project.ProjectActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.Preparable, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.Preparable, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable
Direct Known Subclasses:
ConfigureProjectSharedCredentials, ConfigureProjectVariables, CreateProjectSharedCredentials, DeleteProjectSharedCredentials, EditPlanPermissions, EditProjectDetails, EditProjectPermissions, EditProjectRepositories, EditProjectSharedCredentials

public abstract class ProjectActionSupport extends BambooActionSupport implements com.atlassian.struts.Preparable
Base class for actions with Project as the domain entity.
See Also:
  • Constructor Details

    • ProjectActionSupport

      public ProjectActionSupport()
  • Method Details