public class OTCNotifier
extends hudson.tasks.Notifier
Modifier and Type | Class and Description |
---|---|
static class |
OTCNotifier.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Constructor and Description |
---|
OTCNotifier(boolean onStarted,
boolean onCompleted,
boolean onFinalized,
boolean failureOnly,
boolean enableTraceability) |
Modifier and Type | Method and Description |
---|---|
OTCNotifier.DescriptorImpl |
getDescriptor() |
Boolean |
getEnableTraceability() |
Boolean |
getFailureOnly() |
Boolean |
getOnCompleted() |
Boolean |
getOnFinalized() |
Boolean |
getOnStarted() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
@DataBoundConstructor public OTCNotifier(boolean onStarted, boolean onCompleted, boolean onFinalized, boolean failureOnly, boolean enableTraceability)
public Boolean getOnStarted()
public Boolean getOnCompleted()
public Boolean getOnFinalized()
public Boolean getFailureOnly()
public Boolean getEnableTraceability()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
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 OTCNotifier.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Publisher>
getDescriptor
in class hudson.tasks.Notifier
Copyright © 2016–2020. All rights reserved.