com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client
Class ProjectRole

java.lang.Object
  extended by com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.ProjectRole

public class ProjectRole
extends Object

Since:
v4.4

Nested Class Summary
static class ProjectRole.Actor
           
 
Field Summary
 List<ProjectRole.Actor> actors
           
 String description
           
 Long id
           
 String name
           
 String self
           
 
Constructor Summary
ProjectRole()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

self

public String self

name

public String name

id

public Long id

description

public String description

actors

public List<ProjectRole.Actor> actors
Constructor Detail

ProjectRole

public ProjectRole()


Copyright © 2002-2012 Atlassian. All Rights Reserved.