|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Commit | |
---|---|
org.jenkinsci.plugins.pretestedintegration | |
org.jenkinsci.plugins.pretestedintegration.scm.git |
Uses of Commit in org.jenkinsci.plugins.pretestedintegration |
---|
Methods in org.jenkinsci.plugins.pretestedintegration that return Commit | |
---|---|
protected Commit<?> |
AbstractSCMBridge.determineIntegrationHead(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
Override this to associate an integrated commit with a pointer with the starting point before merge. |
Commit<?> |
PretestedIntegrationAction.getCommit()
|
Commit<?> |
PretestedIntegrationAction.getCurrentIntegrationTip()
|
Commit<?> |
AbstractSCMBridge.nextCommit(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
Commit<?> commit)
Calculate and return the next commit from the argument |
Methods in org.jenkinsci.plugins.pretestedintegration that return types with arguments of type Commit | |
---|---|
static hudson.ExtensionList<Commit> |
Commit.all()
|
Methods in org.jenkinsci.plugins.pretestedintegration with parameters of type Commit | |
---|---|
abstract void |
IntegrationStrategy.integrate(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
AbstractSCMBridge bridge,
Commit<?> commit)
|
protected void |
AbstractSCMBridge.mergeChanges(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
Commit<?> commit)
Default is to use the selected integration strategy |
Commit<?> |
AbstractSCMBridge.nextCommit(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
Commit<?> commit)
Calculate and return the next commit from the argument |
void |
AbstractSCMBridge.prepareWorkspace(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
Commit<?> commit)
This function is called after the SCM plugin has updated the workspace with remote changes. |
void |
PretestedIntegrationAction.setCurrentIntegrationTip(Commit<?> currentIntegrationTip)
|
Uses of Commit in org.jenkinsci.plugins.pretestedintegration.scm.git |
---|
Methods in org.jenkinsci.plugins.pretestedintegration.scm.git that return Commit | |
---|---|
protected Commit<?> |
GitBridge.determineIntegrationHead(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
|
Commit<String> |
GitBridge.nextCommit(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
Commit<?> commit)
1. |
Methods in org.jenkinsci.plugins.pretestedintegration.scm.git with parameters of type Commit | |
---|---|
void |
SquashCommitStrategy.integrate(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
AbstractSCMBridge bridge,
Commit<?> commit)
|
void |
AccumulatedCommitStrategy.integrate(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
AbstractSCMBridge bridge,
Commit<?> commit)
|
Commit<String> |
GitBridge.nextCommit(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
Commit<?> commit)
1. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |