public interface ActionInfo
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ActionInfo.ViewInfo |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionAlias() |
String |
getActionName() |
Set<String> |
getAttributeNames() |
Map<String,String> |
getAttributes() |
String |
getAttributeValue(String attributeName)
The value of a named attribute or null if its not known about
|
String |
getSource() |
Iterable<ActionInfo.ViewInfo> |
getViews() |
String getActionName()
String getActionAlias()
String getSource()
Set<String> getAttributeNames()
String getAttributeValue(String attributeName)
attributeName - the name of the attribute to return.Iterable<ActionInfo.ViewInfo> getViews()
Copyright © 2013 Atlassian. All Rights Reserved.