|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IssueNavigation
Provide abstractions for dealing with Issues via Selenium
Method Summary | |
---|---|
void |
attachFile(String fieldName,
String fileName,
int size)
Attach a file given the input field name, fileName and file size. |
void |
attachFileInExistingForm(String fieldName,
String fileName,
int size)
Attach a file given the input field name, fileName and file size. |
void |
attachFileWithComment(String fieldName,
String fileName,
int size,
String comment,
String commentLevel)
Attach a file given the input field name, fileName and file size. |
List<String> |
attachFileWithErrors(String fieldName,
String fileName,
int size)
Attach a file given the input field name, fileName and file size. |
void |
editIssue(String issueKey)
Go to the edit screen of the issue specified |
List<String> |
getAttachmentErrors()
Return a list of the current attachment errors. |
IssueNavigation |
viewIssue(String issueKey)
View an issue by key and return a handle to this object |
Method Detail |
---|
IssueNavigation viewIssue(String issueKey)
issueKey
- the key of the issue to view
void attachFile(String fieldName, String fileName, int size)
fieldName
- The input field namefileName
- The fileName or absolute pat to attachsize
- the size of the file to generatevoid attachFileInExistingForm(String fieldName, String fileName, int size)
fieldName
- The input field namefileName
- The fileName or absolute pat to attachsize
- the size of the file to generateList<String> attachFileWithErrors(String fieldName, String fileName, int size)
fieldName
- The input field namefileName
- The fileName or absolute pat to attachsize
- the size of the file to generate
void attachFileWithComment(String fieldName, String fileName, int size, String comment, String commentLevel)
fieldName
- The input field namefileName
- The fileName or absolute pat to attachsize
- the size of the file to generatecomment
- the comment bodycommentLevel
- the security level for the comment.List<String> getAttachmentErrors()
void editIssue(String issueKey)
issueKey
- the issue to edit
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |