| Package | Description |
|---|---|
| hudson.plugins.git | |
| hudson.plugins.git.util |
| Modifier and Type | Method and Description |
|---|---|
Revision |
Revision.clone() |
Revision |
RevisionParameterAction.toRevision(IGitAPI git) |
| Modifier and Type | Method and Description |
|---|---|
List<Map<IndexEntry,Revision>> |
SubmoduleCombinator.createCombinations(Map<IndexEntry,Collection<Revision>> moduleBranches) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SubmoduleConfig.revisionMatchesInterest(Revision r) |
void |
IGitAPI.setupSubmoduleUrls(Revision rev,
hudson.model.TaskListener listener) |
void |
GitAPI.setupSubmoduleUrls(Revision rev,
hudson.model.TaskListener listener)
Set up submodule URLs so that they correspond to the remote pertaining to
the revision that has been checked out.
|
List<String> |
IGitAPI.showRevision(Revision r) |
List<String> |
GitAPI.showRevision(Revision r)
Given a Revision, show it as if it were an entry from git whatchanged, so that it
can be parsed by GitChangeLogParser.
|
| Modifier and Type | Method and Description |
|---|---|
List<Map<IndexEntry,Revision>> |
SubmoduleCombinator.createCombinations(Map<IndexEntry,Collection<Revision>> moduleBranches) |
int |
SubmoduleCombinator.difference(Map<IndexEntry,Revision> item,
List<IndexEntry> entries) |
protected void |
SubmoduleCombinator.makeCombination(Map<IndexEntry,Revision> settings) |
protected boolean |
SubmoduleCombinator.matches(Map<IndexEntry,Revision> item,
List<IndexEntry> entries) |
| Modifier and Type | Field and Description |
|---|---|
Revision |
Build.mergeRevision
Revision that was subject to a merge.
|
Revision |
Build.revision
Revision marked as being built.
|
| Modifier and Type | Method and Description |
|---|---|
Revision |
BuildData.getLastBuiltRevision() |
Revision |
Build.getRevision() |
Revision |
GitUtils.getRevisionContainingBranch(String branchName)
Return the revision containing the branch name.
|
Revision |
GitUtils.getRevisionForSHA1(org.eclipse.jgit.lib.ObjectId sha1) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Revision> |
GitUtils.filterTipBranches(Collection<Revision> revisions)
Return a list of 'tip' branches (I.E.
|
Collection<Revision> |
GitUtils.getAllBranchRevisions()
Return a list of "Revisions" - where a revision knows about all the branch names that refer to
a SHA1.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Revision> |
GitUtils.filterTipBranches(Collection<Revision> revisions)
Return a list of 'tip' branches (I.E.
|
| Constructor and Description |
|---|
Build(Revision revision,
int buildNumber,
hudson.model.Result result) |
Copyright © 2004-2015 Hudson. All Rights Reserved.