public class DeveoNotifier
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
DeveoNotifier.DeveoBuildStepDescriptor |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
DeveoNotifier(String accountKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountKey() |
DeveoNotifier.DeveoBuildStepDescriptor |
getDescriptor() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
needsToRunAfterFinalized() |
void |
notifyDeveo(hudson.model.AbstractBuild build,
hudson.model.BuildListener listener) |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
@DataBoundConstructor public DeveoNotifier(String accountKey)
public String getAccountKey()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public boolean needsToRunAfterFinalized()
needsToRunAfterFinalized in class hudson.tasks.Publisherpublic 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.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic void notifyDeveo(hudson.model.AbstractBuild build,
hudson.model.BuildListener listener)
public DeveoNotifier.DeveoBuildStepDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.NotifierCopyright © 2004-2015. All Rights Reserved.