public class ReadPropertiesStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
ReadPropertiesStep.DescriptorImpl |
| Constructor and Description |
|---|
ReadPropertiesStep() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getDefaults()
Default key/values to populate the map with before parsing.
|
String |
getFile()
The path to a file in the workspace to read the properties from.
|
String |
getText()
A String containing properties formatted data.
|
void |
setDefaults(Map<String,Object> defaults)
Default key/values to populate the map with before parsing.
|
void |
setFile(String file)
The path to a file in the workspace to read the properties from.
|
void |
setText(String text)
A String containing properties formatted data.
|
public String getFile()
@DataBoundSetter public void setFile(String file)
file - the pathpublic String getText()
@DataBoundSetter public void setText(String text)
text - text to parsepublic Map<String,Object> getDefaults()
Copyright © 2004-2016. All Rights Reserved.