| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Branch
Represents a git branch.
|
class |
Tag
Git tag including SHA1 and message of the associated commit.
|
| Modifier and Type | Method and Description |
|---|---|
Set<GitObject> |
CliGitAPIImpl.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.
|
Set<GitObject> |
GitClient.getTags()
Return name and object ID of all tags in current repository.
|
Copyright © 2013–2020. All rights reserved.