public class SMSNotification
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
SMSNotification.DescriptorImpl
Descriptor for
SMSNotification. |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
SMSNotification(String recipients) |
| Modifier and Type | Method and Description |
|---|---|
SMSNotification.DescriptorImpl |
getDescriptor() |
String |
getRecipients() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, prebuild@DataBoundConstructor public SMSNotification(String recipients)
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic SMSNotification.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Notifierpublic String getRecipients()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2004-2013. All Rights Reserved.