Class ViewDeploymentResult

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.deployments.execution.actions.ViewDeploymentResult
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.Preparable, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class ViewDeploymentResult extends BambooActionSupport implements com.opensymphony.xwork2.Preparable
See Also:
  • Constructor Details

    • ViewDeploymentResult

      public ViewDeploymentResult()
  • Method Details

    • prepare

      public void prepare() throws Exception
      Specified by:
      prepare in interface com.opensymphony.xwork2.Preparable
      Throws:
      Exception
    • getDeploymentResult

      public DeploymentResult getDeploymentResult()
    • getDeploymentResultAgentType

      public String getDeploymentResultAgentType()
    • getEphemeralAgentTemplateIdIfExists

      public String getEphemeralAgentTemplateIdIfExists()
    • getEphemeralAgentTemplateNameIfExists

      public String getEphemeralAgentTemplateNameIfExists()
    • getEnvironment

      public Environment getEnvironment()
    • getDeploymentProject

      public DeploymentProject getDeploymentProject()
    • getDeploymentErrors

      @NotNull public @NotNull Collection<ErrorDetails> getDeploymentErrors()
    • getNumberOfWebhooks

      public long getNumberOfWebhooks()
    • setDeploymentResultId

      public void setDeploymentResultId(long deploymentResultId)
    • setDeploymentResultService

      public void setDeploymentResultService(DeploymentResultService deploymentResultService)
    • setTaskManager

      public void setTaskManager(TaskManager taskManager)
    • setDecoratingErrorAccessor

      public void setDecoratingErrorAccessor(ErrorAccessor errorAccessor)
      Property injection with bean detection via property name
      Parameters:
      errorAccessor - decoratingErrorAccessor bean
    • getEnvironmentsExecutionAllowancesInVersionContext

      public Map<String,Pair<Boolean,String>> getEnvironmentsExecutionAllowancesInVersionContext()