Class DefaultRoleDetails
java.lang.Object
com.atlassian.jira.functest.framework.admin.DefaultRoleDetails
- All Implemented Interfaces:
RoleDetails
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) Sets the description of the project role in play.void
Sets the name of the project role in play.
-
Constructor Details
-
DefaultRoleDetails
@Inject public DefaultRoleDetails(net.sourceforge.jwebunit.WebTester tester)
-
-
Method Details
-
setName
Description copied from interface:RoleDetails
Sets the name of the project role in play.- Specified by:
setName
in interfaceRoleDetails
- Parameters:
name
- The name that will be set on the project role.
-
setDescription
Description copied from interface:RoleDetails
Sets the description of the project role in play.- Specified by:
setDescription
in interfaceRoleDetails
- Parameters:
description
- The description that will be set on the project role.
-