Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method | 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 | Description |
---|---|---|
Release |
Tag.getRelease() |
Modifier and Type | Method | Description |
---|---|---|
void |
Tag.setRelease(Release release) |
Copyright © 2018. All rights reserved.