Class MavenInfoRunListener
java.lang.Object
hudson.model.listeners.RunListener<Run<?,?>>
jenkins.plugins.maveninfo.extractor.MavenInfoRunListener
- All Implemented Interfaces:
ExtensionPoint
Run Listener to extract Maven project information.
- Author:
- emenaceb
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.model.listeners.RunListener
LISTENERS, targetType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetUpEnvironment
(AbstractBuild build, Launcher launcher, BuildListener listener) Methods inherited from class hudson.model.listeners.RunListener
all, fireCompleted, fireDeleted, fireFinalized, fireInitialize, fireStarted, onCompleted, onDeleted, onFinalized, onInitialize, onStarted, register, unregister
-
Constructor Details
-
MavenInfoRunListener
public MavenInfoRunListener()
-
-
Method Details
-
setUpEnvironment
public Environment setUpEnvironment(AbstractBuild build, Launcher launcher, BuildListener listener) throws IOException, InterruptedException - Overrides:
setUpEnvironment
in classRunListener<Run<?,
?>> - Throws:
IOException
InterruptedException
-