| Package | Description |
|---|---|
| org.gitlab.api |
| Modifier and Type | Method and Description |
|---|---|
GitlabTag |
GitlabAPI.addTag(GitlabProject project,
String tagName,
String ref,
String message,
String releaseDescription)
Create tag in specific project
|
GitlabTag |
GitlabAPI.addTag(Serializable projectId,
String tagName,
String ref,
String message,
String releaseDescription)
Create tag in specific project
|
GitlabTag |
GitlabAPI.getTag(GitlabProject project,
String tagName)
Get a single repository tag in a specific project
|
| Modifier and Type | Method and Description |
|---|---|
List<GitlabTag> |
GitlabAPI.getTags(GitlabProject project)
Get a list of tags in specific project
|
List<GitlabTag> |
GitlabAPI.getTags(Serializable projectId)
Get a list of tags in specific project
|
Copyright © 2019. All rights reserved.