jenkins.plugins.slack
Class DisabledNotifier

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

public class DisabledNotifier
extends Object
implements FineGrainedNotifier


Constructor Summary
DisabledNotifier()
           
 
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
 

Constructor Detail

DisabledNotifier

public DisabledNotifier()
Method Detail

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.