jenkins.plugins.talk
Interface FineGrainedNotifier

All Known Implementing Classes:
ActiveNotifier, DisabledNotifier

public interface 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)
           
 

Method Detail

started

void started(hudson.model.AbstractBuild r)

deleted

void deleted(hudson.model.AbstractBuild r)

finalized

void finalized(hudson.model.AbstractBuild r)

completed

void completed(hudson.model.AbstractBuild r)


Copyright © 2004-2015. All Rights Reserved.