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,
String projectId,
String repositoryId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountKey() |
DeveoNotifier.DeveoBuildStepDescriptor |
getDescriptor() |
String |
getProjectId() |
String |
getRepositoryId() |
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) |
public String getAccountKey()
public String getProjectId()
public String getRepositoryId()
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-2014. All Rights Reserved.