Uses of Interface
org.nasdanika.models.gitlab.RepositoryFile
Packages that use RepositoryFile
Package
Description
-
Uses of RepositoryFile in org.nasdanika.models.gitlab
Subinterfaces of RepositoryFile in org.nasdanika.models.gitlabModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Binary Repository File'.interfaceA representation of the model object 'EObject Repository File'.interfaceA representation of the model object 'List Repository File'.interfaceA representation of the model object 'Text Repository File'.Methods in org.nasdanika.models.gitlab that return RepositoryFileModifier and TypeMethodDescriptionGitLabFactory.createRepositoryFile()Returns a new object of class 'Repository File'. -
Uses of RepositoryFile in org.nasdanika.models.gitlab.impl
Classes in org.nasdanika.models.gitlab.impl that implement RepositoryFileModifier and TypeClassDescriptionclassAn implementation of the model object 'Binary Repository File'.classAn implementation of the model object 'EObject Repository File'.classAn implementation of the model object 'List Repository File'.classAn implementation of the model object 'Repository File'.classAn implementation of the model object 'Text Repository File'.Methods in org.nasdanika.models.gitlab.impl that return RepositoryFile -
Uses of RepositoryFile in org.nasdanika.models.gitlab.util
Methods in org.nasdanika.models.gitlab.util that return RepositoryFileModifier and TypeMethodDescriptionprotected RepositoryFileLoader.createRepositoryFile(long projectId, String refName, org.gitlab4j.api.models.TreeItem blob, org.nasdanika.common.ProgressMonitor progressMonitor) Creates a model repository file.protected RepositoryFileLoaderOld.createRepositoryFile(Project modelProject, Branch modelBranch, org.gitlab4j.api.models.TreeItem blob, org.gitlab4j.api.models.RepositoryFile repositoryFile, Function<Long, CompletableFuture<Group>> groupProvider, Function<Long, CompletableFuture<Project>> projectProvider, org.nasdanika.common.ProgressMonitor progressMonitor) Deprecated.Creates and populates a model repository file.Methods in org.nasdanika.models.gitlab.util with parameters of type RepositoryFileModifier and TypeMethodDescriptionGitLabSwitch.caseRepositoryFile(RepositoryFile object) Returns the result of interpreting the object as an instance of 'Repository File'.