Class MavenAttacher
- java.lang.Object
-
- hudson.maven.MavenReporter
-
- org.jenkinsci.plugins.junitrealtimetestreporter.MavenAttacher
-
- All Implemented Interfaces:
ExtensionPoint
,hudson.maven.MavenProjectActionBuilder
,Describable<hudson.maven.MavenReporter>
,Serializable
public class MavenAttacher extends hudson.maven.MavenReporter
Attach and detach temporary action on Maven module build.- Author:
- ogondza
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MavenAttacher.Descriptor
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description MavenAttacher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
enterModule(hudson.maven.MavenBuildProxy proxy, org.apache.maven.project.MavenProject pom, BuildListener listener)
boolean
leaveModule(hudson.maven.MavenBuildProxy proxy, org.apache.maven.project.MavenProject pom, BuildListener listener)
-
-
-
Method Detail
-
enterModule
public boolean enterModule(hudson.maven.MavenBuildProxy proxy, org.apache.maven.project.MavenProject pom, BuildListener listener) throws InterruptedException, IOException
- Overrides:
enterModule
in classhudson.maven.MavenReporter
- Throws:
InterruptedException
IOException
-
leaveModule
public boolean leaveModule(hudson.maven.MavenBuildProxy proxy, org.apache.maven.project.MavenProject pom, BuildListener listener) throws InterruptedException, IOException
- Overrides:
leaveModule
in classhudson.maven.MavenReporter
- Throws:
InterruptedException
IOException
-
-