| Package | Description |
|---|---|
| org.jenkinsci.plugins.pretestedintegration | |
| org.jenkinsci.plugins.pretestedintegration.scm.mercurial |
| Modifier and Type | Method and Description |
|---|---|
Commit<?> |
PretestedIntegrationAction.getCommit() |
Commit<?> |
AbstractSCMInterface.nextCommit(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
Commit<?> commit)
Calculate and return the next commit from the argument
|
| Modifier and Type | Method and Description |
|---|---|
static hudson.ExtensionList<Commit> |
Commit.all() |
| Modifier and Type | Method and Description |
|---|---|
Commit<?> |
AbstractSCMInterface.nextCommit(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
Commit<?> commit)
Calculate and return the next commit from the argument
|
void |
AbstractSCMInterface.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.
|
| Modifier and Type | Method and Description |
|---|---|
Commit<String> |
Mercurial.nextCommit(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
Commit<?> commit) |
| Modifier and Type | Method and Description |
|---|---|
Commit<String> |
Mercurial.nextCommit(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
Commit<?> commit) |
void |
Mercurial.prepareWorkspace(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
Commit<?> commit) |
Copyright © 2004-2013. All Rights Reserved.