jenkins.plugins.slack
Class ActiveNotifier

java.lang.Object
  extended by jenkins.plugins.slack.ActiveNotifier
All Implemented Interfaces:
FineGrainedNotifier

public class ActiveNotifier
extends Object
implements FineGrainedNotifier


Nested Class Summary
static class ActiveNotifier.MessageBuilder
           
 
Constructor Summary
ActiveNotifier(SlackNotifier notifier)
           
 
Method Summary
 void completed(hudson.model.AbstractBuild r)
           
 void deleted(hudson.model.AbstractBuild r)
           
 void finalized(hudson.model.AbstractBuild r)
           
 void started(hudson.model.AbstractBuild build)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveNotifier

public ActiveNotifier(SlackNotifier notifier)
Method Detail

deleted

public void deleted(hudson.model.AbstractBuild r)
Specified by:
deleted in interface FineGrainedNotifier

started

public void started(hudson.model.AbstractBuild build)
Specified by:
started in interface FineGrainedNotifier

finalized

public void finalized(hudson.model.AbstractBuild r)
Specified by:
finalized in interface FineGrainedNotifier

completed

public void completed(hudson.model.AbstractBuild r)
Specified by:
completed in interface FineGrainedNotifier


Copyright © 2004-2013. All Rights Reserved.