@Deprecated public class FromFingerprintStep extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
FromFingerprintStep.DescriptorImpl
Deprecated.
|
static class |
FromFingerprintStep.Execution
Deprecated.
|
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
FromFingerprintStep(String dockerfile,
String image)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandLine()
Deprecated.
|
String |
getDockerfile()
Deprecated.
|
String |
getImage()
Deprecated.
|
String |
getToolName()
Deprecated.
|
void |
setCommandLine(String commandLine)
Deprecated.
|
void |
setToolName(String toolName)
Deprecated.
|
public String getDockerfile()
public String getImage()
public String getToolName()
@DataBoundSetter public void setToolName(String toolName)
public String getCommandLine()
@DataBoundSetter public void setCommandLine(String commandLine)
Copyright © 2016–2019. All rights reserved.