@PublicApi public class ManagedConfigurationItem extends Object
CustomField
, a
JiraWorkflow
, etc.) which is being managed by a plugin or JIRA itself.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ConfigurationItemAccessLevel |
getConfigurationItemAccessLevel() |
String |
getDescriptionI18nKey() |
Long |
getId() |
String |
getItemId() |
ManagedConfigurationItemType |
getItemType() |
String |
getSourceId() |
int |
hashCode() |
boolean |
isManaged() |
ManagedConfigurationItemBuilder |
newBuilder()
Use this method to get a
ManagedConfigurationItemBuilder instance, prepopulated with this item's properties. |
String |
toString() |
public Long getId()
ManagedConfigurationItem
public String getItemId()
ManagedConfigurationItemType
this can
be different things (e.g. workflow name, custom field ID, etc.)public ManagedConfigurationItemType getItemType()
public boolean isManaged()
@Nonnull public ConfigurationItemAccessLevel getConfigurationItemAccessLevel()
isManaged()
is false, this will
return ConfigurationItemAccessLevel.ADMIN
.public String getSourceId()
public String getDescriptionI18nKey()
@Nonnull public ManagedConfigurationItemBuilder newBuilder()
ManagedConfigurationItemBuilder
instance, prepopulated with this item's properties.
From there you can make modifications as necessary to alter the configuration.Copyright © 2002-2022 Atlassian. All Rights Reserved.