Class ManagedFieldRestrictorImpl
java.lang.Object
com.atlassian.greenhopper.manager.issue.fields.ManagedFieldRestrictorImpl
- All Implemented Interfaces:
ManagedFieldRestrictor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlockField
(com.atlassian.jira.issue.fields.CustomField field) Attempts to lock the given custom field.
-
Constructor Details
-
ManagedFieldRestrictorImpl
public ManagedFieldRestrictorImpl()
-
-
Method Details
-
lockField
Description copied from interface:ManagedFieldRestrictor
Attempts to lock the given custom field.- Specified by:
lockField
in interfaceManagedFieldRestrictor
- Parameters:
field
-- Returns:
- the result; errors if locking the field failed
-