Class Attacher
- java.lang.Object
-
- hudson.model.listeners.RunListener<Run<?,?>>
-
- org.jenkinsci.plugins.junitrealtimetestreporter.Attacher
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class Attacher extends RunListener<Run<?,?>>
General purpose action attacher.- Author:
- ogondza
-
-
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 Constructor Description Attacher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onFinalized(Run<?,?> run)
void
onStarted(Run<?,?> run, TaskListener listener)
-
Methods inherited from class hudson.model.listeners.RunListener
all, fireCompleted, fireDeleted, fireFinalized, fireInitialize, fireStarted, onCompleted, onDeleted, onInitialize, register, setUpEnvironment, unregister
-
-
-
-
Method Detail
-
onStarted
public void onStarted(Run<?,?> run, TaskListener listener)
- Overrides:
onStarted
in classRunListener<Run<?,?>>
-
onFinalized
public void onFinalized(Run<?,?> run)
- Overrides:
onFinalized
in classRunListener<Run<?,?>>
-
-