Interface BuildsScheduleForm.PARAMS
-
- Enclosing class:
- BuildsScheduleForm
public static interface BuildsScheduleForm.PARAMS
-
-
Field Summary
Fields Modifier and Type Field Description static String
PARAM_FILTER_PROJECT_ID
ProjectId to take as a root of schedule treestatic String
PARAM_HIDE_ONLY_PENDING
Hide triggers with 'Trigger only if there are pending changes' option enabledstatic String
PARAM_SCHEDULE_DATE
Date to show schedule forstatic String
PARAM_SHOW_DISABLED
Include disabled schedule triggers firing for shown build configurationsstatic String
PARAM_SHOW_ONLY_UPCOMING
Show only upcoming builds, relative to current date/timestatic String
PARAM_SHOW_PAUSED
Show paused build configurations
-
-
-
Field Detail
-
PARAM_SCHEDULE_DATE
static final String PARAM_SCHEDULE_DATE
Date to show schedule for- See Also:
- Constant Field Values
-
PARAM_SHOW_ONLY_UPCOMING
static final String PARAM_SHOW_ONLY_UPCOMING
Show only upcoming builds, relative to current date/time- See Also:
- Constant Field Values
-
PARAM_SHOW_DISABLED
static final String PARAM_SHOW_DISABLED
Include disabled schedule triggers firing for shown build configurations- See Also:
- Constant Field Values
-
PARAM_FILTER_PROJECT_ID
static final String PARAM_FILTER_PROJECT_ID
ProjectId to take as a root of schedule tree- See Also:
- Constant Field Values
-
PARAM_SHOW_PAUSED
static final String PARAM_SHOW_PAUSED
Show paused build configurations- See Also:
- Constant Field Values
-
PARAM_HIDE_ONLY_PENDING
static final String PARAM_HIDE_ONLY_PENDING
Hide triggers with 'Trigger only if there are pending changes' option enabled- See Also:
- Constant Field Values
-
-