Uses of Class
org.gitlab4j.api.models.Release
-
Packages that use Release Package Description org.gitlab4j.api org.gitlab4j.api.models -
-
Uses of Release in org.gitlab4j.api
Methods in org.gitlab4j.api that return Release 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. -
Uses of Release in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return Release Modifier and Type Method Description Release
Tag. getRelease()
Methods in org.gitlab4j.api.models with parameters of type Release Modifier and Type Method Description void
Tag. setRelease(Release release)
-