Package | Description |
---|---|
com.atlassian.jira.bc.project.version |
Modifier and Type | Method and Description |
---|---|
static VersionService.VersionExtractableField |
VersionService.VersionExtractableField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionService.VersionExtractableField[] |
VersionService.VersionExtractableField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ServiceOutcome<Page<Version>> |
DefaultVersionService.getVersionsByProject(ApplicationUser user,
Project project,
PageRequest pageRequest,
io.atlassian.fugue.Option<OrderByRequest<VersionService.VersionExtractableField>> orderBy) |
ServiceOutcome<Page<Version>> |
DefaultVersionService.getVersionsByProject(ApplicationUser user,
Project project,
PageRequest pageRequest,
OrderByRequest<VersionService.VersionExtractableField> orderBy) |
ServiceOutcome<Page<Version>> |
VersionService.getVersionsByProject(ApplicationUser user,
Project project,
PageRequest pageRequest,
OrderByRequest<VersionService.VersionExtractableField> orderBy)
This method returns all versions for a given project.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.