public interface ProjectVersionParser
Modifier and Type | Field and Description |
---|---|
static String |
VERSION_ENTITY_NAME
Entity name for Version
|
Modifier and Type | Method and Description |
---|---|
ExternalVersion |
parse(Map attributes)
Transforms a set of attributes into an ExternalVersion.
|
static final String VERSION_ENTITY_NAME
ExternalVersion parse(Map attributes) throws ParseException
attributes
- 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-2015 Atlassian. All Rights Reserved.