Class SetJUnitCountStep

  • All Implemented Interfaces:
    ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

    public final class SetJUnitCountStep
    extends org.jenkinsci.plugins.workflow.steps.Step
    • Constructor Detail

      • SetJUnitCountStep

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

      • 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