|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| Field Summary | |
|---|---|
static java.lang.String |
APPLICATION
The parameter for the application name to search |
static java.lang.String |
MAXHITS
The parameter for the maximum number of hits to return |
static java.lang.String |
PROJECT
The parameter for the project name to search |
| Method Summary | |
|---|---|
java.lang.String |
buildQueryString()
Converts the parameter into a queryString suitable for a URL. |
java.lang.String |
getName()
|
java.lang.String |
getValue()
|
| Field Detail |
|---|
static final java.lang.String MAXHITS
static final java.lang.String APPLICATION
static final java.lang.String PROJECT
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getValue()
java.lang.String buildQueryString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||