Uses of Class
com.atlassian.bamboo.testutils.user.TestUser

Packages that use TestUser
com.atlassian.bamboo.pageobjects.helpers   
com.atlassian.bamboo.pageobjects.pages.global   
com.atlassian.bamboo.testutils.backdoor   
com.atlassian.bamboo.testutils.user   
 

Uses of TestUser in com.atlassian.bamboo.pageobjects.helpers
 

Methods in com.atlassian.bamboo.pageobjects.helpers with parameters of type TestUser
 BambooDashboardPage LoginHelper.loginIfNecessary(TestUser user)
           
 

Uses of TestUser in com.atlassian.bamboo.pageobjects.pages.global
 

Methods in com.atlassian.bamboo.pageobjects.pages.global with parameters of type TestUser
 BambooDashboardPage BambooLoginPage.login(TestUser user)
          Login with default scenario - ending up on the dashboard.
<M extends com.atlassian.pageobjects.Page>
M
BambooLoginPage.login(TestUser user, java.lang.Class<M> nextPage)
           
 

Uses of TestUser in com.atlassian.bamboo.testutils.backdoor
 

Methods in com.atlassian.bamboo.testutils.backdoor with parameters of type TestUser
protected  com.sun.jersey.api.client.WebResource BackdoorControl.createResource(TestUser user)
           
protected  com.sun.jersey.api.client.WebResource BackdoorControl.createResourceForPath(java.lang.String restModulePath, java.lang.String restModuleVersion, TestUser user)
          Creates the resource that corresponds to the root of a REST API.
protected  com.sun.jersey.api.client.WebResource BackdoorControl.createResourceForPath(java.lang.String restModulePath, TestUser user)
          Creates the resource that corresponds to the root of a REST API.
protected  com.sun.jersey.api.client.WebResource BackdoorControl.resourceRoot(java.lang.String url, TestUser user)
          Creates a WebResource for the given URL.
 

Uses of TestUser in com.atlassian.bamboo.testutils.user
 

Fields in com.atlassian.bamboo.testutils.user with type parameters of type TestUser
static java.util.EnumSet<TestUser> TestUser.autocreatedUsers
           
static com.google.common.base.Function<TestUser,java.lang.String> TestUser.toUserName
           
 

Methods in com.atlassian.bamboo.testutils.user that return TestUser
static TestUser TestUser.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TestUser[] TestUser.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.bamboo.testutils.user with parameters of type TestUser
static BambooPrincipal BambooPrincipal.forUser(TestUser user)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.