Package org.tap4j.plugin
Class TapTestResultAction
java.lang.Object
org.tap4j.plugin.TapTestResultAction
- All Implemented Interfaces:
Action,HealthReportingAction,ModelObject,RunAction2,SimpleBuildStep.LastBuildAction,org.kohsuke.stapler.StaplerProxy
public class TapTestResultAction
extends Object
implements org.kohsuke.stapler.StaplerProxy, SimpleBuildStep.LastBuildAction, HealthReportingAction, RunAction2
- Since:
- 0.1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintList<hudson.tasks.junit.CaseResult>Collection<? extends Action>intintvoidonAttached(Run<?, ?> r) void
-
Field Details
-
run
-
owner
Deprecated.
-
-
Constructor Details
-
TapTestResultAction
-
-
Method Details
-
getTapResult
- Returns:
- the tapResult
-
getFailCount
@Exported(visibility=2) public int getFailCount() -
getTotalCount
@Exported(visibility=2) public int getTotalCount() -
getSkipCount
@Exported(visibility=2) public int getSkipCount() -
getFailedTests
-
getTarget
- Specified by:
getTargetin interfaceorg.kohsuke.stapler.StaplerProxy
-
getResult
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getProjectActions
- Specified by:
getProjectActionsin interfaceSimpleBuildStep.LastBuildAction
-
getBuildHealth
- Specified by:
getBuildHealthin interfaceHealthReportingAction
-
onAttached
- Specified by:
onAttachedin interfaceRunAction2
-
onLoad
- Specified by:
onLoadin interfaceRunAction2
-