public class IntegrationPublisher
extends hudson.tasks.Publisher
Publisher that integrates the current workspace to the upstream.| Modifier and Type | Class and Description |
|---|---|
static class |
IntegrationPublisher.DescriptorImpl |
| Constructor and Description |
|---|
IntegrationPublisher() |
| Modifier and Type | Method and Description |
|---|---|
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService()
Running multiple merge concurrently is only going to result in conflicts, so no point in doing that.
|
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getDescriptor, getProjectAction, needsToRunAfterFinalized, prebuildgetProjectAction, getProjectActions, perform, prebuildpublic 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.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionCopyright © 2004-2014. All Rights Reserved.