| Package | Description |
|---|---|
| hudson.plugins.git | |
| hudson.plugins.git.util |
| Modifier and Type | Method and Description |
|---|---|
BuildData |
GitSCM.getBuildData(hudson.model.Run build,
boolean clone)
Look back as far as needed to find a valid BuildData.
|
| Modifier and Type | Method and Description |
|---|---|
BuildData |
BuildData.clone() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Revision> |
DefaultBuildChooser.getCandidateRevisions(boolean isPollCall,
String singleBranch,
IGitAPI git,
hudson.model.TaskListener listener,
BuildData data)
Determines which Revisions to build.
|
abstract Collection<Revision> |
BuildChooser.getCandidateRevisions(boolean isPollCall,
String singleBranch,
IGitAPI git,
hudson.model.TaskListener listener,
BuildData buildData)
Get a list of revisions that are candidates to be built.
|
Build |
BuildChooser.prevBuildForChangelog(String singleBranch,
BuildData data,
IGitAPI git) |
Copyright © 2004-2015 Hudson. All Rights Reserved.