Class ReorderBuild

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.actions.build.admin.ReorderBuild
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, PlanAdminSecurityAware, ReturnUrlAware, com.atlassian.core.i18n.I18nTextProvider, 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.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class ReorderBuild extends BambooActionSupport implements PlanAdminSecurityAware
See Also:
  • Constructor Details

    • ReorderBuild

      public ReorderBuild()
  • Method Details

    • execute

      public String execute() throws Exception
      Reorder given build
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
      Returns:
      WebWork success status - the name of the view to dislay
      Throws:
      Exception - A generic failure
    • getSecuredDomainObject

      public Object getSecuredDomainObject()
      Specified by:
      getSecuredDomainObject in interface DomainObjectSecurityAware
      Overrides:
      getSecuredDomainObject in class BambooActionSupport
    • setBuildLoggerManager

      public void setBuildLoggerManager(BuildLoggerManager buildLoggerManager)
    • setBuildQueueManager

      public void setBuildQueueManager(BuildQueueManager buildQueueManager)
    • setItemType

      public void setItemType(String itemType)
    • getResultKey

      public String getResultKey()
    • setResultKey

      public void setResultKey(String resultKey)
    • getPrevResultKey

      public String getPrevResultKey()
    • setPrevResultKey

      public void setPrevResultKey(String prevResultKey)