Uses of Interface
org.nasdanika.models.gitlab.Contributor
Packages that use Contributor
Package
Description
-
Uses of Contributor in org.nasdanika.models.gitlab
Methods in org.nasdanika.models.gitlab that return ContributorModifier and TypeMethodDescriptionGitLabFactory.createContributor()Returns a new object of class 'Contributor'.Methods in org.nasdanika.models.gitlab that return types with arguments of type ContributorModifier and TypeMethodDescriptionUser.getContributions()Returns the value of the 'Contributions' reference list.Project.getContributors()Returns the value of the 'Contributors' containment reference list. -
Uses of Contributor in org.nasdanika.models.gitlab.impl
Classes in org.nasdanika.models.gitlab.impl that implement ContributorModifier and TypeClassDescriptionclassAn implementation of the model object 'Contributor'.Methods in org.nasdanika.models.gitlab.impl that return ContributorMethods in org.nasdanika.models.gitlab.impl that return types with arguments of type Contributor -
Uses of Contributor in org.nasdanika.models.gitlab.util
Methods in org.nasdanika.models.gitlab.util that return ContributorModifier and TypeMethodDescriptionprotected ContributorLoader.createContributor(org.gitlab4j.api.models.Contributor contributor, org.nasdanika.common.ProgressMonitor progressMonitor) protected ContributorLoaderOld.createContributor(org.gitlab4j.api.models.Contributor contributor, org.nasdanika.common.ProgressMonitor progressMonitor) Deprecated.Methods in org.nasdanika.models.gitlab.util with parameters of type ContributorModifier and TypeMethodDescriptionGitLabSwitch.caseContributor(Contributor object) Returns the result of interpreting the object as an instance of 'Contributor'.Method parameters in org.nasdanika.models.gitlab.util with type arguments of type ContributorModifier and TypeMethodDescriptionvoidLoader.loadProjectContributors(long projectId, BiConsumer<Contributor, org.nasdanika.common.ProgressMonitor> contributorConsumer, org.nasdanika.common.ProgressMonitor progressMonitor)