Class ProjectActionSupport

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

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

    • ProjectActionSupport

      public ProjectActionSupport()
  • Method Details