@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 GlobalConfiguration
numberGroupingSeparator
attributepublic String numberDecimalSeparator()
numberDecimalSeparator
in class GlobalConfiguration
numberDecimalSeparator
attributepublic String datePickerFormat()
datePickerFormat
in class GlobalConfiguration
datePickerFormat
attributepublic String dateTimePickerFormat()
dateTimePickerFormat
in class GlobalConfiguration
dateTimePickerFormat
attributepublic String insightVersion()
insightVersion
in class GlobalConfiguration
insightVersion
attribute@Nullable public String lastSeenVersion()
lastSeenVersion
in class GlobalConfiguration
lastSeenVersion
attributepublic Boolean useISO8601()
useISO8601
in class GlobalConfiguration
useISO8601
attributepublic String userKey()
userKey
in class GlobalConfiguration
userKey
attributepublic AttachmentsConfiguration attachmentsConfig()
attachmentsConfig
in class GlobalConfiguration
attachmentsConfig
attribute@Nullable public Boolean insightDeveloper()
insightDeveloper
in class GlobalConfiguration
insightDeveloper
attribute@Nullable public Boolean insightDeveloperForObjectType()
insightDeveloperForObjectType
in class GlobalConfiguration
insightDeveloperForObjectType
attribute@Nullable public Boolean insightManager()
insightManager
in class GlobalConfiguration
insightManager
attribute@Nullable public Boolean insightManagerForObjectType()
insightManagerForObjectType
in class GlobalConfiguration
insightManagerForObjectType
attributepublic boolean insightAdministrator()
insightAdministrator
in class GlobalConfiguration
insightAdministrator
attributepublic boolean serviceDeskEnabled()
serviceDeskEnabled
in class GlobalConfiguration
serviceDeskEnabled
attributepublic boolean serviceDeskCustomerEnabled()
serviceDeskCustomerEnabled
in class GlobalConfiguration
serviceDeskCustomerEnabled
attributepublic boolean tempoTimeSheetEnabled()
tempoTimeSheetEnabled
in class GlobalConfiguration
tempoTimeSheetEnabled
attributepublic com.google.common.collect.ImmutableList<IconBean> icons()
icons
in class GlobalConfiguration
icons
attributepublic com.google.common.collect.ImmutableList<ReferenceTypeBean> referenceTypes()
referenceTypes
in class GlobalConfiguration
referenceTypes
attributepublic com.google.common.collect.ImmutableList<StatusTypeBean> statusTypes()
statusTypes
in class GlobalConfiguration
statusTypes
attribute@Nullable public ObjectSchemaBean objectSchema()
objectSchema
in class GlobalConfiguration
objectSchema
attributepublic int objectCacheComplete()
objectCacheComplete
in class GlobalConfiguration
objectCacheComplete
attributepublic Boolean allowedToDoReindex()
allowedToDoReindex
in class GlobalConfiguration
allowedToDoReindex
attributepublic Boolean reindexRunning()
reindexRunning
in class GlobalConfiguration
reindexRunning
attribute@Nullable public String reindexRunningOnNode()
reindexRunningOnNode
in class GlobalConfiguration
reindexRunningOnNode
attributepublic com.google.common.collect.ImmutableList<com.riadalabs.jira.plugins.insight.services.progress.ProgressCategory> inProgressProgressCategories()
inProgressProgressCategories
in class GlobalConfiguration
inProgressProgressCategories
attributepublic String clonePrefix()
clonePrefix
in class GlobalConfiguration
clonePrefix
attribute@Nullable public String jiraHome()
jiraHome
in class GlobalConfiguration
jiraHome
attributepublic String fileSeparator()
fileSeparator
in class GlobalConfiguration
fileSeparator
attributepublic String dateFormat()
dateFormat
in class GlobalConfiguration
dateFormat
attributepublic String dateTimeFormat()
dateTimeFormat
in class GlobalConfiguration
dateTimeFormat
attributepublic TimeZone userTimeZone()
userTimeZone
in class GlobalConfiguration
userTimeZone
attributepublic Boolean isDataCenter()
isDataCenter
in class GlobalConfiguration
dataCenter
attribute@Nullable public String currentNodeId()
currentNodeId
in class GlobalConfiguration
currentNodeId
attributepublic String mouseTrigger()
mouseTrigger
in class GlobalConfiguration
mouseTrigger
attributepublic String filterWildcard()
filterWildcard
in class GlobalConfiguration
filterWildcard
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) // optionalnumberGroupingSeparator
.setNumberDecimalSeparator(String) // optionalnumberDecimalSeparator
.setDatePickerFormat(String) // requireddatePickerFormat
.setDateTimePickerFormat(String) // requireddateTimePickerFormat
.setInsightVersion(String) // requiredinsightVersion
.setLastSeenVersion(String | null) // nullablelastSeenVersion
.setUseISO8601(Boolean) // requireduseISO8601
.setUserKey(String) // requireduserKey
.setAttachmentsConfig(com.riadalabs.jira.plugins.insight.services.model.AttachmentsConfiguration) // requiredattachmentsConfig
.setInsightDeveloper(Boolean | null) // nullableinsightDeveloper
.setInsightDeveloperForObjectType(Boolean | null) // nullableinsightDeveloperForObjectType
.setInsightManager(Boolean | null) // nullableinsightManager
.setInsightManagerForObjectType(Boolean | null) // nullableinsightManagerForObjectType
.setInsightAdministrator(boolean) // requiredinsightAdministrator
.setServiceDeskEnabled(boolean) // optionalserviceDeskEnabled
.setServiceDeskCustomerEnabled(boolean) // optionalserviceDeskCustomerEnabled
.setTempoTimeSheetEnabled(boolean) // optionaltempoTimeSheetEnabled
.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) // nullableobjectSchema
.setObjectCacheComplete(int) // optionalobjectCacheComplete
.setAllowedToDoReindex(Boolean) // optionalallowedToDoReindex
.setReindexRunning(Boolean) // optionalreindexRunning
.setReindexRunningOnNode(String | null) // nullablereindexRunningOnNode
.addInProgressProgressCategories|addAllInProgressProgressCategories(com.riadalabs.jira.plugins.insight.services.progress.ProgressCategory) //inProgressProgressCategories
elements .setClonePrefix(String) // requiredclonePrefix
.setJiraHome(String | null) // nullablejiraHome
.setFileSeparator(String) // requiredfileSeparator
.setDateFormat(String) // requireddateFormat
.setDateTimeFormat(String) // requireddateTimeFormat
.setUserTimeZone(TimeZone) // requireduserTimeZone
.setDataCenter(Boolean) // optionaldataCenter
.setCurrentNodeId(String | null) // nullablecurrentNodeId
.setMouseTrigger(String) // requiredmouseTrigger
.setFilterWildcard(String) // requiredfilterWildcard
.build();
Copyright © 2024 Atlassian. All rights reserved.