public class TapTestResultAction extends Object implements org.kohsuke.stapler.StaplerProxy, jenkins.tasks.SimpleBuildStep.LastBuildAction, hudson.model.HealthReportingAction, jenkins.model.RunAction2
| Modifier and Type | Field and Description |
|---|---|
hudson.model.AbstractBuild<?,?> |
owner
Deprecated.
|
hudson.model.Run<?,?> |
run |
| Modifier | Constructor and Description |
|---|---|
protected |
TapTestResultAction(hudson.model.AbstractBuild<?,?> owner,
TapResult tapResult)
Deprecated.
|
protected |
TapTestResultAction(hudson.model.Run r,
TapResult tapResult) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.HealthReport |
getBuildHealth() |
String |
getDisplayName() |
int |
getFailCount() |
List<hudson.tasks.junit.CaseResult> |
getFailedTests() |
String |
getIconFileName() |
Collection<? extends hudson.model.Action> |
getProjectActions() |
TapStreamResult |
getResult() |
int |
getSkipCount() |
TapResult |
getTapResult() |
Object |
getTarget() |
int |
getTotalCount() |
String |
getUrlName() |
void |
onAttached(hudson.model.Run<?,?> r) |
void |
onLoad(hudson.model.Run<?,?> r) |
public transient hudson.model.Run<?,?> run
@Deprecated public transient hudson.model.AbstractBuild<?,?> owner
@Deprecated protected TapTestResultAction(hudson.model.AbstractBuild<?,?> owner, TapResult tapResult)
owner - tapResult - protected TapTestResultAction(hudson.model.Run r,
TapResult tapResult)
r - tapResult - public TapResult getTapResult()
@Exported(visibility=2) public int getFailCount()
@Exported(visibility=2) public int getTotalCount()
@Exported(visibility=2) public int getSkipCount()
public List<hudson.tasks.junit.CaseResult> getFailedTests()
public Object getTarget()
getTarget in interface org.kohsuke.stapler.StaplerProxypublic TapStreamResult getResult()
@Exported(visibility=2) public String getUrlName()
getUrlName in interface hudson.model.Actionpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic Collection<? extends hudson.model.Action> getProjectActions()
getProjectActions in interface jenkins.tasks.SimpleBuildStep.LastBuildActionpublic hudson.model.HealthReport getBuildHealth()
getBuildHealth in interface hudson.model.HealthReportingActionpublic void onAttached(hudson.model.Run<?,?> r)
onAttached in interface jenkins.model.RunAction2public void onLoad(hudson.model.Run<?,?> r)
onLoad in interface jenkins.model.RunAction2Copyright © 2011–2019 Jenkins. All rights reserved.