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 ReleaseTagsApi. createRelease(Object projectIdOrPath, String tagName, String releaseNotes)Add release notes to the existing git tag.ReleaseTagsApi. 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 ReleaseTag. getRelease()Methods in org.gitlab4j.api.models with parameters of type Release Modifier and Type Method Description voidTag. setRelease(Release release)
-