Class ETGetInstallationStep

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

    public class ETGetInstallationStep
    extends org.jenkinsci.plugins.workflow.steps.Step
    Advanced pipeline step that returns a pre-configured ETInstance instance by name.
    • Constructor Detail

      • ETGetInstallationStep

        @DataBoundConstructor
        public ETGetInstallationStep​(String toolName)
        Instantiates a new ETGetInstallationStep.
        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