Interface BuildsScheduleForm.PARAMS
-
- Enclosing class:
- BuildsScheduleForm
public static interface BuildsScheduleForm.PARAMS
-
-
Field Summary
Fields Modifier and Type Field Description static StringPARAM_FILTER_PROJECT_IDProjectId to take as a root of schedule treestatic StringPARAM_HIDE_ONLY_PENDINGHide triggers with 'Trigger only if there are pending changes' option enabledstatic StringPARAM_SCHEDULE_DATEDate to show schedule forstatic StringPARAM_SHOW_DISABLEDInclude disabled schedule triggers firing for shown build configurationsstatic StringPARAM_SHOW_ONLY_UPCOMINGShow only upcoming builds, relative to current date/timestatic StringPARAM_SHOW_PAUSEDShow 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
-
-