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