Uses of Class
org.gitlab4j.api.models.RepositoryFile
Packages that use RepositoryFile
-
Uses of RepositoryFile in org.gitlab4j.api
Methods in org.gitlab4j.api that return RepositoryFileModifier and TypeMethodDescriptionGet file from repository.RepositoryFileApi.getFile(Object projectIdOrPath, String filePath, String ref, boolean includeContent) Get file from repository.Deprecated.RepositoryFileApi.getFileInfo(Object projectIdOrPath, String filePath, String ref) Get information on a file in the repository.protected RepositoryFileDeprecated.Will be removed in version 6.0Methods in org.gitlab4j.api 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.gitlab4j.api with parameters of type RepositoryFileModifier and TypeMethodDescriptionRepositoryFileApi.createFile(Object projectIdOrPath, RepositoryFile file, String branchName, String commitMessage) Create new file in repositoryRepositoryFileApi.createFile(RepositoryFile file, Long projectId, String branchName, String commitMessage) Deprecated.Will be removed in version 6.0, replaced byRepositoryFileApi.createFile(Object, RepositoryFile, String, String)protected 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 repositoryRepositoryFileApi.updateFile(RepositoryFile file, Long projectId, String branchName, String commitMessage) Deprecated.Will be removed in version 6.0, replaced byRepositoryFileApi.updateFile(Object, RepositoryFile, String, String)
RepositoryFileApi.getFile(Object, String, String)