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 TypeMethodDescriptionint
Collection<? extends Action>
int
int
void
onAttached
(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() -
getTarget
- Specified by:
getTarget
in interfaceorg.kohsuke.stapler.StaplerProxy
-
getResult
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getProjectActions
- Specified by:
getProjectActions
in interfaceSimpleBuildStep.LastBuildAction
-
getBuildHealth
- Specified by:
getBuildHealth
in interfaceHealthReportingAction
-
onAttached
- Specified by:
onAttached
in interfaceRunAction2
-
onLoad
- Specified by:
onLoad
in interfaceRunAction2
-