Class ArtifactUrlRedirectAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.actions.chains.ArtifactUrlRedirectAction
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, 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 ArtifactUrlRedirectAction extends BambooActionSupport implements GlobalReadSecurityAware
See Also:
  • Constructor Details

    • ArtifactUrlRedirectAction

      public ArtifactUrlRedirectAction()
  • Method Details

    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
      Throws:
      Exception
    • getArtifactFiles

      public Iterable<ArtifactFileData> getArtifactFiles()
    • getDirectUrl

      public String getDirectUrl()
    • getArtifactId

      public Long getArtifactId()
    • setArtifactId

      public void setArtifactId(Long artifactId)
    • getArtifactName

      public String getArtifactName()
    • setArtifactName

      public void setArtifactName(String artifactName)
    • getPlanKey

      public String getPlanKey()
    • setPlanKey

      public void setPlanKey(String planKey)
    • getBuildNumber

      public Integer getBuildNumber()
    • setBuildNumber

      public void setBuildNumber(Integer buildNumber)
    • setTag

      public void setTag(String tag)
    • getTag

      public String getTag()