public class ViewIssuePage extends Object
Constructor and Description |
---|
ViewIssuePage(FuncTestHelperFactory funcTestHelperFactory) |
Modifier and Type | Method and Description |
---|---|
boolean |
canVote() |
boolean |
containsEditButton() |
String |
getActiveTabId() |
String |
getAssignee()
Returns the current value of the Assignee field as appearing on this View Issue Page.
|
String |
getAssigneeUsername() |
String |
getCreatorUserName() |
String |
getCustomFieldRelUsername(int customFieldId) |
List<String> |
getCustomFieldRelUsernames(int customFieldId) |
String |
getCustomFieldValue(int customFieldId)
Returns the current value of the custom field with the given ID.
|
Node |
getFieldNode(String fieldName)
Returns the DOM node of the named issue field as appearing on this View Issue Page.
|
String |
getFieldValue(String fieldName)
Returns the current value of the named issue field as appearing on this View Issue Page.
|
String |
getIssueId() |
static String |
getRelUsername(Node node)
Extracts a single username from a "rel" attribute somewhere under the given node.
|
static List<String> |
getRelUsernames(Node node)
Extracts any number of usernames from the "rel" attributes somewhere under the given node
|
String |
getReporter()
Returns the current value of the Reporter field as appearing on this View Issue Page.
|
String |
getReporterUsername() |
int |
getVoteCount() |
int |
getWatcherCount() |
boolean |
hasVoted() |
boolean |
isWatching() |
ViewIssuePage |
openTabWithId(String id) |
ViewIssuePage |
toggleVote()
Clicks on the "vote-toggle" link.
|
ViewIssuePage |
toggleWatch()
Clicks on the "vote-toggle" link.
|
public ViewIssuePage(FuncTestHelperFactory funcTestHelperFactory)
public String getAssignee()
public String getAssigneeUsername()
public String getReporter()
public String getReporterUsername()
public String getCreatorUserName()
public ViewIssuePage openTabWithId(String id)
id
- id of tab to openpublic String getActiveTabId()
public String getIssueId()
public String getFieldValue(String fieldName)
public Node getFieldNode(String fieldName)
public static String getRelUsername(Node node)
node
- the node to examine, which should be the value node for a single-user fieldnull
if the value was not found or had
multiple valuespublic static List<String> getRelUsernames(Node node)
node
- the node to examine, which should be the value node for a single- or
multiple-user fieldnull
)public String getCustomFieldValue(int customFieldId)
public String getCustomFieldRelUsername(int customFieldId)
public boolean hasVoted()
public int getVoteCount()
public ViewIssuePage toggleVote()
public boolean canVote()
public boolean isWatching()
public int getWatcherCount()
public ViewIssuePage toggleWatch()
public boolean containsEditButton()
Copyright © 2002-2016 Atlassian. All Rights Reserved.