@Component public class VersionsServiceImpl extends Object implements VersionsService
Constructor and Description |
---|
VersionsServiceImpl(VersionManager versionManager,
SearchHandlerManager searchHandlerManager,
ProjectService projectService,
JiraAuthenticationContext authenticationContext,
QueryParser queryParser,
ProjectOrFilterQueryParser projectOrFilterQueryParser,
QueryUrlSupplier queryUrlSupplier) |
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Either<List<ProjectVersionBean>,ErrorCollection> |
getVersions(String jql)
Get the versions for a given jql string
|
@Autowired public VersionsServiceImpl(VersionManager versionManager, SearchHandlerManager searchHandlerManager, ProjectService projectService, JiraAuthenticationContext authenticationContext, QueryParser queryParser, ProjectOrFilterQueryParser projectOrFilterQueryParser, QueryUrlSupplier queryUrlSupplier)
public io.atlassian.fugue.Either<List<ProjectVersionBean>,ErrorCollection> getVersions(@Nonnull String jql)
VersionsService
getVersions
in interface VersionsService
jql
- for searching for issuesCopyright © 2002-2019 Atlassian. All Rights Reserved.