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
  • Field Details

  • Constructor Details

    • SetJUnitCountStep

      @DataBoundConstructor public SetJUnitCountStep(String keyPrefix, String include, String exclude)
  • Method Details

    • getExclude

      public String getExclude()
    • getInclude

      public String getInclude()
    • getKeyPrefix

      public String getKeyPrefix()
    • isOnlySetIfAbsent

      public boolean isOnlySetIfAbsent()
    • setOnlySetIfAbsent

      @DataBoundSetter public void setOnlySetIfAbsent(boolean onlySetIfAbsent)
    • start

      public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception
      Specified by:
      start in class org.jenkinsci.plugins.workflow.steps.Step
      Throws:
      Exception