public class ImportFiles extends AbstractSCommandBuilder
Modifier and Type | Class and Description |
---|---|
static class |
ImportFiles.DescriptorImpl |
Constructor and Description |
---|
ImportFiles(String url,
String cloudTestServerID,
String files,
String excludes,
String mode,
String additionalOptions) |
Modifier and Type | Method and Description |
---|---|
String |
getAdditionalOptions() |
String |
getExcludes() |
String |
getFiles() |
String |
getMode() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
Object |
readResolve() |
getCloudTestServerID, getSCommandArgs, getServer, getUrl
all, getDescriptor, getRequiredMonitorService, prebuild
public String getFiles()
public String getExcludes()
public String getMode()
public String getAdditionalOptions()
public Object readResolve() throws IOException
IOException
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
Copyright © 2004-2016. All Rights Reserved.