Package | Description |
---|---|
org.jenkinsci.plugins.pretestedintegration | |
org.jenkinsci.plugins.pretestedintegration.scm.git |
Modifier and Type | Method and Description |
---|---|
abstract void |
IntegrationStrategy.integrate(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
AbstractSCMBridge bridge)
Integrates the commits into the integration branch.
|
protected void |
AbstractSCMBridge.mergeChanges(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Integrates the commit into the integration branch.
|
void |
AbstractSCMBridge.prepareWorkspace(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Called after the SCM plugin has updated the workspace with remote changes.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
GitIntegrationStrategy.containsRemoteBranch(org.jenkinsci.plugins.gitclient.GitClient client,
hudson.plugins.git.Branch branch)
Checks whether or not we can find the given remote branch.
|
void |
SquashCommitStrategy.integrate(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
AbstractSCMBridge bridge)
Integrates the commits into the integration branch.
|
void |
AccumulatedCommitStrategy.integrate(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
AbstractSCMBridge bridge)
Integrates the commits into the integration branch.
|
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.