| Package | Description |
|---|---|
| hudson.plugins.git.util | |
| jenkins.plugins.git |
| Modifier and Type | Field and Description |
|---|---|
Build |
BuildData.lastBuild
The last build that we did (among the values in
BuildData.buildsByBranchName.) |
| Modifier and Type | Field and Description |
|---|---|
Map<String,Build> |
BuildData.buildsByBranchName
Map of branch name -> build (Branch name to last built SHA1).
|
| Modifier and Type | Method and Description |
|---|---|
Build |
Build.clone() |
Build |
BuildData.getLastBuild(org.eclipse.jgit.lib.ObjectId sha1) |
Build |
BuildData.getLastBuildOfBranch(String branch) |
Build |
BuildChooser.prevBuildForChangelog(String branch,
BuildData data,
org.jenkinsci.plugins.gitclient.GitClient git,
BuildChooserContext context)
Determines the baseline to compute the changelog against.
|
Build |
BuildChooser.prevBuildForChangelog(String branch,
BuildData data,
hudson.plugins.git.IGitAPI git)
Deprecated.
as of 1.1.25
Use and override
BuildChooser.prevBuildForChangelog(String, BuildData, IGitAPI, BuildChooserContext) |
Build |
BuildChooser.prevBuildForChangelog(String branch,
BuildData data,
hudson.plugins.git.IGitAPI git,
BuildChooserContext context)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Build> |
BuildData.getBuildsByBranchName() |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildData.saveBuild(Build build) |
| Modifier and Type | Method and Description |
|---|---|
Build |
AbstractGitSCMSource.SpecificRevisionBuildChooser.prevBuildForChangelog(String branch,
BuildData data,
org.jenkinsci.plugins.gitclient.GitClient git,
BuildChooserContext context) |
Copyright © 2004-2015. All Rights Reserved.