Class ViewBuildResults

All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, BuildableAware, BuildResultsAware, BuildResultsSummaryAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, PlanReadSecurityAware, PlanAware, ProjectAware, ResultsSummaryAware, 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
Direct Known Subclasses:
ViewBuildLogs, ViewCloverBuildResults, ViewNextBuildResults, ViewPreviousBuildResults, ViewTestCaseResultAction, ViewTestClassResultAction

public class ViewBuildResults extends BuildResultsAction
This class displays the specific BuildResultsImpl for a Plan.
See Also:
  • Constructor Details

    • ViewBuildResults

      public ViewBuildResults()
  • Method Details

    • execute

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

      public boolean isLogAccessible()
    • getFilteredTestResults

      public FilteredTestResults getFilteredTestResults()
    • getArtifactPath

      public String getArtifactPath()
    • getSharedArtifactPath

      @Nullable public @Nullable String getSharedArtifactPath()
    • getArtifactLinks

      public Collection<ArtifactLink> getArtifactLinks()
    • jobProducesLocalSharedArtifacts

      public boolean jobProducesLocalSharedArtifacts()
    • jobHasLocalArtifacts

      public boolean jobHasLocalArtifacts()
    • jobProducesArtifacts

      public boolean jobProducesArtifacts()
    • getConsumedSubscriptions

      public Multimap<ResultsSummary,ConsumedSubscription> getConsumedSubscriptions()
    • isShowSharedArtifactPathInfo

      public boolean isShowSharedArtifactPathInfo()
    • isShowArtifactPathInfo

      public boolean isShowArtifactPathInfo()
    • getWarnings

      public Collection<BuildWarningSummary> getWarnings()
    • getWarningsCount

      public long getWarningsCount()
    • setAuditLogService

      public void setAuditLogService(AuditLogService auditLogService)
      Overrides:
      setAuditLogService in class PlanResultsAction
    • getLinesToDisplay

      public int getLinesToDisplay()
    • setLinesToDisplay

      public void setLinesToDisplay(int linesToDisplay)
    • isCommentMode

      public boolean isCommentMode()
    • setCommentMode

      public void setCommentMode(boolean commentMode)
    • getStageToRestart

      public StageIdentifier getStageToRestart()
    • setArtifactSubscriptionManager

      public void setArtifactSubscriptionManager(ArtifactSubscriptionManager artifactSubscriptionManager)