public class ReadManifestStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
ReadManifestStep.DescriptorImpl |
| Constructor and Description |
|---|
ReadManifestStep()
Since the user could either use
setFile(String) or setText(String)
this constructor takes no parameters. |
| Modifier and Type | Method and Description |
|---|---|
String |
getFile() |
String |
getText() |
void |
setFile(String file)
Path to a file containing a Jar manifest.
|
void |
setText(String text)
Parse text as text read from a manifest file.
|
@DataBoundConstructor public ReadManifestStep()
setFile(String) or setText(String)
this constructor takes no parameters.public String getFile()
setFile(String)@DataBoundSetter public void setFile(String file)
file - path to the file to readpublic String getText()
setText(String)@DataBoundSetter public void setText(String text)
text - manifest contentCopyright © 2004-2016. All Rights Reserved.