jenkins.plugins.talk
Class ActiveNotifier
java.lang.Object
jenkins.plugins.talk.ActiveNotifier
- All Implemented Interfaces:
- FineGrainedNotifier
public class ActiveNotifier
- extends Object
- implements FineGrainedNotifier
|
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 |
ActiveNotifier
public ActiveNotifier(TalkNotifier notifier,
hudson.model.BuildListener listener)
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-2015. All Rights Reserved.