public interface

RoleDetails

com.atlassian.jira.functest.framework.admin.RoleDetails
Known Indirect Subclasses

Class Overview

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.

Summary

Public Methods
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.

Public Methods

public 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.

public 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.