Package io.jenkins.plugins.view.calendar
Class CalendarView
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.View
hudson.model.ListView
io.jenkins.plugins.view.calendar.CalendarView
- All Implemented Interfaces:
ExtensionPoint,Describable<View>,DescriptorByNameOwner,DirectlyModifiableView,ModelObject,Saveable,SearchableModelObject,SearchItem,AccessControlled,ModelObjectWithChildren,HasWidgets
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class CalendarView
extends ListView
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic final classNested classes/interfaces inherited from class hudson.model.ListView
ListView.ListenerNested classes/interfaces inherited from class hudson.model.View
View.PropertyListNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class hudson.model.View
CONFIGURE, CREATE, DELETE, description, filterExecutors, filterQueue, LIST, name, NEW_PRONOUN, owner, PERMISSIONS, READ, SORTER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetJobs()intbooleanbooleanbooleanbooleanbooleanbooleanbooleanjsonEscape(String text) voidsetCalendarViewEventsType(CalendarView.CalendarViewEventsType calendarViewEventsType) voidsetCalendarViewType(CalendarView.CalendarViewType calendarViewType) voidsetDayColumnHeaderFormat(String dayColumnHeaderFormat) voidsetDayMaxTime(String dayMaxTime) voidsetDayMinTime(String dayMinTime) voidsetDayPopupBuildTimeFormat(String dayPopupBuildTimeFormat) voidsetDaySlotDuration(String daySlotDuration) voidsetDaySlotTimeFormat(String daySlotTimeFormat) voidsetDayTimeFormat(String dayTimeFormat) voidsetDayTitleFormat(String dayTitleFormat) voidsetMonthColumnHeaderFormat(String monthColumnHeaderFormat) voidsetMonthPopupBuildTimeFormat(String monthPopupBuildTimeFormat) voidsetMonthTimeFormat(String monthTimeFormat) voidsetMonthTitleFormat(String monthTitleFormat) voidsetUseCustomFormats(boolean useCustomFormats) voidsetUseCustomSlotSettings(boolean useCustomSlotSettings) voidsetUseCustomWeekSettings(boolean useCustomWeekSettings) voidsetWeekColumnHeaderFormat(String weekColumnHeaderFormat) voidsetWeekMaxTime(String weekMaxTime) voidsetWeekMinTime(String weekMinTime) voidsetWeekPopupBuildTimeFormat(String weekPopupBuildTimeFormat) voidsetWeekSettingsFirstDay(int weekSettingsFirstDay) voidsetWeekSettingsShowWeekends(boolean weekSettingsShowWeekends) voidsetWeekSettingsShowWeekNumbers(boolean weekSettingsShowWeekNumbers) voidsetWeekSlotDuration(String weekSlotDuration) voidsetWeekSlotTimeFormat(String weekSlotTimeFormat) voidsetWeekTimeFormat(String weekTimeFormat) voidsetWeekTitleFormat(String weekTitleFormat) protected voidsubmit(org.kohsuke.stapler.StaplerRequest2 req) Methods inherited from class hudson.model.ListView
add, contains, doAddJobToView, doCreateItem, doRemoveJobFromView, getColumns, getDefaultColumns, getIncludeRegex, getItems, getJobFilters, getJobNames, getStatusFilter, hasJobFilterExtensions, initColumns, initJobFilters, isAddToCurrentView, isRecurse, jobNamesContains, makeSearchIndex, readResolve, remove, setColumns, setIncludeRegex, setJobFilters, setJobNames, setRecurse, setStatusFilter, submitMethods inherited from class hudson.model.View
all, allInstantiable, create, create, createViewFromXML, doCheckJobName, doChildrenContextMenu, doConfigDotXml, doConfigDotXml, doConfigSubmit, doCreateItem, doDoDelete, doItemCategories, doRssAll, doRssFailed, doRssLatest, doSubmitDescription, doSubmitDescription, getAbsoluteUrl, getACL, getActions, getAllItems, getAllProperties, getApi, getApplicablePropertyDescriptors, getApproximateQueueItemsQuickly, getBuilds, getComputers, getDescription, getDescriptor, getDisplayName, getDynamic, getIndenter, getItem, getItemCreatePermission, getJob, getNewPronoun, getOwner, getOwnerItemGroup, getOwnerPrimaryView, getOwnerViewActions, getPostConstructLandingPage, getProperties, getQueueItems, getSearchUrl, getTimeline, getUrl, getViewName, getViewUrl, getVisiblePropertyDescriptors, isDefault, isEditable, isFilterExecutors, isFilterQueue, makeSearchIndex, onJobRenamed, registerPermissions, rename, save, setDescription, setFilterExecutors, setFilterQueue, toString, updateByXml, updateTransientActions, writeXmlMethods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, requirePOST, sendError, sendError, sendError, sendError, sendError, sendError, sendError, sendErrorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface hudson.security.AccessControlled
checkAnyPermission, checkPermission, hasAnyPermission, hasPermission, hasPermission, hasPermission2Methods inherited from interface hudson.model.DescriptorByNameOwner
getDescriptorByNameMethods inherited from interface jenkins.widgets.HasWidgets
getWidget, getWidgetsMethods inherited from interface jenkins.model.ModelObjectWithChildren
doChildrenContextMenu
-
Constructor Details
-
CalendarView
-
-
Method Details
-
getCalendarViewEventsType
-
setCalendarViewEventsType
-
getCalendarViewType
-
setCalendarViewType
-
isUseCustomFormats
public boolean isUseCustomFormats() -
setUseCustomFormats
public void setUseCustomFormats(boolean useCustomFormats) -
isUseCustomWeekSettings
public boolean isUseCustomWeekSettings() -
setUseCustomWeekSettings
public void setUseCustomWeekSettings(boolean useCustomWeekSettings) -
isUseCustomSlotSettings
public boolean isUseCustomSlotSettings() -
setUseCustomSlotSettings
public void setUseCustomSlotSettings(boolean useCustomSlotSettings) -
isWeekSettingsShowWeekends
public boolean isWeekSettingsShowWeekends() -
setWeekSettingsShowWeekends
public void setWeekSettingsShowWeekends(boolean weekSettingsShowWeekends) -
isWeekSettingsShowWeekNumbers
public boolean isWeekSettingsShowWeekNumbers() -
setWeekSettingsShowWeekNumbers
public void setWeekSettingsShowWeekNumbers(boolean weekSettingsShowWeekNumbers) -
getWeekSettingsFirstDay
public int getWeekSettingsFirstDay() -
setWeekSettingsFirstDay
public void setWeekSettingsFirstDay(int weekSettingsFirstDay) -
getMonthTitleFormat
-
setMonthTitleFormat
-
getMonthColumnHeaderFormat
-
setMonthColumnHeaderFormat
-
getMonthTimeFormat
-
setMonthTimeFormat
-
getMonthPopupBuildTimeFormat
-
setMonthPopupBuildTimeFormat
-
getWeekTitleFormat
-
setWeekTitleFormat
-
getWeekColumnHeaderFormat
-
setWeekColumnHeaderFormat
-
getWeekTimeFormat
-
setWeekTimeFormat
-
getWeekSlotTimeFormat
-
setWeekSlotTimeFormat
-
getWeekPopupBuildTimeFormat
-
setWeekPopupBuildTimeFormat
-
getDayTitleFormat
-
setDayTitleFormat
-
getDayColumnHeaderFormat
-
setDayColumnHeaderFormat
-
getDayTimeFormat
-
setDayTimeFormat
-
getDaySlotTimeFormat
-
setDaySlotTimeFormat
-
getDayPopupBuildTimeFormat
-
setDayPopupBuildTimeFormat
-
getWeekSlotDuration
-
setWeekSlotDuration
-
getDaySlotDuration
-
setDaySlotDuration
-
getWeekMinTime
-
setWeekMinTime
-
getWeekMaxTime
-
setWeekMaxTime
-
getDayMinTime
-
setDayMinTime
-
getDayMaxTime
-
setDayMaxTime
-
isAutomaticRefreshEnabled
public boolean isAutomaticRefreshEnabled()- Overrides:
isAutomaticRefreshEnabledin classView
-
submit
protected void submit(org.kohsuke.stapler.StaplerRequest2 req) throws jakarta.servlet.ServletException, Descriptor.FormException, IOException - Overrides:
submitin classListView- Throws:
jakarta.servlet.ServletExceptionDescriptor.FormExceptionIOException
-
getJobs
-
getEvents
- Throws:
ParseException
-
jsonEscape
-
isGreenBallsEnabled
public boolean isGreenBallsEnabled()
-