Package | Description |
---|---|
org.jenkinsci.plugins.pretestedintegration | |
org.jenkinsci.plugins.pretestedintegration.scm.git |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static hudson.ExtensionList<Commit> |
Commit.all() |
Modifier and Type | Method and Description |
---|---|
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 |
PretestedIntegrationAction.setCurrentIntegrationTip(Commit<?> currentIntegrationTip) |
Modifier and Type | Method and Description |
---|---|
protected Commit<?> |
GitBridge.determineIntegrationHead(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
Copyright © 2004–2015. All rights reserved.