public final class SetJUnitCountStep
extends org.jenkinsci.plugins.workflow.steps.Step
| Modifier and Type | Class and Description |
|---|---|
static class |
SetJUnitCountStep.DescriptorImpl |
static class |
SetJUnitCountStep.Execution |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
static String |
CBP_SUFFIX_FAILED_AGE |
static String |
CBP_SUFFIX_FAILED_COUNT |
static String |
CBP_SUFFIX_PASSED_COUNT |
| Constructor and Description |
|---|
SetJUnitCountStep(String keyPrefix,
String include,
String exclude) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExclude() |
String |
getInclude() |
String |
getKeyPrefix() |
boolean |
isOnlySetIfAbsent() |
void |
setOnlySetIfAbsent(boolean onlySetIfAbsent) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
public static final String CBP_SUFFIX_PASSED_COUNT
public static final String CBP_SUFFIX_FAILED_COUNT
public static final String CBP_SUFFIX_FAILED_AGE
Copyright © 2016–2019. All rights reserved.