Class SetJUnitCountStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- org.jenkinsci.plugins.custombuildproperties.SetJUnitCountStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public final class SetJUnitCountStep extends org.jenkinsci.plugins.workflow.steps.Step
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SetJUnitCountStep.DescriptorImpl
static class
SetJUnitCountStep.Execution
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
Fields Modifier and Type Field Description static String
CBP_SUFFIX_FAILED_AGE
static String
CBP_SUFFIX_FAILED_COUNT
static String
CBP_SUFFIX_PASSED_COUNT
-
Constructor Summary
Constructors Constructor Description SetJUnitCountStep(String keyPrefix, String include, String exclude)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Field Detail
-
CBP_SUFFIX_PASSED_COUNT
public static final String CBP_SUFFIX_PASSED_COUNT
- See Also:
- Constant Field Values
-
CBP_SUFFIX_FAILED_COUNT
public static final String CBP_SUFFIX_FAILED_COUNT
- See Also:
- Constant Field Values
-
CBP_SUFFIX_FAILED_AGE
public static final String CBP_SUFFIX_FAILED_AGE
- See Also:
- Constant Field Values
-
-