public class SweagleActionExport
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory
Constructor and Description |
---|
SweagleActionExport(String actionName,
String mdsName) |
Modifier and Type | Method and Description |
---|---|
String |
getActionName() |
String |
getArgs() |
DescriptorImpl_Export |
getDescriptor() |
String |
getExporter() |
String |
getFileLocation() |
String |
getFormat() |
String |
getMapToVariables() |
boolean |
getMarkFailed() |
String |
getMdsName() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
getShowResults() |
String |
getTag() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
void |
setArgs(String args) |
void |
setExporter(String exporter) |
void |
setFileLocation(String fileLocation) |
void |
setFormat(String format) |
void |
setMapToVariables(String mapToVariables) |
void |
setMarkFailed(boolean markFailed) |
void |
setShowResults(boolean showResults) |
void |
setTag(String tag) |
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
@DataBoundConstructor public SweagleActionExport(@CheckForNull String actionName, @CheckForNull String mdsName)
@DataBoundSetter public void setExporter(String exporter)
@DataBoundSetter public void setFormat(String format)
@DataBoundSetter public void setFileLocation(String fileLocation)
@DataBoundSetter public void setMarkFailed(boolean markFailed)
@DataBoundSetter public void setShowResults(boolean showResults)
@DataBoundSetter public void setTag(String tag)
@DataBoundSetter public void setMapToVariables(String mapToVariables)
@DataBoundSetter public void setArgs(String args)
public String getActionName()
public String getMdsName()
public String getFileLocation()
public String getExporter()
public String getArgs()
public String getTag()
public String getFormat()
public String getMapToVariables()
public boolean getMarkFailed()
public boolean getShowResults()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService
in interface hudson.tasks.BuildStep
getRequiredMonitorService
in class hudson.tasks.Builder
public DescriptorImpl_Export getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Builder>
getDescriptor
in class hudson.tasks.Builder
public void perform(hudson.model.Run<?,?> run, hudson.FilePath workspace, hudson.Launcher launcher, hudson.model.TaskListener listener) throws InterruptedException, IOException
perform
in interface jenkins.tasks.SimpleBuildStep
InterruptedException
IOException
Copyright © 2016–2020. All rights reserved.