com.atlassian.jira.functest.framework.backdoor
Class DashboardControl

java.lang.Object
  extended by com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient<T>
      extended by com.atlassian.jira.functest.framework.backdoor.BackdoorControl<DashboardControl>
          extended by com.atlassian.jira.functest.framework.backdoor.DashboardControl
All Implemented Interfaces:
FuncTestLogger

public class DashboardControl
extends BackdoorControl<DashboardControl>

Since:
v5.0.3

Nested Class Summary
static class DashboardControl.Dashboard
           
 
Nested classes/interfaces inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient
RestApiClient.Method
 
Field Summary
 
Fields inherited from class com.atlassian.jira.functest.framework.backdoor.BackdoorControl
restPathRootLength
 
Fields inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient
REST_VERSION
 
Constructor Summary
DashboardControl(JIRAEnvironmentData environmentData)
           
 
Method Summary
 List<DashboardControl.Dashboard> getOwnedDashboard(String username)
           
 
Methods inherited from class com.atlassian.jira.functest.framework.backdoor.BackdoorControl
createResource, delete, get, get, get, getId, log, log, post, post, post
 
Methods inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient
anonymous, errorResponse, expanded, loginAs, loginAs, percentEncode, resourceRoot, setOf, toResponse, toResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DashboardControl

public DashboardControl(JIRAEnvironmentData environmentData)
Method Detail

getOwnedDashboard

public List<DashboardControl.Dashboard> getOwnedDashboard(String username)


Copyright © 2002-2012 Atlassian. All Rights Reserved.