Uses of Class
org.miaixz.bus.gitlab.models.RepositoryFile
Packages that use RepositoryFile
-
Uses of RepositoryFile in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab that return RepositoryFileModifier and TypeMethodDescriptionGet file from repository.RepositoryFileApi.getFile(Object projectIdOrPath, String filePath, String ref, boolean includeContent) Get file from repository.RepositoryFileApi.getFileInfo(Object projectIdOrPath, String filePath, String ref) Get information on a file in the repository.Methods in org.miaixz.bus.gitlab that return types with arguments of type RepositoryFileModifier and TypeMethodDescriptionRepositoryFileApi.getOptionalFile(Object projectIdOrPath, String filePath, String ref) Get an Optional instance with the value holding information and content for a file in the repository.RepositoryFileApi.getOptionalFileInfo(Object projectIdOrPath, String filePath, String ref) Get an Optional instance with the value holding information on a file in the repository.Methods in org.miaixz.bus.gitlab with parameters of type RepositoryFileModifier and TypeMethodDescriptionRepositoryFileApi.createFile(Object projectIdOrPath, RepositoryFile file, String branchName, String commitMessage) Create new file in repositoryprotected jakarta.ws.rs.core.FormRepositoryFileApi.createForm(RepositoryFile file, String branchName, String commitMessage) Gets the query params based on the API version.RepositoryFileApi.updateFile(Object projectIdOrPath, RepositoryFile file, String branchName, String commitMessage) Update existing file in repository