|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BuildData | |
|---|---|
| hudson.plugins.git | |
| hudson.plugins.git.util | |
| Uses of BuildData in hudson.plugins.git |
|---|
| Methods in hudson.plugins.git that return BuildData | |
|---|---|
BuildData |
GitSCM.getBuildData(hudson.model.Run build,
boolean clone)
Look back as far as needed to find a valid BuildData. |
| Uses of BuildData in hudson.plugins.git.util |
|---|
| Methods in hudson.plugins.git.util that return BuildData | |
|---|---|
BuildData |
BuildData.clone()
|
| Methods in hudson.plugins.git.util with parameters of type BuildData | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||