Package | Description |
---|---|
org.jenkinsci.plugins.pretestedintegration | |
org.jenkinsci.plugins.pretestedintegration.scm.git |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSCMBridge.deleteIntegratedBranch(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
boolean |
PretestedIntegrationAction.initialise(hudson.Launcher launcher,
hudson.model.BuildListener listener)
Invoked before the build is started, responsible for preparing the
workspace
|
abstract void |
IntegrationStrategy.integrate(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
AbstractSCMBridge bridge) |
void |
AbstractSCMBridge.isApplicable(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
Method that determines if we should prepare workspace for integration.
|
protected void |
AbstractSCMBridge.mergeChanges(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Default is to use the selected integration strategy
|
void |
AbstractSCMBridge.prepareWorkspace(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
This function is called after the SCM plugin has updated the workspace
with remote changes.
|
void |
AbstractSCMBridge.updateBuildDescription(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
AbstractSCMBridge.validateConfiguration(hudson.model.AbstractProject<?,?> project) |
Modifier and Type | Method and Description |
---|---|
hudson.plugins.git.util.BuildData |
GitBridge.checkAndDetermineRelevantBuildData(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
Checks a list of git build data for current build and extracts
the relevant build data related to the Integration repository configuration.
|
void |
GitBridge.deleteIntegratedBranch(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
SquashCommitStrategy.integrate(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
AbstractSCMBridge bridge) |
void |
AccumulatedCommitStrategy.integrate(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
AbstractSCMBridge bridge) |
void |
GitBridge.isApplicable(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
void |
GitBridge.updateBuildDescription(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
GitBridge.validateConfiguration(hudson.model.AbstractProject<?,?> project) |
Copyright © 2004–2015. All rights reserved.