Class FromFingerprintStep
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.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
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated.static class
Deprecated.Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.getImage()
Deprecated.Deprecated.void
setCommandLine
(String commandLine) Deprecated.void
setToolName
(String toolName) Deprecated.Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
prepareInjector, start
Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
FromFingerprintStep
Deprecated.
-
-
Method Details
-
getDockerfile
Deprecated. -
getImage
Deprecated. -
getToolName
Deprecated. -
setToolName
Deprecated. -
getCommandLine
Deprecated. -
setCommandLine
Deprecated.
-