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

Packages that use TestGroup
com.atlassian.bamboo.pageobjects.helpers   
com.atlassian.bamboo.testutils.user   
 

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

Methods in com.atlassian.bamboo.pageobjects.helpers with parameters of type TestGroup
 void UserHelper.createUserWithGroupIfNecessary(java.lang.String username, TestGroup group)
           
 

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

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

Methods in com.atlassian.bamboo.testutils.user that return TestGroup
static TestGroup TestGroup.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TestGroup[] TestGroup.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 TestGroup
static BambooPrincipal BambooPrincipal.forGroup(TestGroup group)
           
 



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