public class SweagleActionUpload
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Constructor and Description |
|---|
SweagleActionUpload(String actionName,
String fileLocation,
String format,
String nodePath,
boolean withDelete,
boolean markFailed,
boolean showResults) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionName() |
DescriptorImpl_Upload |
getDescriptor() |
String |
getFileLocation() |
String |
getFormat() |
boolean |
getMarkFailed() |
String |
getNodePath() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
getShowResults() |
boolean |
getWithDelete() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild@DataBoundConstructor public SweagleActionUpload(@CheckForNull String actionName, @CheckForNull String fileLocation, @CheckForNull String format, @CheckForNull String nodePath, boolean withDelete, boolean markFailed, boolean showResults)
public String getActionName()
public String getFileLocation()
public String getNodePath()
public String getFormat()
public boolean getWithDelete()
public boolean getMarkFailed()
public boolean getShowResults()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildStepgetRequiredMonitorService in class hudson.tasks.Builderpublic DescriptorImpl_Upload getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.Builderpublic void perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
throws InterruptedException,
IOException
perform in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionIOExceptionCopyright © 2016–2019. All rights reserved.