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, prebuild
getProjectAction, getProjectActions, perform, prebuild
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
Copyright © 2004-2014. All Rights Reserved.