| Interface | Description |
|---|---|
| ManagedConfigurationItemService |
This provides an API for plugin developers and for JIRA internally to restrict the administration of certain configuration
items.
|
| ManagedConfigurationItemStore |
Store layer of
ManagedConfigurationItemService. |
| Class | Description |
|---|---|
| DefaultManagedConfigurationItemService |
The default implementation of
ManagedConfigurationItemService. |
| DefaultManagedConfigurationItemStore |
The default implementation of
ManagedConfigurationItemStore. |
| ManagedConfigurationItem |
Represents a configuration item in JIRA (an instance of a
CustomField, a
JiraWorkflow, etc.) which is being managed by a plugin or JIRA itself. |
| ManagedConfigurationItemBuilder |
This builder can be used to modify the properties of an existing
ManagedConfigurationItem. |
| Enum | Description |
|---|---|
| ConfigurationItemAccessLevel |
These values define the different access levels that exist for altering a
ManagedConfigurationItem. |
| ManagedConfigurationItemType |
The types of items which can be "managed".
|
Copyright © 2002-2017 Atlassian. All Rights Reserved.