Class ViewDeploymentVersion

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 ViewDeploymentVersion extends AbstractDeploymentVersionAction
See Also:
  • Constructor Details

    • ViewDeploymentVersion

      public ViewDeploymentVersion()
  • Method Details

    • execute

      public String execute()
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
    • getDeploymentVersionItemsWithUrls

      public List<DeploymentVersionItemWithUrl> getDeploymentVersionItemsWithUrls()
    • calculateTestedInResults

      protected List<ChainResultsSummary> calculateTestedInResults(DeploymentVersion deploymentVersion)
    • getVersionDeploymentStatuses

      public List<EnvironmentStatus> getVersionDeploymentStatuses()
    • getCreatedFromResults

      public List<ResultsSummary> getCreatedFromResults()
      Get list of existing Result Summary objects that are source of artifacts
    • getCreatedFromRemovedResults

      public List<PlanResultKey> getCreatedFromRemovedResults()
      Get list of keys for non existing Result Summary objects that are source of artifacts
    • getCommitsTestedInResults

      public List<ChainResultsSummary> getCommitsTestedInResults()
    • getComments

      public List<Comment> getComments()
    • setDeploymentResultService

      public void setDeploymentResultService(DeploymentResultService deploymentResultService)
    • setResultsSummaryManager

      public void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
    • setCommentService

      public void setCommentService(CommentService commentService)
    • setArtifactLinkManager

      public void setArtifactLinkManager(ArtifactLinkManager artifactLinkManager)