com.atlassian.jira.webtest.framework.page.issuenavigator
Interface IssueTable.IssueRow

Enclosing interface:
IssueTable

public static interface IssueTable.IssueRow


Method Summary
 void execute(IssueOperation issueOperation)
          Execute given operation for the currently selected issue.
 IssueData issueData()
          Issue data of this row.
 

Method Detail

issueData

IssueData issueData()
Issue data of this row.

Returns:
issue data

execute

void execute(IssueOperation issueOperation)
Execute given operation for the currently selected issue. Implementations are free to choose how this will be implemented (e.g. the dot dialog, cog menu etc.)

Parameters:
issueOperation - issue operation to execute


Copyright © 2002-2013 Atlassian. All Rights Reserved.