public interface PluginVersionParser
Modifier and Type | Field and Description |
---|---|
static String |
PLUGIN_VERSION_ENTITY_NAME |
Modifier and Type | Method and Description |
---|---|
PluginVersion |
parse(Map attributes)
Transforms a set of attributes into a PluginVersion.
|
static final String PLUGIN_VERSION_ENTITY_NAME
PluginVersion parse(Map attributes) throws ParseException
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.