public class IssuesControl extends BackdoorControl<IssuesControl>
Modifier and Type | Field and Description |
---|---|
static String |
LIST_VIEW_LAYOUT |
Constructor and Description |
---|
IssuesControl(com.atlassian.jira.testkit.client.JIRAEnvironmentData environmentData) |
Modifier and Type | Method and Description |
---|---|
String |
getExportOptions(String jql,
String filterId,
String modified) |
List<org.codehaus.jackson.JsonNode> |
getHistoryMetadata(String issueKey) |
String |
getIssueIdByCurrentKey(String key) |
String |
getIssueKeyForSummary(String summary) |
void |
setPreferredSearchLayout(String layoutKey,
String username)
Set a user's preferred search layout (detail or list view).
|
void |
touch(String key) |
createResource
createResourceForPath, createResourceForPath, get, getRestModulePath
anonymous, cleanUp, client, createResourceGadget, createResourceInternal, errorResponse, expanded, getEnvironmentData, loginAs, loginAs, percentEncode, registerResponse, resourceRoot, setOf, toResponse, toResponse, toResponse
public static final String LIST_VIEW_LAYOUT
public IssuesControl(com.atlassian.jira.testkit.client.JIRAEnvironmentData environmentData)
public void setPreferredSearchLayout(String layoutKey, String username)
layoutKey
- A layout key (see LIST_VIEW_LAYOUT
).username
- The user whose preferred search layout is to be set.public void touch(String key)
Copyright © 2002-2015 Atlassian. All Rights Reserved.