Class InitialWatchersFields
java.lang.Object
com.atlassian.jira.plugins.initialwatchers.InitialWatchersFields
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInitialWatchersFields
(CustomFieldManager customFieldManager, JiraAuthenticationContext jiraAuthenticationContext, ApplicationProperties applicationProperties, ManagedConfigurationItemService managedConfigurationItemService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
remove()
Removes the custom fields as well as their ids from the application properties
-
Field Details
-
INITIAL_WATCHERS_CF
- See Also:
-
INITIAL_WATCHERS_CF_DESC
- See Also:
-
INITIAL_WATCHERS_STATUS_CF
- See Also:
-
INITIAL_WATCHERS_STATUS_CF_DESC
- See Also:
-
FIELD_ID_PROPERTY
- See Also:
-
STATUS_ID_PROPERTY
- See Also:
-
-
Constructor Details
-
InitialWatchersFields
public InitialWatchersFields(CustomFieldManager customFieldManager, JiraAuthenticationContext jiraAuthenticationContext, ApplicationProperties applicationProperties, ManagedConfigurationItemService managedConfigurationItemService)
-
-
Method Details
-
getWatchersField
-
getStatusField
-
initializeFields
- Throws:
org.ofbiz.core.entity.GenericEntityException
-
remove
public void remove()Removes the custom fields as well as their ids from the application properties
-