Class ReportsContants
- java.lang.Object
-
- com.atlassian.bamboo.resultsummary.search.ReportsContants
-
public class ReportsContants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AGENT_IDS
static String
INCLUDE_INCOMPLETE_BUILDS
static String
PARAM_BUILD_IDS
static String
PARAM_DATE_FILTER
static String
PARAM_PLAN_KEYS
static String
SEARCH_LAST_30_DAYS
static String
SEARCH_LAST_7_DAYS
static String
SEARCH_LAST_90_DAYS
static String
SEARCH_RANGE
static String
SEARCH_RANGE_DATE_FROM
static String
SEARCH_RANGE_DATE_TO
-
-
-
Field Detail
-
SEARCH_LAST_7_DAYS
public static final String SEARCH_LAST_7_DAYS
- See Also:
- Constant Field Values
-
SEARCH_LAST_30_DAYS
public static final String SEARCH_LAST_30_DAYS
- See Also:
- Constant Field Values
-
SEARCH_LAST_90_DAYS
public static final String SEARCH_LAST_90_DAYS
- See Also:
- Constant Field Values
-
SEARCH_RANGE
public static final String SEARCH_RANGE
- See Also:
- Constant Field Values
-
SEARCH_RANGE_DATE_FROM
public static final String SEARCH_RANGE_DATE_FROM
- See Also:
- Constant Field Values
-
SEARCH_RANGE_DATE_TO
public static final String SEARCH_RANGE_DATE_TO
- See Also:
- Constant Field Values
-
PARAM_BUILD_IDS
public static final String PARAM_BUILD_IDS
- See Also:
- Constant Field Values
-
PARAM_PLAN_KEYS
public static final String PARAM_PLAN_KEYS
- See Also:
- Constant Field Values
-
AGENT_IDS
public static final String AGENT_IDS
- See Also:
- Constant Field Values
-
PARAM_DATE_FILTER
public static final String PARAM_DATE_FILTER
- See Also:
- Constant Field Values
-
INCLUDE_INCOMPLETE_BUILDS
public static final String INCLUDE_INCOMPLETE_BUILDS
- See Also:
- Constant Field Values
-
-