| com.atlassian.jira.project.template.descriptor.PluginParseHelper |
Known Indirect Subclasses
|
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| NULL_PARSE_HELPER | Null PluginParseHelper that just returns null everywhere. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the value of a the attribute with the given name.
| |||||||||||
Returns a PluginParseHelper for the element with the given name.
| |||||||||||
Returns the value of the attribute with the given name, or null.
| |||||||||||
Returns a PluginParseHelper for the element with the given name if it exists, Option.none() if it doesn't.
| |||||||||||
Returns the raw DOM4J element.
| |||||||||||
Returns the text within the current element.
| |||||||||||
Null PluginParseHelper that just returns null everywhere.
Returns the value of a the attribute with the given name.
| name | the attribute name |
|---|
| PluginParseException | if the attribute is not defined |
|---|
Returns a PluginParseHelper for the element with the given name.
| name | an element name |
|---|
Returns the value of the attribute with the given name, or null.
| name | the attribute name |
|---|
Returns a PluginParseHelper for the element with the given name if it exists, Option.none() if it doesn't.
| name | an element name |
|---|
Returns the raw DOM4J element.

