Package org.jenkinsci.plugins.bigpanda
Class BigpandaGlobalNotifier
- java.lang.Object
-
- hudson.model.listeners.RunListener<hudson.model.Run<?,?>>
-
- org.jenkinsci.plugins.bigpanda.BigpandaGlobalNotifier
-
- All Implemented Interfaces:
hudson.ExtensionPoint,hudson.model.Describable<BigpandaGlobalNotifier>
@Extension public class BigpandaGlobalNotifier extends hudson.model.listeners.RunListener<hudson.model.Run<?,?>> implements hudson.model.Describable<BigpandaGlobalNotifier>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBigpandaGlobalNotifier.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description BigpandaGlobalNotifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description hudson.model.Descriptor<BigpandaGlobalNotifier>getDescriptor()BigpandaGlobalNotifier.DescriptorImplgetDescriptorImpl()voidonCompleted(hudson.model.Run<?,?> run, hudson.model.TaskListener listener)voidonStarted(hudson.model.Run<?,?> run, hudson.model.TaskListener listener)
-
-
-
Method Detail
-
onCompleted
public void onCompleted(hudson.model.Run<?,?> run, hudson.model.TaskListener listener)- Overrides:
onCompletedin classhudson.model.listeners.RunListener<hudson.model.Run<?,?>>
-
onStarted
public void onStarted(hudson.model.Run<?,?> run, hudson.model.TaskListener listener)- Overrides:
onStartedin classhudson.model.listeners.RunListener<hudson.model.Run<?,?>>
-
getDescriptor
public hudson.model.Descriptor<BigpandaGlobalNotifier> getDescriptor()
- Specified by:
getDescriptorin interfacehudson.model.Describable<BigpandaGlobalNotifier>
-
getDescriptorImpl
public BigpandaGlobalNotifier.DescriptorImpl getDescriptorImpl()
-
-