Class ActionConfiguration.Entry.EntryBuilder
java.lang.Object
com.atlassian.jira.config.webwork.actions.ActionConfiguration.Entry.EntryBuilder
- Enclosing class:
ActionConfiguration.Entry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionInfo(webwork.config.util.ActionInfo actionInfo) build()commandMethod(String command) rolesRequired(String rolesRequired) Supplies a comma-separated list of the roles that are required to execute this action.
-
Constructor Details
-
EntryBuilder
public EntryBuilder()
-
-
Method Details
-
className
-
commandMethod
-
rolesRequired
Supplies a comma-separated list of the roles that are required to execute this action. When multiple roles are given, they are all required. Whenbuild()is invoked, this list of roles is transformed to a list of integer permissions as specified byPermissions.getType(String).- Parameters:
rolesRequired- a comma-separated string containing the required roles- Returns:
this
-
actionInfo
-
build
-