Class DefaultTestUser

java.lang.Object
com.atlassian.user.impl.DefaultEntity
com.atlassian.user.impl.DefaultUser
com.atlassian.bamboo.user.DefaultTestUser
All Implemented Interfaces:
com.atlassian.user.Entity, com.atlassian.user.User, Serializable, Principal

public class DefaultTestUser extends com.atlassian.user.impl.DefaultUser implements com.atlassian.user.User
See Also:
  • Field Summary

    Fields inherited from class com.atlassian.user.impl.DefaultUser

    email, enabled, fullName, password

    Fields inherited from class com.atlassian.user.impl.DefaultEntity

    created, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    DefaultTestUser(String userName, String passwrd)
     
  • Method Summary

    Methods inherited from class com.atlassian.user.impl.DefaultUser

    equals, getEmail, getFullName, getPassword, hashCode, isEnabled, setEmail, setEnabled, setFullName, setPassword, toString

    Methods inherited from class com.atlassian.user.impl.DefaultEntity

    getCreated, getName, setCreated, setName

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.atlassian.user.Entity

    getName

    Methods inherited from interface java.security.Principal

    equals, getName, hashCode, implies, toString

    Methods inherited from interface com.atlassian.user.User

    getEmail, getFullName, isEnabled
  • Constructor Details

    • DefaultTestUser

      public DefaultTestUser(String userName, String passwrd)