@Internal public interface

MultiGroupConverter

implements GroupConverter
com.atlassian.jira.issue.customfields.converters.MultiGroupConverter
Known Indirect Subclasses

@Internal

This interface is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Summary

Public Methods
Collection<String> extractGroupStringsFromString(String value)
[Expand]
Inherited Methods
From interface com.atlassian.jira.issue.customfields.converters.GroupConverter

Public Methods

public Collection<String> extractGroupStringsFromString (String value)