public class RealtimeJUnitStep
extends org.jenkinsci.plugins.workflow.steps.Step
| Modifier and Type | Class and Description |
|---|---|
static class |
RealtimeJUnitStep.DescriptorImpl |
static class |
RealtimeJUnitStep.Pickler |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
RealtimeJUnitStep(String testResults) |
| Modifier and Type | Method and Description |
|---|---|
double |
getHealthScaleFactor() |
List<hudson.tasks.junit.TestDataPublisher> |
getTestDataPublishers() |
String |
getTestResults() |
boolean |
isAllowEmptyResults() |
boolean |
isKeepLongStdio() |
boolean |
isSkipMarkingBuildUnstable() |
void |
setAllowEmptyResults(boolean allowEmptyResults) |
void |
setHealthScaleFactor(double healthScaleFactor) |
void |
setKeepLongStdio(boolean keepLongStdio) |
void |
setSkipMarkingBuildUnstable(boolean skipMarkingBuildUnstable) |
void |
setTestDataPublishers(List<hudson.tasks.junit.TestDataPublisher> testDataPublishers) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
@DataBoundConstructor public RealtimeJUnitStep(String testResults)
public String getTestResults()
public boolean isKeepLongStdio()
@DataBoundSetter public void setKeepLongStdio(boolean keepLongStdio)
@Nonnull public List<hudson.tasks.junit.TestDataPublisher> getTestDataPublishers()
@DataBoundSetter public void setTestDataPublishers(@Nonnull List<hudson.tasks.junit.TestDataPublisher> testDataPublishers)
public double getHealthScaleFactor()
@DataBoundSetter public void setHealthScaleFactor(double healthScaleFactor)
public boolean isAllowEmptyResults()
@DataBoundSetter public void setAllowEmptyResults(boolean allowEmptyResults)
public boolean isSkipMarkingBuildUnstable()
@DataBoundSetter public void setSkipMarkingBuildUnstable(boolean skipMarkingBuildUnstable)
Copyright © 2016–2021. All rights reserved.