Uses of Interface
org.nasdanika.models.gitlab.Blob
Packages that use Blob
Package
Description
-
Uses of Blob in org.nasdanika.models.gitlab
Subinterfaces of Blob 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 'Repository File'.interfaceA representation of the model object 'Text Repository File'.Methods in org.nasdanika.models.gitlab that return BlobModifier and TypeMethodDescriptionGitLabFactory.createBlob()Returns a new object of class 'Blob'. -
Uses of Blob in org.nasdanika.models.gitlab.impl
Classes in org.nasdanika.models.gitlab.impl that implement BlobModifier and TypeClassDescriptionclassAn implementation of the model object 'Binary Repository File'.classAn implementation of the model object 'Blob'.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 Blob -
Uses of Blob in org.nasdanika.models.gitlab.util
Methods in org.nasdanika.models.gitlab.util that return BlobModifier and TypeMethodDescriptionprotected BlobLoader.createBlob(long projectId, String refName, org.gitlab4j.api.models.TreeItem blob, org.nasdanika.common.ProgressMonitor progressMonitor) Creates and populates a model blob.protected BlobLoaderOld.createBlob(Project modelProject, Branch modelBranch, org.gitlab4j.api.models.TreeItem blob, Function<Long, CompletableFuture<Group>> groupProvider, Function<Long, CompletableFuture<Project>> projectProvider, org.nasdanika.common.ProgressMonitor progressMonitor) Deprecated.Creates and populates a model blob.Methods in org.nasdanika.models.gitlab.util with parameters of type Blob