@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)
VersionsServicegetVersions in interface VersionsServicejql - for searching for issuesCopyright © 2002-2022 Atlassian. All Rights Reserved.