|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Revision | |
|---|---|
| hudson.plugins.git | |
| hudson.plugins.git.util | |
| Uses of Revision in hudson.plugins.git |
|---|
| Methods in hudson.plugins.git that return Revision | |
|---|---|
Revision |
Revision.clone()
|
Revision |
RevisionParameterAction.toRevision(IGitAPI git)
|
| Methods in hudson.plugins.git that return types with arguments of type Revision | |
|---|---|
List<Map<IndexEntry,Revision>> |
SubmoduleCombinator.createCombinations(Map<IndexEntry,Collection<Revision>> moduleBranches)
|
| Methods in hudson.plugins.git with parameters of type Revision | |
|---|---|
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. |
| Method parameters in hudson.plugins.git with type arguments of type Revision | |
|---|---|
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)
|
| Uses of Revision in hudson.plugins.git.util |
|---|
| Fields in hudson.plugins.git.util declared as Revision | |
|---|---|
Revision |
Build.mergeRevision
Revision that was subject to a merge. |
Revision |
Build.revision
Revision marked as being built. |
| Methods in hudson.plugins.git.util that return Revision | |
|---|---|
Revision |
BuildData.getLastBuiltRevision()
|
Revision |
Build.getRevision()
|
Revision |
GitUtils.getRevisionContainingBranch(String branchName)
Return the revision containing the branch name. |
Revision |
GitUtils.getRevisionForSHA1(org.spearce.jgit.lib.ObjectId sha1)
|
| Methods in hudson.plugins.git.util that return types with arguments of type Revision | |
|---|---|
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. |
| Method parameters in hudson.plugins.git.util with type arguments of type Revision | |
|---|---|
Collection<Revision> |
GitUtils.filterTipBranches(Collection<Revision> revisions)
Return a list of 'tip' branches (I.E. |
| Constructors in hudson.plugins.git.util with parameters of type Revision | |
|---|---|
Build(Revision revision,
int buildNumber,
hudson.model.Result result)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||