Class DockerNodeStep

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

    public class DockerNodeStep
    extends org.jenkinsci.plugins.workflow.steps.Step
    Author:
    Nicolas De Loof
    • Constructor Detail

      • DockerNodeStep

        @DataBoundConstructor
        public DockerNodeStep​(String image)
    • Method Detail

      • getDockerHost

        public String getDockerHost()
      • setDockerHost

        @DataBoundSetter
        public void setDockerHost​(String dockerHost)
      • getCredentialsId

        public String getCredentialsId()
      • setCredentialsId

        @DataBoundSetter
        public void setCredentialsId​(String credentialsId)
      • getImage

        public String getImage()
      • getRemoteFs

        public String getRemoteFs()
      • setRemoteFs

        @DataBoundSetter
        public void setRemoteFs​(String remoteFs)
      • 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