Class DefaultRoleDetails

java.lang.Object
com.atlassian.jira.functest.framework.admin.DefaultRoleDetails
All Implemented Interfaces:
RoleDetails

public class DefaultRoleDetails extends Object implements RoleDetails
  • Constructor Details

    • DefaultRoleDetails

      @Inject public DefaultRoleDetails(net.sourceforge.jwebunit.WebTester tester)
  • Method Details

    • setName

      public void setName(String name)
      Description copied from interface: RoleDetails
      Sets the name of the project role in play.
      Specified by:
      setName in interface RoleDetails
      Parameters:
      name - The name that will be set on the project role.
    • setDescription

      public void setDescription(String description)
      Description copied from interface: RoleDetails
      Sets the description of the project role in play.
      Specified by:
      setDescription in interface RoleDetails
      Parameters:
      description - The description that will be set on the project role.