public class

ViewBuildResults

extends BuildResultsAction
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.bamboo.ww2.BambooActionSupport
       ↳ com.atlassian.bamboo.ww2.actions.PlanActionSupport
         ↳ com.atlassian.bamboo.build.PlanResultsAction
           ↳ com.atlassian.bamboo.build.BuildResultsAction
             ↳ com.atlassian.bamboo.build.ViewBuildResults
Known Direct Subclasses

Class Overview

This class displays the specific BuildResultsImpl for a Plan.

Summary

[Expand]
Inherited Constants
From class com.atlassian.bamboo.ww2.BambooActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.bamboo.build.BuildResultsAction
From class com.atlassian.bamboo.build.PlanResultsAction
From class com.atlassian.bamboo.ww2.actions.PlanActionSupport
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
ViewBuildResults()
Public Methods
String doExecute()
Places the current user on the page
Collection<ArtifactLink> getArtifactLinks()
String getArtifactPath()
Multimap<ResultsSummaryConsumedSubscription> getConsumedSubscriptions()
FilteredTestResults getFilteredTestResults()
int getLinesToDisplay()
@Nullable String getSharedArtifactPath()
boolean isAnyJobArtifact()
boolean isAnySharedArtifact()
boolean isCommentMode()
boolean isLogAccessible()
boolean isShowArtifactPathInfo()
boolean isShowSharedArtifactPathInfo()
void setArtifactSubscriptionManager(ArtifactSubscriptionManager artifactSubscriptionManager)
void setAuditLogService(AuditLogService auditLogService)
void setCommentMode(boolean commentMode)
void setLinesToDisplay(int linesToDisplay)
[Expand]
Inherited Methods
From class com.atlassian.bamboo.build.BuildResultsAction
From class com.atlassian.bamboo.build.PlanResultsAction
From class com.atlassian.bamboo.ww2.actions.PlanActionSupport
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.bamboo.utils.error.ErrorCollection
From interface com.atlassian.bamboo.ww2.aware.BambooSessionAware
From interface com.atlassian.bamboo.ww2.aware.BuildResultsAware
From interface com.atlassian.bamboo.ww2.aware.BuildResultsSummaryAware
From interface com.atlassian.bamboo.ww2.aware.BuildableAware
From interface com.atlassian.bamboo.ww2.aware.NavigationAware
From interface com.atlassian.bamboo.ww2.aware.PlanAware
From interface com.atlassian.bamboo.ww2.aware.ProjectAware
From interface com.atlassian.bamboo.ww2.aware.ResultsSummaryAware
From interface com.atlassian.bamboo.ww2.aware.ReturnUrlAware
From interface com.atlassian.bamboo.ww2.aware.permissions.DomainObjectSecurityAware
From interface com.atlassian.core.i18n.I18nTextProvider
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware
From interface com.uwyn.rife.continuations.ContinuableObject

Public Constructors

public ViewBuildResults ()

Public Methods

public String doExecute ()

Places the current user on the page

Returns
  • webwork success status
Throws
Exception

public Collection<ArtifactLink> getArtifactLinks ()

public String getArtifactPath ()

public Multimap<ResultsSummaryConsumedSubscription> getConsumedSubscriptions ()

public FilteredTestResults getFilteredTestResults ()

public int getLinesToDisplay ()

@Nullable public String getSharedArtifactPath ()

public boolean isAnyJobArtifact ()

public boolean isAnySharedArtifact ()

public boolean isCommentMode ()

public boolean isLogAccessible ()

public boolean isShowArtifactPathInfo ()

public boolean isShowSharedArtifactPathInfo ()

public void setArtifactSubscriptionManager (ArtifactSubscriptionManager artifactSubscriptionManager)

public void setAuditLogService (AuditLogService auditLogService)

public void setCommentMode (boolean commentMode)

public void setLinesToDisplay (int linesToDisplay)