Class RunFingerprintStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
org.jenkinsci.plugins.docker.workflow.RunFingerprintStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

@Deprecated public class RunFingerprintStep extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
Deprecated.
Fingerprints produced by this step are not used anywhere, and the parsing code has major limitations. See https://github.com/jenkinsci/docker-workflow-plugin/pull/149#issuecomment-451305522 and https://groups.google.com/d/msg/jenkinsci-dev/k13SfZcBWVg/iQghmCQrEAAJ
  • Constructor Details

    • RunFingerprintStep

      @DataBoundConstructor public RunFingerprintStep(String containerId)
      Deprecated.
  • Method Details

    • getContainerId

      public String getContainerId()
      Deprecated.
    • getToolName

      public String getToolName()
      Deprecated.
    • setToolName

      @DataBoundSetter public void setToolName(String toolName)
      Deprecated.