jenkins.plugins.slack
Class DisabledNotifier
java.lang.Object
jenkins.plugins.slack.DisabledNotifier
- All Implemented Interfaces:
- FineGrainedNotifier
public class DisabledNotifier
- 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 r)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DisabledNotifier
public DisabledNotifier()
started
public void started(hudson.model.AbstractBuild r)
- Specified by:
started in interface FineGrainedNotifier
deleted
public void deleted(hudson.model.AbstractBuild r)
- Specified by:
deleted 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.