public class PropertiesFileStep extends Object implements JenkinsStep
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertiesFileStep.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_FILE_LOCATION |
static String |
DEFAULT_FILE_NAME |
| Constructor and Description |
|---|
PropertiesFileStep(File file) |
PropertiesFileStep(InputStream fileContents) |
PropertiesFileStep(String fileContents) |
PropertiesFileStep(String fileContents,
String fileName) |
public static final String DEFAULT_FILE_LOCATION
public static final String DEFAULT_FILE_NAME
public PropertiesFileStep(String fileContents)
public PropertiesFileStep(File file) throws IOException
IOExceptionpublic PropertiesFileStep(InputStream fileContents) throws IOException
IOExceptionpublic String getXmlConfig()
getXmlConfig in interface JenkinsModelCopyright © 2017. All rights reserved.