Uses of Interface
org.nasdanika.models.gitlab.ProjectLicense
Packages that use ProjectLicense
Package
Description
-
Uses of ProjectLicense in org.nasdanika.models.gitlab
Methods in org.nasdanika.models.gitlab that return ProjectLicenseModifier and TypeMethodDescriptionGitLabFactory.createProjectLicense()Returns a new object of class 'Project License'.Project.getLicense()Returns the value of the 'License' containment reference.Methods in org.nasdanika.models.gitlab with parameters of type ProjectLicenseModifier and TypeMethodDescriptionvoidProject.setLicense(ProjectLicense value) Sets the value of the 'License' containment reference. -
Uses of ProjectLicense in org.nasdanika.models.gitlab.impl
Classes in org.nasdanika.models.gitlab.impl that implement ProjectLicenseModifier and TypeClassDescriptionclassAn implementation of the model object 'Project License'.Methods in org.nasdanika.models.gitlab.impl that return ProjectLicenseModifier and TypeMethodDescriptionGitLabFactoryImpl.createProjectLicense()ProjectImpl.getLicense()Methods in org.nasdanika.models.gitlab.impl with parameters of type ProjectLicenseModifier and TypeMethodDescriptionProjectImpl.basicSetLicense(ProjectLicense newLicense, NotificationChain msgs) voidProjectImpl.setLicense(ProjectLicense newLicense) -
Uses of ProjectLicense in org.nasdanika.models.gitlab.util
Methods in org.nasdanika.models.gitlab.util that return ProjectLicenseModifier and TypeMethodDescriptionprotected ProjectLicenseLoader.loadProjectLicense(org.gitlab4j.api.ProjectLicense apiLicense, org.nasdanika.common.ProgressMonitor progressMonitor) protected ProjectLicenseLoaderOld.loadProjectLicense(org.gitlab4j.api.ProjectLicense apiLicense, org.nasdanika.common.ProgressMonitor progressMonitor) Deprecated.Methods in org.nasdanika.models.gitlab.util with parameters of type ProjectLicenseModifier and TypeMethodDescriptionGitLabSwitch.caseProjectLicense(ProjectLicense object) Returns the result of interpreting the object as an instance of 'Project License'.