public static class ActionConfiguration.FromWebWorkConfiguration extends Object implements ActionConfiguration
Configuration object.ActionConfiguration.Entry, ActionConfiguration.FromWebWorkConfiguration| Constructor and Description |
|---|
FromWebWorkConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ActionConfiguration.Entry |
getActionCommand(String alias)
Returns an action configuration
ActionConfiguration.Entry describing the action to be executed for a given alias by querying
the current configuration. |
@Nullable public ActionConfiguration.Entry getActionCommand(String alias)
ActionConfigurationActionConfiguration.Entry describing the action to be executed for a given alias by querying
the current configuration. If there is no explicit alias defined for an action in the configuration, we consider
that the alias for that action is the action's name.getActionCommand in interface ActionConfigurationalias - The alias to use to lookup the action configuration entry.If there's no entry for the specified alias null is returned.
Copyright © 2002-2021 Atlassian. All Rights Reserved.