com.atlassian.jira.pageobjects.pages.viewissue.people
Class PeopleSection

java.lang.Object
  extended by com.atlassian.jira.pageobjects.pages.viewissue.people.PeopleSection

public class PeopleSection
extends Object

Represents the people block on the view issue page.

Since:
v5.0

Constructor Summary
PeopleSection()
           
 
Method Summary
 String getAssignee()
           
 String getReporter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeopleSection

public PeopleSection()
Method Detail

getAssignee

public String getAssignee()

getReporter

public String getReporter()


Copyright © 2002-2012 Atlassian. All Rights Reserved.