| java.lang.Object | |
| ↳ | com.atlassian.jira.project.template.descriptor.DefaultPluginParseHelper |
|
[Expand]
Inherited Fields | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.jira.project.template.descriptor.PluginParseHelper
| ||||||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 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.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||
From interface
com.atlassian.jira.project.template.descriptor.PluginParseHelper
| |||||||||||||||||||||||
Returns the value of a the attribute with the given name.
| name | the attribute name |
|---|
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.

