com.atlassian.jira.functest.framework.backdoor
Class IssuesControl
java.lang.Object
com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient<T>
com.atlassian.jira.functest.framework.backdoor.BackdoorControl<IssuesControl>
com.atlassian.jira.functest.framework.backdoor.IssuesControl
- All Implemented Interfaces:
- FuncTestLogger
public class IssuesControl
- extends BackdoorControl<IssuesControl>
Use this class from func/selenium/page-object tests that need to manipulate Issues.
- Since:
- v5.0
Nested classes/interfaces inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient |
com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient.Method |
Fields inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient |
REST_VERSION |
Constructor Summary |
IssuesControl(com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData)
|
Methods inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient |
anonymous, errorResponse, expanded, percentEncode, resourceRoot, setOf, toResponse, toResponse |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HSP_PROJECT_ID
public static final long HSP_PROJECT_ID
- See Also:
- Constant Field Values
MKY_PROJECT_ID
public static final long MKY_PROJECT_ID
- See Also:
- Constant Field Values
IssuesControl
public IssuesControl(com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData)
createIssue
public IssueCreateResponse createIssue(long projectId,
String summary)
createIssue
public IssueCreateResponse createIssue(long projectId,
String summary,
String assignee)
assignIssue
public void assignIssue(String issueKey,
String username)
loginAs
public IssuesControl loginAs(String username)
- Overrides:
loginAs
in class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient<IssuesControl>
loginAs
public IssuesControl loginAs(String username,
String password)
- Overrides:
loginAs
in class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient<IssuesControl>
Copyright © 2002-2012 Atlassian. All Rights Reserved.