public class CreateFileBuilder
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateFileBuilder.DescriptorImpl |
| Constructor and Description |
|---|
CreateFileBuilder(String textFilePath,
String textFileContent,
String fileOption) |
| Modifier and Type | Method and Description |
|---|---|
CreateFileBuilder.DescriptorImpl |
getDescriptor() |
String |
getFileOption() |
String |
getTextFileContent() |
String |
getTextFilePath()
We'll use this from the config.jelly.
|
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public String getTextFilePath()
public String getTextFileContent()
public String getFileOption()
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic CreateFileBuilder.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2004-2015 ETAS GmbH. All Rights Reserved.