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>
  • Constructor Details

    • BigpandaGlobalNotifier

      public BigpandaGlobalNotifier()
  • Method Details

    • onCompleted

      public void onCompleted(hudson.model.Run<?,?> run, hudson.model.TaskListener listener)
      Overrides:
      onCompleted in class hudson.model.listeners.RunListener<hudson.model.Run<?,?>>
    • onStarted

      public void onStarted(hudson.model.Run<?,?> run, hudson.model.TaskListener listener)
      Overrides:
      onStarted in class hudson.model.listeners.RunListener<hudson.model.Run<?,?>>
    • getDescriptor

      public hudson.model.Descriptor<BigpandaGlobalNotifier> getDescriptor()
      Specified by:
      getDescriptor in interface hudson.model.Describable<BigpandaGlobalNotifier>
    • getDescriptorImpl

      public BigpandaGlobalNotifier.DescriptorImpl getDescriptorImpl()