Class ContainerStep

    • Constructor Detail

      • ContainerStep

        @DataBoundConstructor
        public ContainerStep​(String name)
    • Method Detail

      • getName

        public String getName()
      • setShell

        @DataBoundSetter
        public void setShell​(String shell)
      • getShell

        public String getShell()
      • 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