Uses of Class
com.atlassian.bamboo.testutils.backdoor.model.RestUser
-
Packages that use RestUser Package Description com.atlassian.bamboo.plugins.testutils.rest.resource.user com.atlassian.bamboo.testutils.backdoor.model -
-
Uses of RestUser in com.atlassian.bamboo.plugins.testutils.rest.resource.user
Methods in com.atlassian.bamboo.plugins.testutils.rest.resource.user with parameters of type RestUser Modifier and Type Method Description javax.ws.rs.core.Response
UserResource. createUser(RestUser user)
protected List<String>
UserResource. getUserGroups(RestUser user)
-
Uses of RestUser in com.atlassian.bamboo.testutils.backdoor.model
Methods in com.atlassian.bamboo.testutils.backdoor.model that return types with arguments of type RestUser Modifier and Type Method Description List<RestUser>
RestUserList. getUsers()
Constructor parameters in com.atlassian.bamboo.testutils.backdoor.model with type arguments of type RestUser Constructor Description RestUserList(List<RestUser> users)
-