public class WorkspaceCopyFileBuilder
extends hudson.tasks.Builder
AbstractProject
s 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.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
public hudson.model.Descriptor<hudson.tasks.Builder> getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Builder>
getDescriptor
in class hudson.tasks.Builder
Copyright © 2004–2022. All rights reserved.