com.atlassian.jira.functest.framework.admin
Interface RoleDetails

All Known Implementing Classes:
DefaultRoleDetails

public interface RoleDetails

Responsible for editing the details (name and description) of a project role. Assumes that the current page is the edit project role page for the role that needs to be edited.

Since:
v4.2

Method Summary
 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.
 

Method Detail

setName

void setName(String name)
Sets the name of the project role in play.

Parameters:
name - The name that will be set on the project role.

setDescription

void setDescription(String description)
Sets the description of the project role in play.

Parameters:
description - The description that will be set on the project role.


Copyright © 2002-2014 Atlassian. All Rights Reserved.