public class ReadPropertiesStep extends AbstractFileOrTextStep
| Modifier and Type | Class and Description |
|---|---|
static class |
ReadPropertiesStep.DescriptorImpl |
file, text| Constructor and Description |
|---|
ReadPropertiesStep() |
| Modifier and Type | Method and Description |
|---|---|
Map |
getDefaults()
Default key/values to populate the map with before parsing.
|
Boolean |
isInterpolate()
Flag to indicate if the properties should be interpolated or not.
|
void |
setDefaults(Map defaults)
Default key/values to populate the map with before parsing.
|
void |
setInterpolate(Boolean interpolate)
Set the interpolated parameter.
|
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
getFile, getText, setFile, setTextpublic org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
throws Exception
start in class org.jenkinsci.plugins.workflow.steps.StepExceptionpublic Map getDefaults()
@DataBoundSetter public void setDefaults(Map defaults)
defaults - the defaultspublic Boolean isInterpolate()
@DataBoundSetter public void setInterpolate(Boolean interpolate)
interpolate - parameter.Copyright © 2016–2020. All rights reserved.