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 classstatic classNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondoubleList<hudson.tasks.junit.TestDataPublisher>booleanbooleanDeprecated.booleanvoidsetAllowEmptyResults(boolean allowEmptyResults) voidsetHealthScaleFactor(double healthScaleFactor) voidsetKeepLongStdio(boolean keepLongStdio) Deprecated.voidsetParseInterval(Long parseInterval) voidsetSkipMarkingBuildUnstable(boolean skipMarkingBuildUnstable) voidsetStdioRetention(String stdioRetention) voidsetTestDataPublishers(List<hudson.tasks.junit.TestDataPublisher> testDataPublishers) org.jenkinsci.plugins.workflow.steps.StepExecutionstart(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:
 startin classorg.jenkinsci.plugins.workflow.steps.Step- Throws:
 Exception
 
 -