public class NewRelicDeploymentNotifier extends Notifier implements SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
NewRelicDeploymentNotifier.DescriptorImpl |
Publisher.DescriptorExtensionListImplSimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactoryBuildStep.PublisherListExtensionPoint.LegacyInstancesAreScopedToHudsonBUILDERS, PUBLISHERS| Constructor and Description |
|---|
NewRelicDeploymentNotifier(List<DeploymentNotificationBean> notifications) |
| Modifier and Type | Method and Description |
|---|---|
NewRelicClient |
getClient() |
NewRelicDeploymentNotifier.DescriptorImpl |
getDescriptor() |
List<DeploymentNotificationBean> |
getNotifications() |
BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(AbstractBuild<?,?> build,
Launcher launcher,
BuildListener listener) |
void |
perform(Run<?,?> run,
FilePath filePath,
Launcher launcher,
TaskListener taskListener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, prebuildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProjectAction, getProjectActions, prebuild@DataBoundConstructor public NewRelicDeploymentNotifier(List<DeploymentNotificationBean> notifications)
public List<DeploymentNotificationBean> getNotifications()
public boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException
perform in interface BuildStepperform in class BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic NewRelicClient getClient()
public BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface BuildSteppublic NewRelicDeploymentNotifier.DescriptorImpl getDescriptor()
getDescriptor in interface Describable<Publisher>getDescriptor in class Notifierpublic void perform(@Nonnull Run<?,?> run, @Nonnull FilePath filePath, @Nonnull Launcher launcher, @Nonnull TaskListener taskListener) throws InterruptedException, IOException
perform in interface SimpleBuildStepInterruptedExceptionIOExceptionCopyright © 2016–2025. All rights reserved.