Uses of Class
hudson.plugins.git.Revision
-
Packages that use Revision Package Description hudson.plugins.git Compatibility package provided for legacy git client API users.org.jenkinsci.plugins.gitclient Core classes for git client API implementation. -
-
Uses of Revision in hudson.plugins.git
Methods in hudson.plugins.git that return Revision Modifier and Type Method Description RevisionRevision. clone()Methods in hudson.plugins.git with parameters of type Revision Modifier and Type Method Description List<String>IGitAPI. showRevision(Revision r)Deprecated.showRevision. -
Uses of Revision in org.jenkinsci.plugins.gitclient
Methods in org.jenkinsci.plugins.gitclient with parameters of type Revision Modifier and Type Method Description voidCliGitAPIImpl. setupSubmoduleUrls(Revision rev, TaskListener listener)Set up submodule URLs so that they correspond to the remote pertaining to the revision that has been checked out.voidGitClient. setupSubmoduleUrls(Revision rev, TaskListener listener)Set up submodule URLs so that they correspond to the remote pertaining to the revision that has been checked out.voidJGitAPIImpl. setupSubmoduleUrls(Revision rev, TaskListener listener)Deprecated.
-