| Modifier and Type | Method and Description |
|---|---|
List<InsightFieldConfiguration> |
ImportModuleConfiguration.getFieldsConfiguration()
Returns the import module specific fields configuration and in the order they are returned.
|
| Modifier and Type | Method and Description |
|---|---|
List<InsightFieldConfiguration> |
InsightFieldsConfigurations.getInsightFieldsConfiguration() |
List<InsightFieldConfiguration> |
InsightFieldsConfigurations.getTypeSpecificFieldsConfiguration() |
| Constructor and Description |
|---|
InsightFieldsConfigurations(List<InsightFieldConfiguration> insightFieldsConfiguration,
List<InsightFieldConfiguration> typeSpecificFieldsConfiguration) |
InsightFieldsConfigurations(List<InsightFieldConfiguration> insightFieldsConfiguration,
List<InsightFieldConfiguration> typeSpecificFieldsConfiguration) |
| Modifier and Type | Class and Description |
|---|---|
class |
InsightFieldCheckboxConfiguration
A Assets field Checkbox configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InsightFieldApplicationLinkBambooPickerConfiguration
A "Application Link BitBucket(s)" Assets field Picker configuration.
|
class |
InsightFieldApplicationLinkBitbucketPickerConfiguration
A "Application Link BitBucket(s)" Assets field Picker configuration.
|
class |
InsightFieldApplicationLinkConfluencePickerConfiguration
A "Application Link BitBucket(s)" Assets field Picker configuration.
|
class |
InsightFieldCSVFilePickerConfiguration
A CSV File Assets field Picker configuration.
|
class |
InsightFieldFilePickerConfiguration |
class |
InsightFieldGroupPickerConfiguration
A "Group(s)" Assets field Picker configuration.
|
class |
InsightFieldJIRAProjectPickerConfiguration
A "JIRA Project(s)" Assets field Picker configuration.
|
class |
InsightFieldJSONFilePickerConfiguration
A JSON File Assets field Picker configuration.
|
class |
InsightFieldManagerPickerConfiguration
A Assets field "Insight Manager" Picker configuration.
|
class |
InsightFieldPickerConfiguration |
class |
InsightFieldUserPickerConfiguration
A "User(s)" Assets field Picker configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InsightFieldRadiobuttonConfiguration
A Assets field Radiobutton configuration.
|
| Constructor and Description |
|---|
InsightFieldRadiobuttonConfiguration(String key,
String labelI18nKey,
String descriptionI18nKey,
InsightFieldConfiguration[] insightFieldConfigurations) |
| Modifier and Type | Method and Description |
|---|---|
static InsightFieldRole |
InsightFieldRole.enableOne(InsightFieldConfiguration defaultInsightFieldConfig,
InsightFieldConfiguration... insightFieldConfigs)
Allows a field to control a group of fields by: enabling one and disable the others.
|
static InsightFieldRole |
InsightFieldRole.enableOne(InsightFieldConfiguration defaultInsightFieldConfig,
InsightFieldConfiguration... insightFieldConfigs)
Allows a field to control a group of fields by: enabling one and disable the others.
|
static InsightFieldRole |
InsightFieldRole.enabler(InsightFieldConfiguration insightFieldConfig)
Allows a field to be enabled / disabled.
|
static InsightFieldRole |
InsightFieldRole.toggler(InsightFieldConfiguration insightFieldConfig)
Allows a field field be shown / hidden.
|
| Constructor and Description |
|---|
InsightFieldRoleEnableOneDisableOthers(InsightFieldConfiguration defaultEnabled,
InsightFieldConfiguration... enablebleFields) |
InsightFieldRoleEnableOneDisableOthers(InsightFieldConfiguration defaultEnabled,
InsightFieldConfiguration... enablebleFields) |
InsightFieldRoleEnabler(InsightFieldConfiguration insightFieldConfig) |
InsightFieldRoleToggler(InsightFieldConfiguration insightFieldConfig) |
| Modifier and Type | Class and Description |
|---|---|
class |
InsightFieldSelectConfiguration
A Assets field Select (drop down) configuration.
|
| Constructor and Description |
|---|
InsightFieldSelectConfiguration(String key,
String labelI18nKey,
String descriptionI18nKey,
InsightFieldConfiguration[] insightFieldConfigurations,
boolean isMultiValue)
Constructor that allows easy creation of a selector who's options will use the passed
InsightFieldConfiguration's key / i18nLabel as key / value. |
| Modifier and Type | Class and Description |
|---|---|
class |
InsightFieldPasswordConfiguration
A Assets field Text configuration.
|
class |
InsightFieldTextConfiguration
A Assets field Text configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InsightFieldTextAreaConfiguration
A Assets field Text Area configuration.
|
Copyright © 2022 Atlassian. All rights reserved.