public static interface ActionInfo.ViewInfo
| Modifier and Type | Method and Description |
|---|---|
ActionInfo |
getActionInfo() |
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 |
getViewName() |
String |
getViewValue() |
ActionInfo getActionInfo()
ActionInfo for the action that is related to this viewString getViewName()
String getViewValue()
Set<String> getAttributeNames()
String getAttributeValue(String attributeName)
attributeName - the name of the attribute to return.Copyright © 2013 Atlassian. All Rights Reserved.