|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Roles
Responsible for representing the Project Roles Browser.
The Project Roles Browser is an administrative interface on JIRA's project roles.
| Method Summary | |
|---|---|
void |
addProjectRoleForUser(String projectName,
String roleName,
String userName)
Adds a project role for a particular user. |
void |
create(String name,
String description)
Creates a project role with the specified name and description. |
void |
delete(long roleId)
Deletes a project role with the specified id. |
void |
delete(String name)
Deletes a project role with the specified name. |
RoleDetails |
edit(String name)
Allows editing of a project role's details. |
| Method Detail |
|---|
void delete(long roleId)
roleId - The id of the role to delete.void delete(String name)
name - The name of the role to delete.
void addProjectRoleForUser(String projectName,
String roleName,
String userName)
projectName - the name of the project.roleName - the name of the role to add.userName - the name of the user.
void create(String name,
String description)
name - The name of the specified role.description - The description of the specified role.RoleDetails edit(String name)
name - The name of the project role to edit.
RoleDetails which allows to set the properties
(i.e. name, description ...) of the project role in play.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||