Uses of Class
org.aoju.bus.gitlab.models.Release
Packages that use Release
-
Uses of Release in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab that return ReleaseModifier and TypeMethodDescriptionReleasesApi.createRelease(Object projectIdOrPath, ReleaseParams params) Create a Release.TagsApi.createRelease(Object projectIdOrPath, String tagName, String releaseNotes) Add release notes to the existing git tag.ReleasesApi.getRelease(Object projectIdOrPath, String tagName) Get a Release for the given tag name.ReleasesApi.updateRelease(Object projectIdOrPath, ReleaseParams params) Updates the release notes of a given release.TagsApi.updateRelease(Object projectIdOrPath, String tagName, String releaseNotes) Updates the release notes of a given release.Methods in org.aoju.bus.gitlab that return types with arguments of type ReleaseModifier and TypeMethodDescriptionReleasesApi.getOptionalRelease(Object projectIdOrPath, String tagName) Get an Optional instance holding a Release instance for the specific tag name.ReleasesApi.getReleases(Object projectIdOrPath) Get a list of releases for a project, sorted by release date.ReleasesApi.getReleases(Object projectIdOrPath, int itemsPerPage) Get a Pager of releases for a project, sorted by release date.ReleasesApi.getReleasesStream(Object projectIdOrPath) Get a Stream of releases for a project, sorted by release date. -
Uses of Release in org.aoju.bus.gitlab.models
Methods in org.aoju.bus.gitlab.models that return ReleaseMethods in org.aoju.bus.gitlab.models with parameters of type Release