@Component public class QueryUrlSupplierImpl extends Object implements QueryUrlSupplier
Constructor and Description |
---|
QueryUrlSupplierImpl(VelocityRequestContextFactory velocityRequestContextFactory,
JqlStringSupport jqlStringSupport) |
Modifier and Type | Method and Description |
---|---|
String |
getUrlForFilter(Long filterId) |
String |
getUrlForQuery(Query query) |
String |
getUrlForQueryWithVersion(Query query,
Version version) |
@Autowired public QueryUrlSupplierImpl(VelocityRequestContextFactory velocityRequestContextFactory, JqlStringSupport jqlStringSupport)
@Nonnull public String getUrlForQuery(Query query)
getUrlForQuery
in interface QueryUrlSupplier
@Nonnull public String getUrlForQueryWithVersion(Query query, Version version)
getUrlForQueryWithVersion
in interface QueryUrlSupplier
@Nonnull public String getUrlForFilter(Long filterId)
getUrlForFilter
in interface QueryUrlSupplier
Copyright © 2002-2024 Atlassian. All Rights Reserved.