| Modifier and Type | Method and Description |
|---|---|
InsightFieldRole |
InsightFieldConfiguration.getRole() |
| Modifier and Type | Method and Description |
|---|---|
void |
InsightFieldConfiguration.setRole(InsightFieldRole role) |
| Modifier and Type | Class and Description |
|---|---|
class |
InsightFieldRoleBamboo
Role that allows the configured field to "enable/disable" other field.
|
class |
InsightFieldRoleBitbucket
Role that allows the configured field to "enable/disable" other field.
|
class |
InsightFieldRoleConfluence
Role that allows the configured field to "enable/disable" other field.
|
class |
InsightFieldRoleEnableOneDisableOthers
Role that allows enabling one field and disable the others.
|
class |
InsightFieldRoleEnabler
Role that allows the configured field to "enable/disable" other field.
|
class |
InsightFieldRoleNone
The deafult role (none) for a
InsightFieldConfiguration
IF the Atlassian Object Mapper could be configured to "Ignore fields not set", this would not be needed but Sadly
thats not the case, and to avoid NPE's when serializing, this is the current solution. |
class |
InsightFieldRolePassword
Role that allows the configured field to "enable/disable" other field.
|
class |
InsightFieldRoleSelector |
class |
InsightFieldRoleToggler
Role that allows the configured field to "toggle" (show/hide) other field.
|
class |
InsightMultiFieldRole |
| Modifier and Type | Field and Description |
|---|---|
static InsightFieldRole |
InsightFieldRole.NO_ROLE |
| 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.enabler(InsightFieldConfiguration insightFieldConfig)
Allows a field to be enabled / disabled.
|
static InsightFieldRole |
InsightFieldRole.toggler(InsightFieldConfiguration insightFieldConfig)
Allows a field field be shown / hidden.
|
Copyright © 2022 Atlassian. All rights reserved.