public class BuildDisabledNotifier extends Object implements EventsNotifier
| Constructor and Description |
|---|
BuildDisabledNotifier() |
| Modifier and Type | Method and Description |
|---|---|
void |
completed(hudson.model.AbstractBuild r) |
void |
deleted(hudson.model.AbstractBuild r) |
void |
finalized(hudson.model.AbstractBuild r) |
void |
started(hudson.model.AbstractBuild r) |
public void started(hudson.model.AbstractBuild r)
started in interface EventsNotifierpublic void deleted(hudson.model.AbstractBuild r)
deleted in interface EventsNotifierpublic void finalized(hudson.model.AbstractBuild r)
finalized in interface EventsNotifierpublic void completed(hudson.model.AbstractBuild r)
completed in interface EventsNotifierCopyright © 2004-2015. All Rights Reserved.