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,
boolean useWorkspace) |
Modifier and Type | Method and Description |
---|---|
CreateFileBuilder.DescriptorImpl |
getDescriptor() |
String |
getFileOption() |
String |
getTextFileContent() |
String |
getTextFilePath()
We'll use this from the config.jelly.
|
boolean |
getUseWorkspace() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public String getTextFilePath()
public String getTextFileContent()
public String getFileOption()
public boolean getUseWorkspace()
public boolean perform(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
public CreateFileBuilder.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Builder>
getDescriptor
in class hudson.tasks.Builder
Copyright © 2004-2016 ETAS GmbH. All Rights Reserved.