Interface SearchParameter


public interface SearchParameter
Allows to specify additional properties for a search in terms of string value pairs. For example this could specify a fixforversion=3.12 in JIRA. Or application=crucible in Fisheye.
Since:
2.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The parameter for the application name to search
    static final String
    The parameter for the maximum number of hits to return
    static final String
    The parameter for the project name to search
  • Method Summary

    Modifier and Type
    Method
    Description
    Converts the parameter into a queryString suitable for a URL.
     
     
  • Field Details

  • Method Details

    • getName

      String getName()
      Returns:
      the name of the search parameter
    • getValue

      String getValue()
      Returns:
      the value of the search parameter
    • buildQueryString

      String buildQueryString()
      Converts the parameter into a queryString suitable for a URL.
      Returns:
      querystring to add to a URL