public class CucumberSlackPostBuildNotifier
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
CucumberSlackPostBuildNotifier.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
CucumberSlackPostBuildNotifier(String channel,
String json) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannel() |
CucumberSlackPostBuildNotifier.DescriptorImpl |
getDescriptor() |
String |
getJson() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, prebuildpublic String getChannel()
public String getJson()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic CucumberSlackPostBuildNotifier.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Recorderpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2004-2015. All Rights Reserved.