@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableGlobalConfiguration extends GlobalConfiguration
GlobalConfiguration.
Use the builder to create immutable instances:
ImmutableGlobalConfiguration.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableGlobalConfiguration.Builder
Builds instances of type
ImmutableGlobalConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allowedToDoReindex() |
AttachmentsConfiguration |
attachmentsConfig() |
static ImmutableGlobalConfiguration.Builder |
builder()
Creates a builder for
ImmutableGlobalConfiguration. |
String |
clonePrefix() |
static ImmutableGlobalConfiguration |
copyOf(GlobalConfiguration instance)
Creates an immutable copy of a
GlobalConfiguration value. |
String |
currentNodeId() |
String |
dateFormat() |
String |
datePickerFormat() |
String |
dateTimeFormat() |
String |
dateTimePickerFormat() |
boolean |
equals(Object another)
This instance is equal to all instances of
ImmutableGlobalConfiguration that have equal attribute values. |
String |
fileSeparator() |
String |
filterWildcard() |
int |
hashCode()
Computes a hash code from attributes:
numberGroupingSeparator, numberDecimalSeparator, datePickerFormat, dateTimePickerFormat, insightVersion, lastSeenVersion, useISO8601, userKey, attachmentsConfig, insightDeveloper, insightDeveloperForObjectType, insightManager, insightManagerForObjectType, insightAdministrator, serviceDeskEnabled, serviceDeskCustomerEnabled, tempoTimeSheetEnabled, icons, referenceTypes, statusTypes, objectSchema, objectCacheComplete, allowedToDoReindex, reindexRunning, reindexRunningOnNode, inProgressProgressCategories, clonePrefix, jiraHome, fileSeparator, dateFormat, dateTimeFormat, userTimeZone, dataCenter, currentNodeId, mouseTrigger, filterWildcard. |
com.google.common.collect.ImmutableList<IconBean> |
icons() |
com.google.common.collect.ImmutableList<com.riadalabs.jira.plugins.insight.services.progress.ProgressCategory> |
inProgressProgressCategories() |
boolean |
insightAdministrator() |
Boolean |
insightDeveloper() |
Boolean |
insightDeveloperForObjectType() |
Boolean |
insightManager() |
Boolean |
insightManagerForObjectType() |
String |
insightVersion() |
Boolean |
isDataCenter() |
String |
jiraHome() |
String |
lastSeenVersion() |
String |
mouseTrigger() |
String |
numberDecimalSeparator() |
String |
numberGroupingSeparator() |
int |
objectCacheComplete() |
ObjectSchemaBean |
objectSchema() |
com.google.common.collect.ImmutableList<ReferenceTypeBean> |
referenceTypes() |
Boolean |
reindexRunning() |
String |
reindexRunningOnNode() |
boolean |
serviceDeskCustomerEnabled() |
boolean |
serviceDeskEnabled() |
com.google.common.collect.ImmutableList<StatusTypeBean> |
statusTypes() |
boolean |
tempoTimeSheetEnabled() |
String |
toString()
Prints the immutable value
GlobalConfiguration with attribute values. |
Boolean |
useISO8601() |
String |
userKey() |
TimeZone |
userTimeZone() |
ImmutableGlobalConfiguration |
withAllowedToDoReindex(Boolean value)
Copy the current immutable object by setting a value for the
allowedToDoReindex attribute. |
ImmutableGlobalConfiguration |
withAttachmentsConfig(AttachmentsConfiguration value)
Copy the current immutable object by setting a value for the
attachmentsConfig attribute. |
ImmutableGlobalConfiguration |
withClonePrefix(String value)
Copy the current immutable object by setting a value for the
clonePrefix attribute. |
ImmutableGlobalConfiguration |
withCurrentNodeId(String value)
Copy the current immutable object by setting a value for the
currentNodeId attribute. |
ImmutableGlobalConfiguration |
withDataCenter(Boolean value)
Copy the current immutable object by setting a value for the
dataCenter attribute. |
ImmutableGlobalConfiguration |
withDateFormat(String value)
Copy the current immutable object by setting a value for the
dateFormat attribute. |
ImmutableGlobalConfiguration |
withDatePickerFormat(String value)
Copy the current immutable object by setting a value for the
datePickerFormat attribute. |
ImmutableGlobalConfiguration |
withDateTimeFormat(String value)
Copy the current immutable object by setting a value for the
dateTimeFormat attribute. |
ImmutableGlobalConfiguration |
withDateTimePickerFormat(String value)
Copy the current immutable object by setting a value for the
dateTimePickerFormat attribute. |
ImmutableGlobalConfiguration |
withFileSeparator(String value)
Copy the current immutable object by setting a value for the
fileSeparator attribute. |
ImmutableGlobalConfiguration |
withFilterWildcard(String value)
Copy the current immutable object by setting a value for the
filterWildcard attribute. |
ImmutableGlobalConfiguration |
withIcons(IconBean... elements)
Copy the current immutable object with elements that replace the content of
icons. |
ImmutableGlobalConfiguration |
withIcons(Iterable<? extends IconBean> elements)
Copy the current immutable object with elements that replace the content of
icons. |
ImmutableGlobalConfiguration |
withInProgressProgressCategories(Iterable<? extends com.riadalabs.jira.plugins.insight.services.progress.ProgressCategory> elements)
Copy the current immutable object with elements that replace the content of
inProgressProgressCategories. |
ImmutableGlobalConfiguration |
withInProgressProgressCategories(com.riadalabs.jira.plugins.insight.services.progress.ProgressCategory... elements)
Copy the current immutable object with elements that replace the content of
inProgressProgressCategories. |
ImmutableGlobalConfiguration |
withInsightAdministrator(boolean value)
Copy the current immutable object by setting a value for the
insightAdministrator attribute. |
ImmutableGlobalConfiguration |
withInsightDeveloper(Boolean value)
Copy the current immutable object by setting a value for the
insightDeveloper attribute. |
ImmutableGlobalConfiguration |
withInsightDeveloperForObjectType(Boolean value)
Copy the current immutable object by setting a value for the
insightDeveloperForObjectType attribute. |
ImmutableGlobalConfiguration |
withInsightManager(Boolean value)
Copy the current immutable object by setting a value for the
insightManager attribute. |
ImmutableGlobalConfiguration |
withInsightManagerForObjectType(Boolean value)
Copy the current immutable object by setting a value for the
insightManagerForObjectType attribute. |
ImmutableGlobalConfiguration |
withInsightVersion(String value)
Copy the current immutable object by setting a value for the
insightVersion attribute. |
ImmutableGlobalConfiguration |
withJiraHome(String value)
Copy the current immutable object by setting a value for the
jiraHome attribute. |
ImmutableGlobalConfiguration |
withLastSeenVersion(String value)
Copy the current immutable object by setting a value for the
lastSeenVersion attribute. |
ImmutableGlobalConfiguration |
withMouseTrigger(String value)
Copy the current immutable object by setting a value for the
mouseTrigger attribute. |
ImmutableGlobalConfiguration |
withNumberDecimalSeparator(String value)
Copy the current immutable object by setting a value for the
numberDecimalSeparator attribute. |
ImmutableGlobalConfiguration |
withNumberGroupingSeparator(String value)
Copy the current immutable object by setting a value for the
numberGroupingSeparator attribute. |
ImmutableGlobalConfiguration |
withObjectCacheComplete(int value)
Copy the current immutable object by setting a value for the
objectCacheComplete attribute. |
ImmutableGlobalConfiguration |
withObjectSchema(ObjectSchemaBean value)
Copy the current immutable object by setting a value for the
objectSchema attribute. |
ImmutableGlobalConfiguration |
withReferenceTypes(Iterable<? extends ReferenceTypeBean> elements)
Copy the current immutable object with elements that replace the content of
referenceTypes. |
ImmutableGlobalConfiguration |
withReferenceTypes(ReferenceTypeBean... elements)
Copy the current immutable object with elements that replace the content of
referenceTypes. |
ImmutableGlobalConfiguration |
withReindexRunning(Boolean value)
Copy the current immutable object by setting a value for the
reindexRunning attribute. |
ImmutableGlobalConfiguration |
withReindexRunningOnNode(String value)
Copy the current immutable object by setting a value for the
reindexRunningOnNode attribute. |
ImmutableGlobalConfiguration |
withServiceDeskCustomerEnabled(boolean value)
Copy the current immutable object by setting a value for the
serviceDeskCustomerEnabled attribute. |
ImmutableGlobalConfiguration |
withServiceDeskEnabled(boolean value)
Copy the current immutable object by setting a value for the
serviceDeskEnabled attribute. |
ImmutableGlobalConfiguration |
withStatusTypes(Iterable<? extends StatusTypeBean> elements)
Copy the current immutable object with elements that replace the content of
statusTypes. |
ImmutableGlobalConfiguration |
withStatusTypes(StatusTypeBean... elements)
Copy the current immutable object with elements that replace the content of
statusTypes. |
ImmutableGlobalConfiguration |
withTempoTimeSheetEnabled(boolean value)
Copy the current immutable object by setting a value for the
tempoTimeSheetEnabled attribute. |
ImmutableGlobalConfiguration |
withUseISO8601(Boolean value)
Copy the current immutable object by setting a value for the
useISO8601 attribute. |
ImmutableGlobalConfiguration |
withUserKey(String value)
Copy the current immutable object by setting a value for the
userKey attribute. |
ImmutableGlobalConfiguration |
withUserTimeZone(TimeZone value)
Copy the current immutable object by setting a value for the
userTimeZone attribute. |
public String numberGroupingSeparator()
numberGroupingSeparator in class GlobalConfigurationnumberGroupingSeparator attributepublic String numberDecimalSeparator()
numberDecimalSeparator in class GlobalConfigurationnumberDecimalSeparator attributepublic String datePickerFormat()
datePickerFormat in class GlobalConfigurationdatePickerFormat attributepublic String dateTimePickerFormat()
dateTimePickerFormat in class GlobalConfigurationdateTimePickerFormat attributepublic String insightVersion()
insightVersion in class GlobalConfigurationinsightVersion attribute@Nullable public String lastSeenVersion()
lastSeenVersion in class GlobalConfigurationlastSeenVersion attributepublic Boolean useISO8601()
useISO8601 in class GlobalConfigurationuseISO8601 attributepublic String userKey()
userKey in class GlobalConfigurationuserKey attributepublic AttachmentsConfiguration attachmentsConfig()
attachmentsConfig in class GlobalConfigurationattachmentsConfig attribute@Nullable public Boolean insightDeveloper()
insightDeveloper in class GlobalConfigurationinsightDeveloper attribute@Nullable public Boolean insightDeveloperForObjectType()
insightDeveloperForObjectType in class GlobalConfigurationinsightDeveloperForObjectType attribute@Nullable public Boolean insightManager()
insightManager in class GlobalConfigurationinsightManager attribute@Nullable public Boolean insightManagerForObjectType()
insightManagerForObjectType in class GlobalConfigurationinsightManagerForObjectType attributepublic boolean insightAdministrator()
insightAdministrator in class GlobalConfigurationinsightAdministrator attributepublic boolean serviceDeskEnabled()
serviceDeskEnabled in class GlobalConfigurationserviceDeskEnabled attributepublic boolean serviceDeskCustomerEnabled()
serviceDeskCustomerEnabled in class GlobalConfigurationserviceDeskCustomerEnabled attributepublic boolean tempoTimeSheetEnabled()
tempoTimeSheetEnabled in class GlobalConfigurationtempoTimeSheetEnabled attributepublic com.google.common.collect.ImmutableList<IconBean> icons()
icons in class GlobalConfigurationicons attributepublic com.google.common.collect.ImmutableList<ReferenceTypeBean> referenceTypes()
referenceTypes in class GlobalConfigurationreferenceTypes attributepublic com.google.common.collect.ImmutableList<StatusTypeBean> statusTypes()
statusTypes in class GlobalConfigurationstatusTypes attribute@Nullable public ObjectSchemaBean objectSchema()
objectSchema in class GlobalConfigurationobjectSchema attributepublic int objectCacheComplete()
objectCacheComplete in class GlobalConfigurationobjectCacheComplete attributepublic Boolean allowedToDoReindex()
allowedToDoReindex in class GlobalConfigurationallowedToDoReindex attributepublic Boolean reindexRunning()
reindexRunning in class GlobalConfigurationreindexRunning attribute@Nullable public String reindexRunningOnNode()
reindexRunningOnNode in class GlobalConfigurationreindexRunningOnNode attributepublic com.google.common.collect.ImmutableList<com.riadalabs.jira.plugins.insight.services.progress.ProgressCategory> inProgressProgressCategories()
inProgressProgressCategories in class GlobalConfigurationinProgressProgressCategories attributepublic String clonePrefix()
clonePrefix in class GlobalConfigurationclonePrefix attribute@Nullable public String jiraHome()
jiraHome in class GlobalConfigurationjiraHome attributepublic String fileSeparator()
fileSeparator in class GlobalConfigurationfileSeparator attributepublic String dateFormat()
dateFormat in class GlobalConfigurationdateFormat attributepublic String dateTimeFormat()
dateTimeFormat in class GlobalConfigurationdateTimeFormat attributepublic TimeZone userTimeZone()
userTimeZone in class GlobalConfigurationuserTimeZone attributepublic Boolean isDataCenter()
isDataCenter in class GlobalConfigurationdataCenter attribute@Nullable public String currentNodeId()
currentNodeId in class GlobalConfigurationcurrentNodeId attributepublic String mouseTrigger()
mouseTrigger in class GlobalConfigurationmouseTrigger attributepublic String filterWildcard()
filterWildcard in class GlobalConfigurationfilterWildcard attributepublic final ImmutableGlobalConfiguration withNumberGroupingSeparator(String value)
numberGroupingSeparator attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for numberGroupingSeparatorthis objectpublic final ImmutableGlobalConfiguration withNumberDecimalSeparator(String value)
numberDecimalSeparator attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for numberDecimalSeparatorthis objectpublic final ImmutableGlobalConfiguration withDatePickerFormat(String value)
datePickerFormat attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for datePickerFormatthis objectpublic final ImmutableGlobalConfiguration withDateTimePickerFormat(String value)
dateTimePickerFormat attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for dateTimePickerFormatthis objectpublic final ImmutableGlobalConfiguration withInsightVersion(String value)
insightVersion attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for insightVersionthis objectpublic final ImmutableGlobalConfiguration withLastSeenVersion(@Nullable String value)
lastSeenVersion attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for lastSeenVersion (can be null)this objectpublic final ImmutableGlobalConfiguration withUseISO8601(Boolean value)
useISO8601 attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for useISO8601this objectpublic final ImmutableGlobalConfiguration withUserKey(String value)
userKey attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for userKeythis objectpublic final ImmutableGlobalConfiguration withAttachmentsConfig(AttachmentsConfiguration value)
attachmentsConfig attribute.
A shallow reference equality check is used to prevent copying of the same value by returning this.value - A new value for attachmentsConfigthis objectpublic final ImmutableGlobalConfiguration withInsightDeveloper(@Nullable Boolean value)
insightDeveloper attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for insightDeveloper (can be null)this objectpublic final ImmutableGlobalConfiguration withInsightDeveloperForObjectType(@Nullable Boolean value)
insightDeveloperForObjectType attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for insightDeveloperForObjectType (can be null)this objectpublic final ImmutableGlobalConfiguration withInsightManager(@Nullable Boolean value)
insightManager attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for insightManager (can be null)this objectpublic final ImmutableGlobalConfiguration withInsightManagerForObjectType(@Nullable Boolean value)
insightManagerForObjectType attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for insightManagerForObjectType (can be null)this objectpublic final ImmutableGlobalConfiguration withInsightAdministrator(boolean value)
insightAdministrator attribute.
A value equality check is used to prevent copying of the same value by returning this.value - A new value for insightAdministratorthis objectpublic final ImmutableGlobalConfiguration withServiceDeskEnabled(boolean value)
serviceDeskEnabled attribute.
A value equality check is used to prevent copying of the same value by returning this.value - A new value for serviceDeskEnabledthis objectpublic final ImmutableGlobalConfiguration withServiceDeskCustomerEnabled(boolean value)
serviceDeskCustomerEnabled attribute.
A value equality check is used to prevent copying of the same value by returning this.value - A new value for serviceDeskCustomerEnabledthis objectpublic final ImmutableGlobalConfiguration withTempoTimeSheetEnabled(boolean value)
tempoTimeSheetEnabled attribute.
A value equality check is used to prevent copying of the same value by returning this.value - A new value for tempoTimeSheetEnabledthis objectpublic final ImmutableGlobalConfiguration withIcons(IconBean... elements)
icons.elements - The elements to setthis objectpublic final ImmutableGlobalConfiguration withIcons(Iterable<? extends IconBean> elements)
icons.
A shallow reference equality check is used to prevent copying of the same value by returning this.elements - An iterable of icons elements to setthis objectpublic final ImmutableGlobalConfiguration withReferenceTypes(ReferenceTypeBean... elements)
referenceTypes.elements - The elements to setthis objectpublic final ImmutableGlobalConfiguration withReferenceTypes(Iterable<? extends ReferenceTypeBean> elements)
referenceTypes.
A shallow reference equality check is used to prevent copying of the same value by returning this.elements - An iterable of referenceTypes elements to setthis objectpublic final ImmutableGlobalConfiguration withStatusTypes(StatusTypeBean... elements)
statusTypes.elements - The elements to setthis objectpublic final ImmutableGlobalConfiguration withStatusTypes(Iterable<? extends StatusTypeBean> elements)
statusTypes.
A shallow reference equality check is used to prevent copying of the same value by returning this.elements - An iterable of statusTypes elements to setthis objectpublic final ImmutableGlobalConfiguration withObjectSchema(@Nullable ObjectSchemaBean value)
objectSchema attribute.
A shallow reference equality check is used to prevent copying of the same value by returning this.value - A new value for objectSchema (can be null)this objectpublic final ImmutableGlobalConfiguration withObjectCacheComplete(int value)
objectCacheComplete attribute.
A value equality check is used to prevent copying of the same value by returning this.value - A new value for objectCacheCompletethis objectpublic final ImmutableGlobalConfiguration withAllowedToDoReindex(Boolean value)
allowedToDoReindex attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for allowedToDoReindexthis objectpublic final ImmutableGlobalConfiguration withReindexRunning(Boolean value)
reindexRunning attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for reindexRunningthis objectpublic final ImmutableGlobalConfiguration withReindexRunningOnNode(@Nullable String value)
reindexRunningOnNode attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for reindexRunningOnNode (can be null)this objectpublic final ImmutableGlobalConfiguration withInProgressProgressCategories(com.riadalabs.jira.plugins.insight.services.progress.ProgressCategory... elements)
inProgressProgressCategories.elements - The elements to setthis objectpublic final ImmutableGlobalConfiguration withInProgressProgressCategories(Iterable<? extends com.riadalabs.jira.plugins.insight.services.progress.ProgressCategory> elements)
inProgressProgressCategories.
A shallow reference equality check is used to prevent copying of the same value by returning this.elements - An iterable of inProgressProgressCategories elements to setthis objectpublic final ImmutableGlobalConfiguration withClonePrefix(String value)
clonePrefix attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for clonePrefixthis objectpublic final ImmutableGlobalConfiguration withJiraHome(@Nullable String value)
jiraHome attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for jiraHome (can be null)this objectpublic final ImmutableGlobalConfiguration withFileSeparator(String value)
fileSeparator attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for fileSeparatorthis objectpublic final ImmutableGlobalConfiguration withDateFormat(String value)
dateFormat attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for dateFormatthis objectpublic final ImmutableGlobalConfiguration withDateTimeFormat(String value)
dateTimeFormat attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for dateTimeFormatthis objectpublic final ImmutableGlobalConfiguration withUserTimeZone(TimeZone value)
userTimeZone attribute.
A shallow reference equality check is used to prevent copying of the same value by returning this.value - A new value for userTimeZonethis objectpublic final ImmutableGlobalConfiguration withDataCenter(Boolean value)
dataCenter attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for dataCenterthis objectpublic final ImmutableGlobalConfiguration withCurrentNodeId(@Nullable String value)
currentNodeId attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for currentNodeId (can be null)this objectpublic final ImmutableGlobalConfiguration withMouseTrigger(String value)
mouseTrigger attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for mouseTriggerthis objectpublic final ImmutableGlobalConfiguration withFilterWildcard(String value)
filterWildcard attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for filterWildcardthis objectpublic boolean equals(@Nullable Object another)
ImmutableGlobalConfiguration that have equal attribute values.public int hashCode()
numberGroupingSeparator, numberDecimalSeparator, datePickerFormat, dateTimePickerFormat, insightVersion, lastSeenVersion, useISO8601, userKey, attachmentsConfig, insightDeveloper, insightDeveloperForObjectType, insightManager, insightManagerForObjectType, insightAdministrator, serviceDeskEnabled, serviceDeskCustomerEnabled, tempoTimeSheetEnabled, icons, referenceTypes, statusTypes, objectSchema, objectCacheComplete, allowedToDoReindex, reindexRunning, reindexRunningOnNode, inProgressProgressCategories, clonePrefix, jiraHome, fileSeparator, dateFormat, dateTimeFormat, userTimeZone, dataCenter, currentNodeId, mouseTrigger, filterWildcard.public String toString()
GlobalConfiguration with attribute values.public static ImmutableGlobalConfiguration copyOf(GlobalConfiguration instance)
GlobalConfiguration value.
Uses accessors to get values to initialize the new immutable instance.
If an instance is already immutable, it is returned as is.instance - The instance to copypublic static ImmutableGlobalConfiguration.Builder builder()
ImmutableGlobalConfiguration.
ImmutableGlobalConfiguration.builder()
.setNumberGroupingSeparator(String) // optional numberGroupingSeparator
.setNumberDecimalSeparator(String) // optional numberDecimalSeparator
.setDatePickerFormat(String) // required datePickerFormat
.setDateTimePickerFormat(String) // required dateTimePickerFormat
.setInsightVersion(String) // required insightVersion
.setLastSeenVersion(String | null) // nullable lastSeenVersion
.setUseISO8601(Boolean) // required useISO8601
.setUserKey(String) // required userKey
.setAttachmentsConfig(com.riadalabs.jira.plugins.insight.services.model.AttachmentsConfiguration) // required attachmentsConfig
.setInsightDeveloper(Boolean | null) // nullable insightDeveloper
.setInsightDeveloperForObjectType(Boolean | null) // nullable insightDeveloperForObjectType
.setInsightManager(Boolean | null) // nullable insightManager
.setInsightManagerForObjectType(Boolean | null) // nullable insightManagerForObjectType
.setInsightAdministrator(boolean) // required insightAdministrator
.setServiceDeskEnabled(boolean) // optional serviceDeskEnabled
.setServiceDeskCustomerEnabled(boolean) // optional serviceDeskCustomerEnabled
.setTempoTimeSheetEnabled(boolean) // optional tempoTimeSheetEnabled
.addIcons|addAllIcons(com.riadalabs.jira.plugins.insight.services.model.IconBean) // icons elements
.addReferenceTypes|addAllReferenceTypes(com.riadalabs.jira.plugins.insight.services.model.ReferenceTypeBean) // referenceTypes elements
.addStatusTypes|addAllStatusTypes(com.riadalabs.jira.plugins.insight.services.model.StatusTypeBean) // statusTypes elements
.setObjectSchema(com.riadalabs.jira.plugins.insight.services.model.ObjectSchemaBean | null) // nullable objectSchema
.setObjectCacheComplete(int) // optional objectCacheComplete
.setAllowedToDoReindex(Boolean) // optional allowedToDoReindex
.setReindexRunning(Boolean) // optional reindexRunning
.setReindexRunningOnNode(String | null) // nullable reindexRunningOnNode
.addInProgressProgressCategories|addAllInProgressProgressCategories(com.riadalabs.jira.plugins.insight.services.progress.ProgressCategory) // inProgressProgressCategories elements
.setClonePrefix(String) // required clonePrefix
.setJiraHome(String | null) // nullable jiraHome
.setFileSeparator(String) // required fileSeparator
.setDateFormat(String) // required dateFormat
.setDateTimeFormat(String) // required dateTimeFormat
.setUserTimeZone(TimeZone) // required userTimeZone
.setDataCenter(Boolean) // optional dataCenter
.setCurrentNodeId(String | null) // nullable currentNodeId
.setMouseTrigger(String) // required mouseTrigger
.setFilterWildcard(String) // required filterWildcard
.build();
Copyright © 2024 Atlassian. All rights reserved.