public class MemeNotifier
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
MemeNotifier.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Modifier and Type | Field and Description |
|---|---|
boolean |
memeEnabledAlways |
boolean |
memeEnabledFailure |
boolean |
memeEnabledSuccess |
| Constructor and Description |
|---|
MemeNotifier(boolean memeEnabledFailure,
boolean memeEnabledSuccess,
boolean memeEnabledAlways) |
| Modifier and Type | Method and Description |
|---|---|
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, prebuildpublic boolean memeEnabledFailure
public boolean memeEnabledSuccess
public boolean memeEnabledAlways
@DataBoundConstructor
public MemeNotifier(boolean memeEnabledFailure,
boolean memeEnabledSuccess,
boolean memeEnabledAlways)
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionCopyright © 2004-2015. All Rights Reserved.