Uses of Class
com.vmware.vra.jenkinsplugin.model.iaas.User
| Package | Description |
|---|---|
| com.vmware.vra.jenkinsplugin.model.iaas |
-
Uses of User in com.vmware.vra.jenkinsplugin.model.iaas
Methods in com.vmware.vra.jenkinsplugin.model.iaas that return User Modifier and Type Method Description UserUser. email(String email)UserUser. type(String type)Methods in com.vmware.vra.jenkinsplugin.model.iaas that return types with arguments of type User Modifier and Type Method Description List<User>Project. getAdministrators()List of administrator users associated with the project.List<User>ProjectSpecification. getAdministrators()List of administrator users associated with the project.List<User>Project. getMembers()List of member users associated with the project.List<User>ProjectSpecification. getMembers()List of member users associated with the project.List<User>Project. getViewers()List of viewer users associated with the project.List<User>ProjectSpecification. getViewers()List of viewer users associated with the project.Methods in com.vmware.vra.jenkinsplugin.model.iaas with parameters of type User Modifier and Type Method Description ProjectProject. addAdministratorsItem(User administratorsItem)ProjectSpecificationProjectSpecification. addAdministratorsItem(User administratorsItem)ProjectProject. addMembersItem(User membersItem)ProjectSpecificationProjectSpecification. addMembersItem(User membersItem)ProjectProject. addViewersItem(User viewersItem)ProjectSpecificationProjectSpecification. addViewersItem(User viewersItem)Method parameters in com.vmware.vra.jenkinsplugin.model.iaas with type arguments of type User Modifier and Type Method Description ProjectProject. administrators(List<User> administrators)ProjectSpecificationProjectSpecification. administrators(List<User> administrators)ProjectProject. members(List<User> members)ProjectSpecificationProjectSpecification. members(List<User> members)voidProject. setAdministrators(List<User> administrators)voidProjectSpecification. setAdministrators(List<User> administrators)voidProject. setMembers(List<User> members)voidProjectSpecification. setMembers(List<User> members)voidProject. setViewers(List<User> viewers)voidProjectSpecification. setViewers(List<User> viewers)ProjectProject. viewers(List<User> viewers)ProjectSpecificationProjectSpecification. viewers(List<User> viewers)