public class FromFingerprintStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
FromFingerprintStep.DescriptorImpl |
static class |
FromFingerprintStep.Execution |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
FromFingerprintStep(String dockerfile,
String image) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandLine() |
String |
getDockerfile() |
String |
getImage() |
String |
getToolName() |
void |
setCommandLine(String commandLine) |
void |
setToolName(String toolName) |
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.