Uses of Class
org.miaixz.bus.gitlab.models.RepositoryArchiveParams
Packages that use RepositoryArchiveParams
-
Uses of RepositoryArchiveParams in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab with parameters of type RepositoryArchiveParamsModifier and TypeMethodDescriptionRepositoryApi.getRepositoryArchive(Object projectIdOrPath, RepositoryArchiveParams params) Get an archive of the complete repository by SHA (optional) and Path (optional).RepositoryApi.getRepositoryArchive(Object projectIdOrPath, RepositoryArchiveParams params, File directory) Get an archive of the complete repository by SHA (optional) and Path (optional) and saves to the specified directory.RepositoryApi.getRepositoryArchive(Object projectIdOrPath, RepositoryArchiveParams params, File directory, String format) Get an archive of the complete repository by SHA (optional) and Path (optional) and saves to the specified directory.RepositoryApi.getRepositoryArchive(Object projectIdOrPath, RepositoryArchiveParams params, File directory, Constants.ArchiveFormat format) Get an archive of the complete repository by SHA (optional) and Path (optional) and saves to the specified directory.RepositoryApi.getRepositoryArchive(Object projectIdOrPath, RepositoryArchiveParams params, String format) Get an archive of the complete repository by SHA (optional) and Path (optional).RepositoryApi.getRepositoryArchive(Object projectIdOrPath, RepositoryArchiveParams params, Constants.ArchiveFormat format) Get an archive of the complete repository by SHA (optional) and Path (optional). -
Uses of RepositoryArchiveParams in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return RepositoryArchiveParamsModifier and TypeMethodDescriptionAdd param "The subpath of the repository to download".Add param "The commit SHA to download".