Class AbstractThresholdPublisher
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Recorder
org.jenkinsci.plugins.DependencyCheck.AbstractThresholdPublisher
- All Implemented Interfaces:
ExtensionPoint
,Describable<Publisher>
,BuildStep
,Serializable
- Direct Known Subclasses:
DependencyCheckPublisher
Ported from the Dependency-Track Jenkins plugin.
- Since:
- 5.0.0
- Author:
- Steve Springett (steve.springett@owasp.org)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.tasks.Publisher
Publisher.DescriptorExtensionListImpl
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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
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) Methods inherited from class hudson.tasks.Recorder
getDescriptor
Methods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuild
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform, perform, prebuild
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hudson.tasks.BuildStep
getRequiredMonitorService
-
Constructor Details
-
AbstractThresholdPublisher
public AbstractThresholdPublisher()
-
-
Method Details
-
getUnstableTotalCritical
-
setUnstableTotalCritical
-
getUnstableTotalHigh
-
setUnstableTotalHigh
-
getUnstableTotalMedium
-
setUnstableTotalMedium
-
getUnstableTotalLow
-
setUnstableTotalLow
-
getFailedTotalCritical
-
setFailedTotalCritical
-
getFailedTotalHigh
-
setFailedTotalHigh
-
getFailedTotalMedium
-
setFailedTotalMedium
-
getFailedTotalLow
-
setFailedTotalLow
-
getTotalThresholdAnalysisExploitable
public boolean getTotalThresholdAnalysisExploitable() -
setTotalThresholdAnalysisExploitable
@DataBoundSetter public void setTotalThresholdAnalysisExploitable(boolean totalThresholdAnalysisExploitable) -
getUnstableNewCritical
-
setUnstableNewCritical
-
getUnstableNewHigh
-
setUnstableNewHigh
-
getUnstableNewMedium
-
setUnstableNewMedium
-
getUnstableNewLow
-
setUnstableNewLow
-
getFailedNewCritical
-
setFailedNewCritical
-
getFailedNewHigh
-
setFailedNewHigh
-
getFailedNewMedium
-
setFailedNewMedium
-
getFailedNewLow
-
setFailedNewLow
-
getNewThresholdAnalysisExploitable
public boolean getNewThresholdAnalysisExploitable() -
setNewThresholdAnalysisExploitable
@DataBoundSetter public void setNewThresholdAnalysisExploitable(boolean newThresholdAnalysisExploitable)
-