public interface RoleDetails
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.
|
void setName(String name)
name
- The name that will be set on the project role.void setDescription(String description)
description
- The description that will be set on the project role.Copyright © 2002-2024 Atlassian. All Rights Reserved.