Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method and Description |
---|---|
Release |
TagsApi.createRelease(Object projectIdOrPath,
String tagName,
String releaseNotes)
Add release notes to the existing git tag.
|
Release |
TagsApi.updateRelease(Object projectIdOrPath,
String tagName,
String releaseNotes)
Updates the release notes of a given release.
|
Modifier and Type | Method and Description |
---|---|
Release |
Tag.getRelease() |
Modifier and Type | Method and Description |
---|---|
void |
Tag.setRelease(Release release) |
Copyright © 2019. All rights reserved.