public class FileCreateOperation extends FileOperation implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
FileCreateOperation.DescriptorImpl |
| Constructor and Description |
|---|
FileCreateOperation(String fileName,
String fileContent) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileContent() |
String |
getFileName() |
boolean |
runOperation(hudson.model.Run<?,?> run,
hudson.FilePath buildWorkspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
public String getFileName()
public String getFileContent()
public boolean runOperation(hudson.model.Run<?,?> run,
hudson.FilePath buildWorkspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
runOperation in class FileOperationCopyright © 2016–2017. All rights reserved.