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) |
Modifier and Type | Method and Description |
---|---|
String |
getActionName() |
DescriptorImpl_Validate |
getDescriptor() |
int |
getErrMax() |
boolean |
getMarkFailed() |
String |
getMdsName() |
boolean |
getNoPending() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
int |
getRetryCount() |
long |
getRetryInterval() |
boolean |
getShowResults() |
boolean |
getStored() |
int |
getWarnMax() |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
void |
setErrMax(int errMax) |
void |
setMarkFailed(boolean markFailed) |
void |
setNoPending(boolean noPending) |
void |
setRetryCount(int retryCount) |
void |
setRetryInterval(int retryInterval) |
void |
setShowResults(boolean showResults) |
void |
setStored(boolean stored) |
void |
setWarnMax(int warnMax) |
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild
@DataBoundConstructor public SweagleActionValidate(@CheckForNull String actionName, @CheckForNull String mdsName)
@DataBoundSetter public void setWarnMax(int warnMax)
@DataBoundSetter public void setErrMax(int errMax)
@DataBoundSetter public void setRetryCount(int retryCount)
@DataBoundSetter public void setRetryInterval(int retryInterval)
@DataBoundSetter public void setMarkFailed(boolean markFailed)
@DataBoundSetter public void setNoPending(boolean noPending)
@DataBoundSetter public void setShowResults(boolean showResults)
@DataBoundSetter public void setStored(boolean stored)
public String getActionName()
public String getMdsName()
public int getWarnMax()
public long getRetryInterval()
public int getRetryCount()
public int getErrMax()
public boolean getMarkFailed()
public boolean getNoPending()
public boolean getShowResults()
public boolean getStored()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService
in interface hudson.tasks.BuildStep
getRequiredMonitorService
in class hudson.tasks.Builder
public DescriptorImpl_Validate 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.