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
Nested ClassesModifier and TypeClassDescriptionstatic classRequired by org/jenkinsci/plugins/pipeline/maven/publishers/AbstractHealthAwarePublisher/health.jellyNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidsetHealthAwarePublisherAttributes(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".voidsetHealthy(String healthy) voidsetThresholdLimit(String thresholdLimit) voidsetUnHealthy(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.HealthAwarePublisherdue to JENKINS-50508
-
toString
- Overrides:
toStringin classMavenPublisher
-