Class DockerNodeStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
io.jenkins.docker.pipeline.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 Details

    • DockerNodeStep

      @DataBoundConstructor public DockerNodeStep(String image)
  • Method Details

    • 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)
    • getConnector

      public <T extends DockerComputerConnector & Serializable> T getConnector()
    • setConnector

      @DataBoundSetter public void setConnector(DockerComputerConnector connector)
    • 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