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,
String tag,
String description,
boolean showResults,
boolean onlyParent,
boolean withSnapshot) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionName() |
String |
getDescription() |
DescriptorImpl_Upload |
getDescriptor() |
String |
getFileLocation() |
String |
getFormat() |
boolean |
getMarkFailed() |
String |
getNodePath() |
boolean |
getOnlyParent() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
getShowResults() |
String |
getTag() |
boolean |
getWithDelete() |
boolean |
getWithSnapshot() |
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, String tag, String description, boolean showResults, boolean onlyParent, boolean withSnapshot)
public String getActionName()
public String getFileLocation()
public String getNodePath()
public String getFormat()
public boolean getWithDelete()
public boolean getOnlyParent()
public boolean getWithSnapshot()
public String getTag()
public String getDescription()
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.