Class GroupConverterImpl
java.lang.Object
com.atlassian.jira.issue.customfields.converters.GroupConverterImpl
- All Implemented Interfaces:
GroupConverter
- Direct Known Subclasses:
MultiGroupConverterImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.crowd.embedded.api.Group
Get the Group Object from the group namecom.atlassian.crowd.embedded.api.Group
getGroupObject
(String stringValue) Get the Group Object from the group namegetString
(com.atlassian.crowd.embedded.api.Group group)
-
Constructor Details
-
GroupConverterImpl
-
-
Method Details
-
getString
- Specified by:
getString
in interfaceGroupConverter
-
getGroup
public com.atlassian.crowd.embedded.api.Group getGroup(String stringValue) throws FieldValidationException Description copied from interface:GroupConverter
Get the Group Object from the group name- Specified by:
getGroup
in interfaceGroupConverter
- Returns:
- Throws:
FieldValidationException
-
getGroupObject
public com.atlassian.crowd.embedded.api.Group getGroupObject(String stringValue) throws FieldValidationException Description copied from interface:GroupConverter
Get the Group Object from the group name- Specified by:
getGroupObject
in interfaceGroupConverter
- Returns:
- Throws:
FieldValidationException
-