public class FolderCopyOperation extends FileOperation implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
FolderCopyOperation.DescriptorImpl |
| Constructor and Description |
|---|
FolderCopyOperation(String sourceFolderPath,
String destinationFolderPath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationFolderPath() |
String |
getSourceFolderPath() |
boolean |
runOperation(hudson.model.Run<?,?> run,
hudson.FilePath buildWorkspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
public String getSourceFolderPath()
public String getDestinationFolderPath()
public boolean runOperation(hudson.model.Run<?,?> run,
hudson.FilePath buildWorkspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
runOperation in class FileOperationCopyright © 2016–2019. All rights reserved.