com.atlassian.greenhopper.manager.issue.fields
Interface ManagedFieldConfigurationRestorer

All Known Implementing Classes:
ManagedFieldConfigurationRestorerImpl

public interface ManagedFieldConfigurationRestorer

Used for restoring (and locking) the field configuration to the intended one. This includes fixes to: - name - description - searcher - context

Since:
6.1.4

Method Summary
 ServiceOutcome<java.lang.Boolean> isCustomFieldCorrectlyConfigured(com.atlassian.jira.issue.fields.CustomField customField)
          Checks if the given custom field is configured correctly.
 ServiceOutcome<java.lang.Void> restoreAndLockFields()
          Restores fields to their previous configuration, and attempts to lock them.
 

Method Detail

restoreAndLockFields

ServiceOutcome<java.lang.Void> restoreAndLockFields()
Restores fields to their previous configuration, and attempts to lock them. Avoid calling this method aggressively because it clears caches.

Returns:
the result

isCustomFieldCorrectlyConfigured

ServiceOutcome<java.lang.Boolean> isCustomFieldCorrectlyConfigured(com.atlassian.jira.issue.fields.CustomField customField)
Checks if the given custom field is configured correctly. Only checks fields managed by GreenHopper.

Parameters:
customField -
Returns:
if the given custom field is configured correctly


Copyright © 2007-2013 Atlassian. All Rights Reserved.