Uses of Interface
org.nasdanika.models.gitlab.ProjectAccess
Packages that use ProjectAccess
Package
Description
-
Uses of ProjectAccess in org.nasdanika.models.gitlab
Methods in org.nasdanika.models.gitlab that return ProjectAccessModifier and TypeMethodDescriptionGitLabFactory.createProjectAccess()Returns a new object of class 'Project Access'.Project.getGroupAccess()Returns the value of the 'Group Access' containment reference.Project.getProjectAccess()Returns the value of the 'Project Access' containment reference.Methods in org.nasdanika.models.gitlab with parameters of type ProjectAccessModifier and TypeMethodDescriptionvoidProject.setGroupAccess(ProjectAccess value) Sets the value of the 'Group Access' containment reference.voidProject.setProjectAccess(ProjectAccess value) Sets the value of the 'Project Access' containment reference. -
Uses of ProjectAccess in org.nasdanika.models.gitlab.impl
Classes in org.nasdanika.models.gitlab.impl that implement ProjectAccessModifier and TypeClassDescriptionclassAn implementation of the model object 'Project Access'.Methods in org.nasdanika.models.gitlab.impl that return ProjectAccessModifier and TypeMethodDescriptionGitLabFactoryImpl.createProjectAccess()ProjectImpl.getGroupAccess()ProjectImpl.getProjectAccess()Methods in org.nasdanika.models.gitlab.impl with parameters of type ProjectAccessModifier and TypeMethodDescriptionProjectImpl.basicSetGroupAccess(ProjectAccess newGroupAccess, NotificationChain msgs) ProjectImpl.basicSetProjectAccess(ProjectAccess newProjectAccess, NotificationChain msgs) voidProjectImpl.setGroupAccess(ProjectAccess newGroupAccess) voidProjectImpl.setProjectAccess(ProjectAccess newProjectAccess) -
Uses of ProjectAccess in org.nasdanika.models.gitlab.util
Methods in org.nasdanika.models.gitlab.util with parameters of type ProjectAccessModifier and TypeMethodDescriptionGitLabSwitch.caseProjectAccess(ProjectAccess object) Returns the result of interpreting the object as an instance of 'Project Access'.