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 mdsName,
int warnMax,
int errMax,
int retryCount,
long retryInterval) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionName() |
DescriptorImpl_Validate |
getDescriptor() |
int |
getErrMax() |
boolean |
getMarkFailed() |
String |
getMdsName() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
int |
getRetryCount() |
long |
getRetryInterval() |
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 mdsName, int warnMax, int errMax, int retryCount, long retryInterval)
@DataBoundSetter public void setMarkFailed(boolean markFailed)
@DataBoundSetter public void setShowResults(boolean showResults)
public String getActionName()
public String getMdsName()
public int getWarnMax()
public long getRetryInterval()
public int getRetryCount()
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.