com.atlassian.bamboo.pageobjects.helpers
Class UserHelper

java.lang.Object
  extended by com.atlassian.bamboo.pageobjects.helpers.UserHelper

public class UserHelper
extends java.lang.Object

Higher level component to deal with user management via UI.

Since:
v3.3

Field Summary
static java.lang.String SIMPLEUSER
           
 
Constructor Summary
UserHelper()
           
 
Method Summary
 void createUserIfNecessary(java.lang.String username)
           
 void removeUserIfNecessary(java.lang.String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIMPLEUSER

public static final java.lang.String SIMPLEUSER
See Also:
Constant Field Values
Constructor Detail

UserHelper

public UserHelper()
Method Detail

createUserIfNecessary

public void createUserIfNecessary(java.lang.String username)

removeUserIfNecessary

public void removeUserIfNecessary(java.lang.String username)


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