Class ETConfigStartedStep

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

    public class ETConfigStartedStep
    extends org.jenkinsci.plugins.workflow.steps.Step
    Advanced pipeline step that checks whether the currently selected configurations are started.
    • Constructor Detail

      • ETConfigStartedStep

        @DataBoundConstructor
        public ETConfigStartedStep​(String toolName)
        Instantiates a new ETConfigStartedStep.
        Parameters:
        toolName - the tool name
    • Method Detail

      • getToolName

        public String getToolName()
      • start

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