public class

PluginVersionParserImpl

extends Object
implements PluginVersionParser
java.lang.Object
   ↳ com.atlassian.jira.imports.project.parser.PluginVersionParserImpl

Summary

[Expand]
Inherited Constants
From interface com.atlassian.jira.imports.project.parser.PluginVersionParser
Public Constructors
PluginVersionParserImpl()
Public Methods
PluginVersion parse(Map attributes)
Transforms a set of attributes into a PluginVersion.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.imports.project.parser.PluginVersionParser

Public Constructors

public PluginVersionParserImpl ()

Public Methods

public PluginVersion parse (Map attributes)

Transforms a set of attributes into a PluginVersion.

Parameters
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:
  • id (required)
  • name (required)
  • key (required)
  • version (required)
Returns
  • a PluginVersion if the attributes contain the required attributes.