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)
Deletes the integrated branch.
|
abstract void |
IntegrationStrategy.integrate(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
AbstractSCMBridge bridge)
Integrates the commits into the integration branch.
|
void |
AbstractSCMBridge.isApplicable(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
Determines if we should prepare a workspace for integration.
|
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.
|
void |
AbstractSCMBridge.updateBuildDescription(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Updates the description of the Jenkins build.
|
Modifier and Type | Method and Description |
---|---|
void |
GitBridge.deleteIntegratedBranch(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Deletes the integrated branch.
|
hudson.plugins.git.util.BuildData |
GitBridge.findRelevantBuildData(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener)
Retrieves the BuildData for the given build relevant to the Integration Repository.
|
protected hudson.plugins.git.GitSCM |
GitBridge.findScm(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener)
Returns the Git SCM for the relevant build data.
|
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.
|
void |
GitBridge.isApplicable(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
Determines if we should prepare a workspace for integration.
|
void |
GitBridge.updateBuildDescription(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Updates the description of the Jenkins build.
|
Copyright © 2004–2016. All rights reserved.