public class SweagleActionValidate
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Constructor and Description |
|---|
SweagleActionValidate(String actionName,
String actionType,
String mdsName,
String fileLocation,
String format,
String exporter,
int warnMax,
int errMax,
String description,
String tag) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionName() |
DescriptorImpl_Validate |
getDescriptor() |
int |
getErrMax() |
boolean |
getMarkFailed() |
String |
getMdsName() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
getShowResults() |
int |
getWarnMax() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
void |
setMarkFailed(boolean markFailed) |
void |
setShowResults(boolean showResults) |
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild@DataBoundConstructor public SweagleActionValidate(@CheckForNull String actionName, @CheckForNull String actionType, @CheckForNull String mdsName, @CheckForNull String fileLocation, @CheckForNull String format, @CheckForNull String exporter, int warnMax, int errMax, @CheckForNull String description, @CheckForNull String tag)
@DataBoundSetter public void setMarkFailed(boolean markFailed)
@DataBoundSetter public void setShowResults(boolean showResults)
public String getActionName()
public String getMdsName()
public int getWarnMax()
public int getErrMax()
public boolean getMarkFailed()
public boolean getShowResults()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildStepgetRequiredMonitorService in class hudson.tasks.Builderpublic DescriptorImpl_Validate 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.