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.DescriptorExtensionListImplNested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetFailedNewCritical(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) 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) Methods inherited from class hudson.tasks.Recorder
getDescriptorMethods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuildMethods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform, perform, prebuildMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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)
-