Modifier and Type |
Method and Description |
void |
addComment(String comment,
ActionTrigger trigger) |
void |
addLabels(List<String> labels,
ActionTrigger trigger) |
void |
assignIssue(String user,
ActionTrigger trigger) |
ViewIssuePage |
assignIssueToMe() |
AssignIssueDialog |
assignIssueViaKeyboardShortcut() |
ViewIssuePage |
closeIssue() |
void |
closeIssue(ActionTrigger trigger) |
AddCommentSection |
comment() |
CommentDialog |
commentInDialog() |
void |
deleteIssue(ActionTrigger trigger) |
EditCommentDialog |
editComment(long id) |
EditIssueDialog |
editIssue() |
void |
editIssue(Map<String,String> values,
ActionTrigger trigger) |
EditIssueDialog |
editIssueViaKeyboardShortcut() |
void |
expandHiddenComments() |
ActivitySection |
getActivitySection() |
String |
getAssignee()
|
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getAssigneeTimed() |
AttachmentSection |
getAttachmentSection() |
Iterable<Comment> |
getComments() |
Iterable<String> |
getComponents() |
com.atlassian.pageobjects.elements.PageElement |
getDescriptionValue() |
DetailsSection |
getDetailsSection() |
Iterable<String> |
getFixVersions() |
com.atlassian.pageobjects.elements.query.TimedQuery |
getIssueDueDate() |
String |
getIssueKey() |
IssueLinkSection |
getIssueLinkSection() |
IssueMenu |
getIssueMenu() |
String |
getIssueType() |
Iterable<String> |
getLabels() |
MoreActionsMenu |
getMoreActionsMenu()
|
PeopleSection |
getPeopleSection() |
String |
getPriority() |
String |
getProject() |
String |
getResolution() |
String |
getStatus() |
SubtaskModule |
getSubTasksModule() |
String |
getSummary() |
com.atlassian.pageobjects.elements.TimedElement |
getTimedField(String fieldId) |
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getTimedSummary() |
String |
getUrl() |
Boolean |
hasDescription() |
Boolean |
hasEditableDescription() |
void |
initComponents() |
boolean |
isAddCommentModuleActive() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
boolean |
isEditModalDialogVisibleFor(String fieldName) |
boolean |
isInlineEditVisibleFor(long fieldId) |
com.atlassian.pageobjects.elements.query.TimedCondition |
isIssueTypeEditable() |
ResolveIssueDialog |
openResolveIssue(ActionTrigger trigger) |
VotersComponent |
openVotersDialog() |
WatchersComponent |
openWatchersDialog() |
String |
readKeyFromPage() |
void |
resolveIssue(ActionTrigger trigger) |
void |
startProgress(ActionTrigger trigger) |
void |
startWatching(ActionTrigger trigger) |
void |
stopProgress(ActionTrigger trigger) |
void |
stopWatching(ActionTrigger trigger) |
void |
unvoteForIssue() |
void |
voteForIssue() |
ViewIssuePage |
waitForAjaxRefresh(Tracer tracer) |