Package | Description |
---|---|
org.jenkinsci.plugins.pretestedintegration.scm.git |
Modifier and Type | Method and Description |
---|---|
protected boolean |
GitIntegrationStrategy.tryFastForward(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
GitBridge bridge)
Attempts to fast-forward merge the integration branch to the ready branch.
|
protected boolean |
GitIntegrationStrategy.tryRebase(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
GitBridge bridge)
Attempts to rebase the ready branch onto the integration branch.
|
Copyright © 2004–2016. All rights reserved.