org.jenkinsci.plugins.pretestedintegration.scm.git
Class SquashCommitStrategy
java.lang.Object
org.jenkinsci.plugins.pretestedintegration.IntegrationStrategy
org.jenkinsci.plugins.pretestedintegration.scm.git.SquashCommitStrategy
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<IntegrationStrategy>
public class SquashCommitStrategy
- extends IntegrationStrategy
- Author:
- Mads
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Method Summary |
void |
integrate(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
AbstractSCMBridge bridge,
Commit<?> commit)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SquashCommitStrategy
@DataBoundConstructor
public SquashCommitStrategy()
integrate
public void integrate(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
AbstractSCMBridge bridge,
Commit<?> commit)
throws IntegationFailedExeception,
NothingToDoException
- Specified by:
integrate
in class IntegrationStrategy
- Throws:
IntegationFailedExeception
NothingToDoException
Copyright © 2004-2014. All Rights Reserved.