Class AbstractHealthAwarePublisher
java.lang.Object
hudson.model.AbstractDescribableImpl<MavenPublisher>
org.jenkinsci.plugins.pipeline.maven.MavenPublisher
org.jenkinsci.plugins.pipeline.maven.publishers.AbstractHealthAwarePublisher
- All Implemented Interfaces:
ExtensionPoint
,Describable<MavenPublisher>
,Serializable
,Comparable<MavenPublisher>
- Direct Known Subclasses:
FindbugsAnalysisPublisher
,SpotBugsAnalysisPublisher
,TasksScannerPublisher
- Author:
- Cyrille Le Clerc
- See Also:
-
HealthAwarePublisher
- Serialized Form
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Required by org/jenkinsci/plugins/pipeline/maven/publishers/AbstractHealthAwarePublisher/health.jellyNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
setHealthAwarePublisherAttributes
(Object healthAwarePublisher) WARNING due to JENKINS-50508, the MUST be NO reference to any class of the and of the Static Code Analysis Plug-ins and to its package "hudson.plugins.analysis.core
".void
setHealthy
(String healthy) void
setThresholdLimit
(String thresholdLimit) void
setUnHealthy
(String unHealthy) toString()
Methods inherited from class org.jenkinsci.plugins.pipeline.maven.MavenPublisher
compareTo, getDescriptor, isDisabled, process, setDisabled
-
Constructor Details
-
AbstractHealthAwarePublisher
public AbstractHealthAwarePublisher()
-
-
Method Details
-
getHealthy
-
setHealthy
-
getUnHealthy
-
setUnHealthy
-
getThresholdLimit
-
setThresholdLimit
-
setHealthAwarePublisherAttributes
WARNING due to JENKINS-50508, the MUST be NO reference to any class of the and of the Static Code Analysis Plug-ins and to its package "hudson.plugins.analysis.core
".- Parameters:
healthAwarePublisher
- typed as an @{code Object} instead of being typed as ahudson.plugins.analysis.core.HealthAwarePublisher
due to JENKINS-50508
-
toString
- Overrides:
toString
in classMavenPublisher
-