Package | Description |
---|---|
com.riadalabs.jira.plugins.insight.services.model |
Modifier and Type | Method and Description |
---|---|
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.addAllIcons(Iterable<? extends IconBean> elements)
Adds elements to
icons list. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.addAllInProgressProgressCategories(Iterable<? extends com.riadalabs.jira.plugins.insight.services.progress.ProgressCategory> elements)
Adds elements to
inProgressProgressCategories list. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.addAllReferenceTypes(Iterable<? extends ReferenceTypeBean> elements)
Adds elements to
referenceTypes list. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.addAllStatusTypes(Iterable<? extends StatusTypeBean> elements)
Adds elements to
statusTypes list. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.addIcons(IconBean... elements)
Adds elements to
icons list. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.addIcons(IconBean element)
Adds one element to
icons list. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.addInProgressProgressCategories(com.riadalabs.jira.plugins.insight.services.progress.ProgressCategory... elements)
Adds elements to
inProgressProgressCategories list. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.addInProgressProgressCategories(com.riadalabs.jira.plugins.insight.services.progress.ProgressCategory element)
Adds one element to
inProgressProgressCategories list. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.addReferenceTypes(ReferenceTypeBean... elements)
Adds elements to
referenceTypes list. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.addReferenceTypes(ReferenceTypeBean element)
Adds one element to
referenceTypes list. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.addStatusTypes(StatusTypeBean... elements)
Adds elements to
statusTypes list. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.addStatusTypes(StatusTypeBean element)
Adds one element to
statusTypes list. |
static ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.builder()
Creates a builder for
ImmutableGlobalConfiguration . |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.from(GlobalConfiguration instance)
Fill a builder with attribute values from the provided
GlobalConfiguration instance. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setAllowedToDoReindex(Boolean allowedToDoReindex)
Initializes the value for the
allowedToDoReindex attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setAttachmentsConfig(AttachmentsConfiguration attachmentsConfig)
Initializes the value for the
attachmentsConfig attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setClonePrefix(String clonePrefix)
Initializes the value for the
clonePrefix attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setCurrentNodeId(String currentNodeId)
Initializes the value for the
currentNodeId attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setDataCenter(Boolean dataCenter)
Initializes the value for the
dataCenter attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setDateFormat(String dateFormat)
Initializes the value for the
dateFormat attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setDatePickerFormat(String datePickerFormat)
Initializes the value for the
datePickerFormat attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setDateTimeFormat(String dateTimeFormat)
Initializes the value for the
dateTimeFormat attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setDateTimePickerFormat(String dateTimePickerFormat)
Initializes the value for the
dateTimePickerFormat attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setFileSeparator(String fileSeparator)
Initializes the value for the
fileSeparator attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setFilterWildcard(String filterWildcard)
Initializes the value for the
filterWildcard attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setIcons(Iterable<? extends IconBean> elements)
Sets or replaces all elements for
icons list. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setInProgressProgressCategories(Iterable<? extends com.riadalabs.jira.plugins.insight.services.progress.ProgressCategory> elements)
Sets or replaces all elements for
inProgressProgressCategories list. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setInsightAdministrator(boolean insightAdministrator)
Initializes the value for the
insightAdministrator attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setInsightDeveloper(Boolean insightDeveloper)
Initializes the value for the
insightDeveloper attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setInsightDeveloperForObjectType(Boolean insightDeveloperForObjectType)
Initializes the value for the
insightDeveloperForObjectType attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setInsightManager(Boolean insightManager)
Initializes the value for the
insightManager attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setInsightManagerForObjectType(Boolean insightManagerForObjectType)
Initializes the value for the
insightManagerForObjectType attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setInsightVersion(String insightVersion)
Initializes the value for the
insightVersion attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setJiraHome(String jiraHome)
Initializes the value for the
jiraHome attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setLastSeenVersion(String lastSeenVersion)
Initializes the value for the
lastSeenVersion attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setMouseTrigger(String mouseTrigger)
Initializes the value for the
mouseTrigger attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setNumberDecimalSeparator(String numberDecimalSeparator)
Initializes the value for the
numberDecimalSeparator attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setNumberGroupingSeparator(String numberGroupingSeparator)
Initializes the value for the
numberGroupingSeparator attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setObjectCacheComplete(int objectCacheComplete)
Initializes the value for the
objectCacheComplete attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setObjectSchema(ObjectSchemaBean objectSchema)
Initializes the value for the
objectSchema attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setReferenceTypes(Iterable<? extends ReferenceTypeBean> elements)
Sets or replaces all elements for
referenceTypes list. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setReindexRunning(Boolean reindexRunning)
Initializes the value for the
reindexRunning attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setReindexRunningOnNode(String reindexRunningOnNode)
Initializes the value for the
reindexRunningOnNode attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setServiceDeskCustomerEnabled(boolean serviceDeskCustomerEnabled)
Initializes the value for the
serviceDeskCustomerEnabled attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setServiceDeskEnabled(boolean serviceDeskEnabled)
Initializes the value for the
serviceDeskEnabled attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setStatusTypes(Iterable<? extends StatusTypeBean> elements)
Sets or replaces all elements for
statusTypes list. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setTempoTimeSheetEnabled(boolean tempoTimeSheetEnabled)
Initializes the value for the
tempoTimeSheetEnabled attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setUseISO8601(Boolean useISO8601)
Initializes the value for the
useISO8601 attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setUserKey(String userKey)
Initializes the value for the
userKey attribute. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setUserTimeZone(TimeZone userTimeZone)
Initializes the value for the
userTimeZone attribute. |
Copyright © 2024 Atlassian. All rights reserved.