Uses of Class
org.jenkinsci.test.acceptance.po.User
Packages that use User
-
Uses of User in org.jenkinsci.test.acceptance
Methods in org.jenkinsci.test.acceptance that return types with arguments of type UserModifier and TypeMethodDescriptionMatchers.fullNameIs(String fullName) Matchers.isMemberOf(String group) Matchers.mailAddressIs(String mail) -
Uses of User in org.jenkinsci.test.acceptance.po
Methods in org.jenkinsci.test.acceptance.po that return UserModifier and TypeMethodDescriptionJenkins.getCurrentUser()Get user currently logged in.JenkinsDatabaseSecurityRealm.Signup.signup()Deprecated.Methods in org.jenkinsci.test.acceptance.po with parameters of type UserModifier and TypeMethodDescriptionLogin.doFailedLogin(User user) Login.doSuccessfulLogin(User user)
JenkinsDatabaseSecurityRealm.Signup.username(String)andJenkinsDatabaseSecurityRealm.Signup.signup()instead