public class DefaultRoleDetails extends Object implements RoleDetails
| Constructor and Description |
|---|
DefaultRoleDetails(net.sourceforge.jwebunit.WebTester tester) |
| Modifier and Type | Method and Description |
|---|---|
void |
setDescription(String description)
Sets the description of the project role in play.
|
void |
setName(String name)
Sets the name of the project role in play.
|
@Inject public DefaultRoleDetails(net.sourceforge.jwebunit.WebTester tester)
public void setName(String name)
RoleDetailssetName in interface RoleDetailsname - The name that will be set on the project role.public void setDescription(String description)
RoleDetailssetDescription in interface RoleDetailsdescription - The description that will be set on the project role.Copyright © 2002-2023 Atlassian. All Rights Reserved.