Class ATXNewServerStep

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

    public class ATXNewServerStep
    extends org.jenkinsci.plugins.workflow.steps.Step
    Advanced pipeline step that returns a new ATXServer instance.
    • Constructor Detail

      • ATXNewServerStep

        @DataBoundConstructor
        public ATXNewServerStep​(@Nonnull
                                String atxName,
                                @Nonnull
                                String toolName,
                                ATXConfig config)
        Instantiates a new ATXNewServerStep.
        Parameters:
        atxName - the ATX name
        toolName - the tool name
        config - the ATX configuration
    • Method Detail

      • 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