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, prebuild
getProjectAction, 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.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
public SMSNotification.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Publisher>
getDescriptor
in class hudson.tasks.Notifier
public String getRecipients()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2004-2013. All Rights Reserved.