Uses of Class
com.riadalabs.jira.plugins.insight.services.model.ImmutableGlobalConfiguration.Builder
Packages that use ImmutableGlobalConfiguration.Builder
-
Uses of ImmutableGlobalConfiguration.Builder in com.riadalabs.jira.plugins.insight.services.model
Methods in com.riadalabs.jira.plugins.insight.services.model that return ImmutableGlobalConfiguration.BuilderModifier and TypeMethodDescriptionImmutableGlobalConfiguration.Builder.addAllIcons
(Iterable<? extends IconBean> elements) Adds elements toicons
list.ImmutableGlobalConfiguration.Builder.addAllInProgressProgressCategories
(Iterable<? extends com.riadalabs.jira.plugins.insight.services.progress.ProgressCategory> elements) Adds elements toinProgressProgressCategories
list.ImmutableGlobalConfiguration.Builder.addAllReferenceTypes
(Iterable<? extends ReferenceTypeBean> elements) Adds elements toreferenceTypes
list.ImmutableGlobalConfiguration.Builder.addAllStatusTypes
(Iterable<? extends StatusTypeBean> elements) Adds elements tostatusTypes
list.Adds one element toicons
list.Adds elements toicons
list.ImmutableGlobalConfiguration.Builder.addInProgressProgressCategories
(com.riadalabs.jira.plugins.insight.services.progress.ProgressCategory element) Adds one element toinProgressProgressCategories
list.ImmutableGlobalConfiguration.Builder.addInProgressProgressCategories
(com.riadalabs.jira.plugins.insight.services.progress.ProgressCategory... elements) Adds elements toinProgressProgressCategories
list.ImmutableGlobalConfiguration.Builder.addReferenceTypes
(ReferenceTypeBean element) Adds one element toreferenceTypes
list.ImmutableGlobalConfiguration.Builder.addReferenceTypes
(ReferenceTypeBean... elements) Adds elements toreferenceTypes
list.ImmutableGlobalConfiguration.Builder.addStatusTypes
(StatusTypeBean element) Adds one element tostatusTypes
list.ImmutableGlobalConfiguration.Builder.addStatusTypes
(StatusTypeBean... elements) Adds elements tostatusTypes
list.ImmutableGlobalConfiguration.builder()
Creates a builder forImmutableGlobalConfiguration
.ImmutableGlobalConfiguration.Builder.from
(GlobalConfiguration instance) Fill a builder with attribute values from the providedGlobalConfiguration
instance.ImmutableGlobalConfiguration.Builder.setAllowedToDoReindex
(Boolean allowedToDoReindex) Initializes the value for theallowedToDoReindex
attribute.ImmutableGlobalConfiguration.Builder.setAttachmentsConfig
(AttachmentsConfiguration attachmentsConfig) Initializes the value for theattachmentsConfig
attribute.ImmutableGlobalConfiguration.Builder.setClonePrefix
(String clonePrefix) Initializes the value for theclonePrefix
attribute.ImmutableGlobalConfiguration.Builder.setCurrentNodeId
(String currentNodeId) Initializes the value for thecurrentNodeId
attribute.ImmutableGlobalConfiguration.Builder.setDataCenter
(Boolean dataCenter) Initializes the value for thedataCenter
attribute.ImmutableGlobalConfiguration.Builder.setDateFormat
(String dateFormat) Initializes the value for thedateFormat
attribute.ImmutableGlobalConfiguration.Builder.setDatePickerFormat
(String datePickerFormat) Initializes the value for thedatePickerFormat
attribute.ImmutableGlobalConfiguration.Builder.setDateTimeFormat
(String dateTimeFormat) Initializes the value for thedateTimeFormat
attribute.ImmutableGlobalConfiguration.Builder.setDateTimePickerFormat
(String dateTimePickerFormat) Initializes the value for thedateTimePickerFormat
attribute.ImmutableGlobalConfiguration.Builder.setFileSeparator
(String fileSeparator) Initializes the value for thefileSeparator
attribute.ImmutableGlobalConfiguration.Builder.setFilterWildcard
(String filterWildcard) Initializes the value for thefilterWildcard
attribute.Sets or replaces all elements foricons
list.ImmutableGlobalConfiguration.Builder.setInProgressProgressCategories
(Iterable<? extends com.riadalabs.jira.plugins.insight.services.progress.ProgressCategory> elements) Sets or replaces all elements forinProgressProgressCategories
list.ImmutableGlobalConfiguration.Builder.setInsightAdministrator
(boolean insightAdministrator) Initializes the value for theinsightAdministrator
attribute.ImmutableGlobalConfiguration.Builder.setInsightDeveloper
(Boolean insightDeveloper) Initializes the value for theinsightDeveloper
attribute.ImmutableGlobalConfiguration.Builder.setInsightDeveloperForObjectType
(Boolean insightDeveloperForObjectType) Initializes the value for theinsightDeveloperForObjectType
attribute.ImmutableGlobalConfiguration.Builder.setInsightManager
(Boolean insightManager) Initializes the value for theinsightManager
attribute.ImmutableGlobalConfiguration.Builder.setInsightManagerForObjectType
(Boolean insightManagerForObjectType) Initializes the value for theinsightManagerForObjectType
attribute.ImmutableGlobalConfiguration.Builder.setInsightVersion
(String insightVersion) Initializes the value for theinsightVersion
attribute.ImmutableGlobalConfiguration.Builder.setJiraHome
(String jiraHome) Initializes the value for thejiraHome
attribute.ImmutableGlobalConfiguration.Builder.setLastReindexResult
(com.riadalabs.jira.plugins.insight.services.progress.result.ProgressResult lastReindexResult) Initializes the value for thelastReindexResult
attribute.ImmutableGlobalConfiguration.Builder.setLastSeenVersion
(String lastSeenVersion) Initializes the value for thelastSeenVersion
attribute.ImmutableGlobalConfiguration.Builder.setMouseTrigger
(String mouseTrigger) Initializes the value for themouseTrigger
attribute.ImmutableGlobalConfiguration.Builder.setNumberDecimalSeparator
(String numberDecimalSeparator) Initializes the value for thenumberDecimalSeparator
attribute.ImmutableGlobalConfiguration.Builder.setNumberGroupingSeparator
(String numberGroupingSeparator) Initializes the value for thenumberGroupingSeparator
attribute.ImmutableGlobalConfiguration.Builder.setObjectCacheComplete
(int objectCacheComplete) Initializes the value for theobjectCacheComplete
attribute.ImmutableGlobalConfiguration.Builder.setObjectSchema
(ObjectSchemaBean objectSchema) Initializes the value for theobjectSchema
attribute.ImmutableGlobalConfiguration.Builder.setReferenceTypes
(Iterable<? extends ReferenceTypeBean> elements) Sets or replaces all elements forreferenceTypes
list.ImmutableGlobalConfiguration.Builder.setReindexRunning
(Boolean reindexRunning) Initializes the value for thereindexRunning
attribute.ImmutableGlobalConfiguration.Builder.setReindexRunningOnNode
(String reindexRunningOnNode) Initializes the value for thereindexRunningOnNode
attribute.ImmutableGlobalConfiguration.Builder.setServiceDeskCustomerEnabled
(boolean serviceDeskCustomerEnabled) Initializes the value for theserviceDeskCustomerEnabled
attribute.ImmutableGlobalConfiguration.Builder.setServiceDeskEnabled
(boolean serviceDeskEnabled) Initializes the value for theserviceDeskEnabled
attribute.ImmutableGlobalConfiguration.Builder.setStatusTypes
(Iterable<? extends StatusTypeBean> elements) Sets or replaces all elements forstatusTypes
list.ImmutableGlobalConfiguration.Builder.setTempoTimeSheetEnabled
(boolean tempoTimeSheetEnabled) Initializes the value for thetempoTimeSheetEnabled
attribute.ImmutableGlobalConfiguration.Builder.setUseISO8601
(Boolean useISO8601) Initializes the value for theuseISO8601
attribute.ImmutableGlobalConfiguration.Builder.setUserKey
(String userKey) Initializes the value for theuserKey
attribute.ImmutableGlobalConfiguration.Builder.setUserTimeZone
(TimeZone userTimeZone) Initializes the value for theuserTimeZone
attribute.