public class LightstepWebhookPublisher extends Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
LightstepWebhookPublisher.LightstepWebhookPublisherDescriptor |
Publisher.DescriptorExtensionListImplExtensionPoint.LegacyInstancesAreScopedToHudsonBuildStep.PublisherList| Modifier and Type | Field and Description |
|---|---|
String |
abortedSeverity |
String |
failureSeverity |
Boolean |
onAborted |
Boolean |
onFailure |
Boolean |
onResolve |
Boolean |
onUnstable |
Boolean |
selectedStatus |
String |
unstableSeverity |
String |
webHookUrl |
BUILDERS, PUBLISHERS| Constructor and Description |
|---|
LightstepWebhookPublisher(String webHookUrl,
Boolean onSuccess,
Boolean onFailure,
Boolean onUnstable,
Boolean onAborted,
Boolean onResolve,
String successSeverity,
String failureSeverity,
String unstableSeverity,
String abortedSeverity) |
| Modifier and Type | Method and Description |
|---|---|
LightstepWebhookPublisher.LightstepWebhookPublisherDescriptor |
getDescriptor() |
BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(AbstractBuild<?,?> build,
Launcher launcher,
BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, prebuildpublic String webHookUrl
public Boolean onFailure
public Boolean onUnstable
public Boolean onAborted
public Boolean onResolve
public String failureSeverity
public String unstableSeverity
public String abortedSeverity
public Boolean selectedStatus
public BuildStepMonitor getRequiredMonitorService()
public boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException
perform in interface BuildStepperform in class BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic LightstepWebhookPublisher.LightstepWebhookPublisherDescriptor getDescriptor()
getDescriptor in interface Describable<Publisher>getDescriptor in class NotifierCopyright © 2016–2022. All rights reserved.