Class FindbugsAnalysisPublisher
java.lang.Object
hudson.model.AbstractDescribableImpl<MavenPublisher>
org.jenkinsci.plugins.pipeline.maven.MavenPublisher
org.jenkinsci.plugins.pipeline.maven.publishers.AbstractHealthAwarePublisher
org.jenkinsci.plugins.pipeline.maven.publishers.FindbugsAnalysisPublisher
- All Implemented Interfaces:
ExtensionPoint
,Describable<MavenPublisher>
,Serializable
,Comparable<MavenPublisher>
- Author:
- Cyrille Le Clerc
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Don't use symbol "findbugs", it would collide with hudson.plugins.findbugs.FindBugsPublisherNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jenkinsci.plugins.pipeline.maven.publishers.AbstractHealthAwarePublisher
getHealthy, getThresholdLimit, getUnHealthy, setHealthAwarePublisherAttributes, setHealthy, setThresholdLimit, setUnHealthy, toString
Methods inherited from class org.jenkinsci.plugins.pipeline.maven.MavenPublisher
compareTo, getDescriptor, isDisabled, setDisabled
-
Constructor Details
-
FindbugsAnalysisPublisher
@DataBoundConstructor public FindbugsAnalysisPublisher()
-
-
Method Details
-
process
public void process(@NonNull org.jenkinsci.plugins.workflow.steps.StepContext context, @NonNull Element mavenSpyLogsElt) throws IOException, InterruptedException - Specified by:
process
in classMavenPublisher
mavenSpyLogsElt
- maven spy report. WARNING experimental structure for the moment, subject to change.- Throws:
IOException
InterruptedException
-