Uses of Interface
org.nasdanika.models.gitlab.User
Packages that use User
Package
Description
-
Uses of User in org.nasdanika.models.gitlab
Methods in org.nasdanika.models.gitlab that return UserModifier and TypeMethodDescriptionGitLabFactory.createUser()Returns a new object of class 'User'.Project.getCreator()Returns the value of the 'Creator' reference.Contributor.getUser()Returns the value of the 'User' reference.Member.getUser()Returns the value of the 'User' reference.Owner.getUser()Returns the value of the 'User' reference.Methods in org.nasdanika.models.gitlab that return types with arguments of type UserModifier and TypeMethodDescriptionGitLab.getUsers()Returns the value of the 'Users' containment reference list.Methods in org.nasdanika.models.gitlab with parameters of type User -
Uses of User in org.nasdanika.models.gitlab.impl
Classes in org.nasdanika.models.gitlab.impl that implement UserMethods in org.nasdanika.models.gitlab.impl that return UserModifier and TypeMethodDescriptionProjectImpl.basicGetCreator()ContributorImpl.basicGetUser()MemberImpl.basicGetUser()OwnerImpl.basicGetUser()GitLabFactoryImpl.createUser()ProjectImpl.getCreator()ContributorImpl.getUser()MemberImpl.getUser()OwnerImpl.getUser()Methods in org.nasdanika.models.gitlab.impl that return types with arguments of type UserMethods in org.nasdanika.models.gitlab.impl with parameters of type UserModifier and TypeMethodDescriptionProjectImpl.basicSetCreator(User newCreator, NotificationChain msgs) ContributorImpl.basicSetUser(User newUser, NotificationChain msgs) MemberImpl.basicSetUser(User newUser, NotificationChain msgs) OwnerImpl.basicSetUser(User newUser, NotificationChain msgs) voidProjectImpl.setCreator(User newCreator) voidvoidvoid -
Uses of User in org.nasdanika.models.gitlab.util
Methods in org.nasdanika.models.gitlab.util with parameters of type User