public class PluginVersionParserImpl extends Object implements PluginVersionParser
PLUGIN_VERSION_ENTITY_NAME
Constructor and Description |
---|
PluginVersionParserImpl() |
Modifier and Type | Method and Description |
---|---|
PluginVersion |
parse(Map attributes)
Transforms a set of attributes into a PluginVersion.
|
public PluginVersion parse(Map attributes) throws ParseException
PluginVersionParser
parse
in interface PluginVersionParser
attributes
- is a map of key value pairs that represent the attributes of an PluginVersion. The following
attributes are required, otherwise a ParseException will be thrown:ParseException
- If the attributes are invalid.Copyright © 2002-2016 Atlassian. All Rights Reserved.