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