Class FromFingerprintStep

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

    @Deprecated
    public class FromFingerprintStep
    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 Detail

      • FromFingerprintStep

        @DataBoundConstructor
        public FromFingerprintStep​(String dockerfile,
                                   String image)
        Deprecated.
    • Method Detail

      • getDockerfile

        public String getDockerfile()
        Deprecated.
      • getImage

        public String getImage()
        Deprecated.
      • getToolName

        public String getToolName()
        Deprecated.
      • setToolName

        @DataBoundSetter
        public void setToolName​(String toolName)
        Deprecated.
      • getCommandLine

        public String getCommandLine()
        Deprecated.
      • setCommandLine

        @DataBoundSetter
        public void setCommandLine​(String commandLine)
        Deprecated.