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
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.static classDeprecated.Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.getImage()Deprecated.Deprecated.voidsetCommandLine(String commandLine) Deprecated.voidsetToolName(String toolName) Deprecated.Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
prepareInjector, startMethods 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.
-