Class Overview
Function that produces the last released version for any specified projects.
The versions are sequenced in the the user specified order (not the release date).
Projects are resolved by project key first, then name, then id. Only Versions from Projects which the current user
can browse will be returned.
Constants
public
static
final
String
FUNCTION_EARLIEST_UNRELEASED_VERSION
Constant Value:
"earliestUnreleasedVersion"
Public Constructors
Public Methods
Protected Methods
Returns
- all the versions relevant to this function.
protected
Collection<Version>
getVersionsForProject
(Long projectId)
Parameters
projectId
| the id of the Project which the versions belong to |
Returns
- all the versions relevant to this function and the specified project