getRelease

open fun getRelease(releaseId: String): Release

Method to get from current project a Release by its identifier

Return

the release to get as Release or null if not exists

Parameters

releaseId

: the identifier of the release to get