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 classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Ant file-set pattern of files to work with.boolean
boolean
boolean
boolean
void
setFailedNewCritical
(Integer failedNewCritical) void
setFailedNewHigh
(Integer failedNewHigh) void
setFailedNewLow
(Integer failedNewLow) void
setFailedNewMedium
(Integer failedNewMedium) void
setFailedTotalCritical
(Integer failedTotalCritical) void
setFailedTotalHigh
(Integer failedTotalHigh) void
setFailedTotalLow
(Integer failedTotalLow) void
setFailedTotalMedium
(Integer failedTotalMedium) void
setNewThresholdAnalysisExploitable
(boolean newThresholdAnalysisExploitable) void
setPattern
(String pattern) Sets the Ant file-set pattern of files to work with.void
setSkipNoReportFiles
(boolean skipNoReportFiles) void
setStopBuild
(boolean stopBuild) void
setTotalThresholdAnalysisExploitable
(boolean totalThresholdAnalysisExploitable) void
setUnstableNewCritical
(Integer unstableNewCritical) void
setUnstableNewHigh
(Integer unstableNewHigh) void
setUnstableNewLow
(Integer unstableNewLow) void
setUnstableNewMedium
(Integer unstableNewMedium) void
setUnstableTotalCritical
(Integer unstableTotalCritical) void
setUnstableTotalHigh
(Integer unstableTotalHigh) void
setUnstableTotalLow
(Integer unstableTotalLow) void
setUnstableTotalMedium
(Integer unstableTotalMedium) org.jenkinsci.plugins.workflow.steps.StepExecution
start
(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:
start
in 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)
-