Class RealtimeJUnitStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.junitrealtimetestreporter.RealtimeJUnitStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class RealtimeJUnitStep
extends org.jenkinsci.plugins.workflow.steps.Step
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
List<hudson.tasks.junit.TestDataPublisher>
boolean
boolean
Deprecated.boolean
void
setAllowEmptyResults
(boolean allowEmptyResults) void
setHealthScaleFactor
(double healthScaleFactor) void
setKeepLongStdio
(boolean keepLongStdio) Deprecated.void
setParseInterval
(Long parseInterval) void
setSkipMarkingBuildUnstable
(boolean skipMarkingBuildUnstable) void
setStdioRetention
(String stdioRetention) void
setTestDataPublishers
(List<hudson.tasks.junit.TestDataPublisher> testDataPublishers) org.jenkinsci.plugins.workflow.steps.StepExecution
start
(org.jenkinsci.plugins.workflow.steps.StepContext context) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
RealtimeJUnitStep
-
-
Method Details
-
getTestResults
-
isKeepLongStdio
Deprecated. -
setKeepLongStdio
Deprecated. -
getStdioRetention
-
setStdioRetention
-
getTestDataPublishers
-
setTestDataPublishers
@DataBoundSetter public void setTestDataPublishers(@NonNull List<hudson.tasks.junit.TestDataPublisher> testDataPublishers) -
getHealthScaleFactor
public double getHealthScaleFactor() -
setHealthScaleFactor
@DataBoundSetter public void setHealthScaleFactor(double healthScaleFactor) -
isAllowEmptyResults
public boolean isAllowEmptyResults() -
setAllowEmptyResults
@DataBoundSetter public void setAllowEmptyResults(boolean allowEmptyResults) -
isSkipMarkingBuildUnstable
public boolean isSkipMarkingBuildUnstable() -
setSkipMarkingBuildUnstable
@DataBoundSetter public void setSkipMarkingBuildUnstable(boolean skipMarkingBuildUnstable) -
getParseInterval
-
setParseInterval
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception - Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
- Throws:
Exception
-