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 User
User. email(String email)
User
User. 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 Project
Project. addAdministratorsItem(User administratorsItem)
ProjectSpecification
ProjectSpecification. addAdministratorsItem(User administratorsItem)
Project
Project. addMembersItem(User membersItem)
ProjectSpecification
ProjectSpecification. addMembersItem(User membersItem)
Project
Project. addViewersItem(User viewersItem)
ProjectSpecification
ProjectSpecification. addViewersItem(User viewersItem)
Method parameters in com.vmware.vra.jenkinsplugin.model.iaas with type arguments of type User Modifier and Type Method Description Project
Project. administrators(List<User> administrators)
ProjectSpecification
ProjectSpecification. administrators(List<User> administrators)
Project
Project. members(List<User> members)
ProjectSpecification
ProjectSpecification. members(List<User> members)
void
Project. setAdministrators(List<User> administrators)
void
ProjectSpecification. setAdministrators(List<User> administrators)
void
Project. setMembers(List<User> members)
void
ProjectSpecification. setMembers(List<User> members)
void
Project. setViewers(List<User> viewers)
void
ProjectSpecification. setViewers(List<User> viewers)
Project
Project. viewers(List<User> viewers)
ProjectSpecification
ProjectSpecification. viewers(List<User> viewers)