public class NewRelicDeploymentNotifier
extends hudson.tasks.Notifier
Modifier and Type | Class and Description |
---|---|
static class |
NewRelicDeploymentNotifier.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Constructor and Description |
---|
NewRelicDeploymentNotifier(List<DeploymentNotificationBean> notifications) |
Modifier and Type | Method and Description |
---|---|
NewRelicClient |
getClient() |
NewRelicDeploymentNotifier.DescriptorImpl |
getDescriptor() |
List<DeploymentNotificationBean> |
getNotifications() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
@DataBoundConstructor public NewRelicDeploymentNotifier(List<DeploymentNotificationBean> notifications)
public List<DeploymentNotificationBean> getNotifications()
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
public NewRelicClient getClient()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public NewRelicDeploymentNotifier.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Publisher>
getDescriptor
in class hudson.tasks.Notifier
Copyright © 2016–2021. All rights reserved.