public class BumblebeePublisher
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
BumblebeePublisher.DescriptorImpl
Descriptor for bumblebee plugin.
|
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
BumblebeePublisher(BumblebeeConfiguration... configs)
Constructor.
|
BumblebeePublisher(Collection<BumblebeeConfiguration> configs)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doBulkUpdate(BumblebeeConfiguration config,
hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Send data to bumblebee server.
|
List<BumblebeeConfiguration> |
getConfigs()
This method will return all the tasks
|
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic BumblebeePublisher(BumblebeeConfiguration... configs)
configs - Configurations which are set for current job.public BumblebeePublisher(Collection<BumblebeeConfiguration> configs)
configs - List of configurations.public List<BumblebeeConfiguration> getConfigs()
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.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic void doBulkUpdate(BumblebeeConfiguration config, hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws Exception
config - Config wrapperbulkURL - The URL to usebuild - what it sayslauncher - what it sayslistener - what it saysExceptionCopyright © 2004-2016. All Rights Reserved.