Uses of Class
hudson.plugins.git.GitObject
-
Packages that use GitObject 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 GitObject in hudson.plugins.git
Subclasses of GitObject in hudson.plugins.git Modifier and Type Class Description classBranchRepresents a git branch.classTagGit tag including SHA1 and message of the associated commit. -
Uses of GitObject in org.jenkinsci.plugins.gitclient
Methods in org.jenkinsci.plugins.gitclient that return types with arguments of type GitObject Modifier and Type Method Description Set<GitObject>CliGitAPIImpl. getTags()Return name and object ID of all tags in current repository.Set<GitObject>GitClient. getTags()Return name and object ID of all tags in current repository.Set<GitObject>JGitAPIImpl. getTags()Return name and object ID of all tags in current repository.
-