Class DependencyCheckStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.DependencyCheck.pipeline.DependencyCheckStep
- All Implemented Interfaces:
ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>,Serializable
public class DependencyCheckStep
extends org.jenkinsci.plugins.workflow.steps.Step
implements Serializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the Ant file-set pattern of files to work with.booleanbooleanbooleanbooleanvoidsetFailedNewCritical(Integer failedNewCritical) voidsetFailedNewHigh(Integer failedNewHigh) voidsetFailedNewLow(Integer failedNewLow) voidsetFailedNewMedium(Integer failedNewMedium) voidsetFailedTotalCritical(Integer failedTotalCritical) voidsetFailedTotalHigh(Integer failedTotalHigh) voidsetFailedTotalLow(Integer failedTotalLow) voidsetFailedTotalMedium(Integer failedTotalMedium) voidsetNewThresholdAnalysisExploitable(boolean newThresholdAnalysisExploitable) voidsetPattern(String pattern) Sets the Ant file-set pattern of files to work with.voidsetSkipNoReportFiles(boolean skipNoReportFiles) voidsetStopBuild(boolean stopBuild) voidsetTotalThresholdAnalysisExploitable(boolean totalThresholdAnalysisExploitable) voidsetUnstableNewCritical(Integer unstableNewCritical) voidsetUnstableNewHigh(Integer unstableNewHigh) voidsetUnstableNewLow(Integer unstableNewLow) voidsetUnstableNewMedium(Integer unstableNewMedium) voidsetUnstableTotalCritical(Integer unstableTotalCritical) voidsetUnstableTotalHigh(Integer unstableTotalHigh) voidsetUnstableTotalLow(Integer unstableTotalLow) voidsetUnstableTotalMedium(Integer unstableTotalMedium) org.jenkinsci.plugins.workflow.steps.StepExecutionstart(org.jenkinsci.plugins.workflow.steps.StepContext context) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
DependencyCheckStep
@DataBoundConstructor public DependencyCheckStep()
-
-
Method Details
-
getPattern
Returns the Ant file-set pattern of files to work with.- Returns:
- Ant file-set pattern of files to work with
-
setPattern
Sets the Ant file-set pattern of files to work with.- Parameters:
pattern- the pattern of files
-
setStopBuild
@DataBoundSetter public void setStopBuild(boolean stopBuild) -
isStopBuild
public boolean isStopBuild() -
isSkipNoReportFiles
public boolean isSkipNoReportFiles() -
setSkipNoReportFiles
@DataBoundSetter public void setSkipNoReportFiles(boolean skipNoReportFiles) -
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception - Specified by:
startin classorg.jenkinsci.plugins.workflow.steps.Step- Throws:
Exception
-
getUnstableTotalCritical
-
setUnstableTotalCritical
-
getUnstableTotalHigh
-
setUnstableTotalHigh
-
getUnstableTotalMedium
-
setUnstableTotalMedium
-
getUnstableTotalLow
-
setUnstableTotalLow
-
getFailedTotalCritical
-
setFailedTotalCritical
-
getFailedTotalHigh
-
setFailedTotalHigh
-
getFailedTotalMedium
-
setFailedTotalMedium
-
getFailedTotalLow
-
setFailedTotalLow
-
isTotalThresholdAnalysisExploitable
public boolean isTotalThresholdAnalysisExploitable() -
setTotalThresholdAnalysisExploitable
@DataBoundSetter public void setTotalThresholdAnalysisExploitable(boolean totalThresholdAnalysisExploitable) -
getUnstableNewCritical
-
setUnstableNewCritical
-
getUnstableNewHigh
-
setUnstableNewHigh
-
getUnstableNewMedium
-
setUnstableNewMedium
-
getUnstableNewLow
-
setUnstableNewLow
-
getFailedNewCritical
-
setFailedNewCritical
-
getFailedNewHigh
-
setFailedNewHigh
-
getFailedNewMedium
-
setFailedNewMedium
-
getFailedNewLow
-
setFailedNewLow
-
isNewThresholdAnalysisExploitable
public boolean isNewThresholdAnalysisExploitable() -
setNewThresholdAnalysisExploitable
@DataBoundSetter public void setNewThresholdAnalysisExploitable(boolean newThresholdAnalysisExploitable)
-