@PublicApi
public interface ProjectRole
RoleActors
) with projects.
An example would be a global role called "testers". If you have a project X and a project Y, you would then be able to configure different RoleActors in the "testers" role for project X than for project Y.
You can use ProjectRole objects as the target of Notification and Permission schemes.
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Will get the description of this role, null if not set.
|
Long |
getId()
Will return the unique identifier for this project role.
|
String |
getName()
Will get the name of this role, null if not set.
|
Long getId()
String getName()
String getDescription()
Copyright © 2002-2021 Atlassian. All Rights Reserved.