public abstract class IntegrationStrategy extends Object implements hudson.model.Describable<IntegrationStrategy>, hudson.ExtensionPoint
Constructor and Description |
---|
IntegrationStrategy() |
Modifier and Type | Method and Description |
---|---|
static hudson.DescriptorExtensionList<IntegrationStrategy,IntegrationStrategyDescriptor<IntegrationStrategy>> |
all() |
hudson.model.Descriptor<IntegrationStrategy> |
getDescriptor() |
abstract void |
integrate(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
AbstractSCMBridge bridge) |
public abstract void integrate(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener, AbstractSCMBridge bridge) throws IntegationFailedExeception, NothingToDoException, UnsupportedConfigurationException
public hudson.model.Descriptor<IntegrationStrategy> getDescriptor()
getDescriptor
in interface hudson.model.Describable<IntegrationStrategy>
public static hudson.DescriptorExtensionList<IntegrationStrategy,IntegrationStrategyDescriptor<IntegrationStrategy>> all()
Copyright © 2004–2015. All rights reserved.