Uses of Interface
org.nasdanika.models.gitlab.ProjectStatistics
Packages that use ProjectStatistics
Package
Description
-
Uses of ProjectStatistics in org.nasdanika.models.gitlab
Methods in org.nasdanika.models.gitlab that return ProjectStatisticsModifier and TypeMethodDescriptionGitLabFactory.createProjectStatistics()Returns a new object of class 'Project Statistics'.Project.getStatistics()Returns the value of the 'Statistics' containment reference.Methods in org.nasdanika.models.gitlab with parameters of type ProjectStatisticsModifier and TypeMethodDescriptionvoidProject.setStatistics(ProjectStatistics value) Sets the value of the 'Statistics' containment reference. -
Uses of ProjectStatistics in org.nasdanika.models.gitlab.impl
Classes in org.nasdanika.models.gitlab.impl that implement ProjectStatisticsModifier and TypeClassDescriptionclassAn implementation of the model object 'Project Statistics'.Methods in org.nasdanika.models.gitlab.impl that return ProjectStatisticsModifier and TypeMethodDescriptionGitLabFactoryImpl.createProjectStatistics()ProjectImpl.getStatistics()Methods in org.nasdanika.models.gitlab.impl with parameters of type ProjectStatisticsModifier and TypeMethodDescriptionProjectImpl.basicSetStatistics(ProjectStatistics newStatistics, NotificationChain msgs) voidProjectImpl.setStatistics(ProjectStatistics newStatistics) -
Uses of ProjectStatistics in org.nasdanika.models.gitlab.util
Methods in org.nasdanika.models.gitlab.util with parameters of type ProjectStatisticsModifier and TypeMethodDescriptionGitLabSwitch.caseProjectStatistics(ProjectStatistics object) Returns the result of interpreting the object as an instance of 'Project Statistics'.