public class WorkspaceCopyFileBuilder
extends hudson.tasks.Builder
AbstractProjects only.| Modifier and Type | Class and Description |
|---|---|
static class |
WorkspaceCopyFileBuilder.DescriptorImpl |
| Constructor and Description |
|---|
WorkspaceCopyFileBuilder(String fileName,
String jobName,
int buildNumber) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBuildNumber() |
hudson.model.Descriptor<hudson.tasks.Builder> |
getDescriptor() |
String |
getFileName() |
String |
getJobName() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public int getBuildNumber()
public String getFileName()
public String getJobName()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic hudson.model.Descriptor<hudson.tasks.Builder> getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2004–2019. All rights reserved.