Interface QueryUrlSupplier

All Known Implementing Classes:
QueryUrlSupplierImpl

public interface QueryUrlSupplier
Used to generate urls for the issue navigator for a given query and extra parameters.
Since:
v6.4
  • Method Details

    • getUrlForQuery

      @Nonnull String getUrlForQuery(Query query)
    • getUrlForQueryWithVersion

      @Nonnull String getUrlForQueryWithVersion(Query query, Version version)
    • getUrlForFilter

      @Nonnull String getUrlForFilter(Long filterId)