public interface SearchParameter
| Modifier and Type | Field and Description |
|---|---|
static String |
APPLICATION
The parameter for the application name to search
|
static String |
MAXHITS
The parameter for the maximum number of hits to return
|
static String |
PROJECT
The parameter for the project name to search
|
| Modifier and Type | Method and Description |
|---|---|
String |
buildQueryString()
Converts the parameter into a queryString suitable for a URL.
|
String |
getName() |
String |
getValue() |
static final String MAXHITS
static final String APPLICATION
static final String PROJECT
Copyright © 2018 Atlassian. All rights reserved.