public class CCUCMNotifier extends Notifier
Modifier and Type | Class and Description |
---|---|
static class |
CCUCMNotifier.DescriptorImpl
This class is used by Hudson to define the plugin.
|
Publisher.DescriptorExtensionListImpl
ExtensionPoint.LegacyInstancesAreScopedToHudson
BuildStep.PublisherList
Modifier and Type | Field and Description |
---|---|
static String |
logShortPrefix |
BUILDERS, PUBLISHERS
Constructor and Description |
---|
CCUCMNotifier() |
Modifier and Type | Method and Description |
---|---|
BuildStepMonitor |
getRequiredMonitorService() |
boolean |
needsToRunAfterFinalized()
This indicates whether to let CCUCM run after(true) the job is done or
before(false)
|
boolean |
perform(AbstractBuild<?,?> build,
Launcher launcher,
BuildListener listener) |
getDescriptor
all, getProjectAction, prebuild
getProjectAction, getProjectActions, perform, prebuild
public static String logShortPrefix
public boolean needsToRunAfterFinalized()
needsToRunAfterFinalized
in class Publisher
public BuildStepMonitor getRequiredMonitorService()
public boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException
perform
in interface BuildStep
perform
in class BuildStepCompatibilityLayer
InterruptedException
IOException
Copyright © 2016–2022. All rights reserved.