Uses of Class
org.gitlab4j.api.models.RepositoryFile
-
Packages that use RepositoryFile Package Description org.gitlab4j.api -
-
Uses of RepositoryFile in org.gitlab4j.api
Methods in org.gitlab4j.api that return RepositoryFile Modifier and Type Method Description RepositoryFileRepositoryFileApi. createFile(Object projectIdOrPath, RepositoryFile file, String branchName, String commitMessage)Create new file in repositoryRepositoryFileRepositoryFileApi. createFile(RepositoryFile file, Integer projectId, String branchName, String commitMessage)Deprecated.Will be removed in version 5.0, replaced byRepositoryFileApi.createFile(Object, RepositoryFile, String, String)RepositoryFileRepositoryFileApi. getFile(Object projectIdOrPath, String filePath, String ref)Get file from repository.RepositoryFileRepositoryFileApi. getFile(Object projectIdOrPath, String filePath, String ref, boolean includeContent)Get file from repository.RepositoryFileRepositoryFileApi. getFile(String filePath, Integer projectId, String ref)Deprecated.Will be removed in version 5.0, replaced byRepositoryFileApi.getFile(Object, String, String)RepositoryFileRepositoryFileApi. getFileInfo(Object projectIdOrPath, String filePath, String ref)Get information on a file in the repository.protected RepositoryFileRepositoryFileApi. getFileV3(String filePath, Integer projectId, String ref)Deprecated.Will be removed in version 5.0RepositoryFileRepositoryFileApi. updateFile(Object projectIdOrPath, RepositoryFile file, String branchName, String commitMessage)Update existing file in repositoryRepositoryFileRepositoryFileApi. updateFile(RepositoryFile file, Integer projectId, String branchName, String commitMessage)Deprecated.Will be removed in version 5.0, replaced byRepositoryFileApi.updateFile(Object, RepositoryFile, String, String)Methods in org.gitlab4j.api that return types with arguments of type RepositoryFile Modifier and Type Method Description Optional<RepositoryFile>RepositoryFileApi. getOptionalFile(Object projectIdOrPath, String filePath, String ref)Get an Optional instance with the value holding information and content for a file in the repository.Optional<RepositoryFile>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 RepositoryFile Modifier and Type Method Description RepositoryFileRepositoryFileApi. createFile(Object projectIdOrPath, RepositoryFile file, String branchName, String commitMessage)Create new file in repositoryRepositoryFileRepositoryFileApi. createFile(RepositoryFile file, Integer projectId, String branchName, String commitMessage)Deprecated.Will be removed in version 5.0, replaced byRepositoryFileApi.createFile(Object, RepositoryFile, String, String)protected javax.ws.rs.core.FormRepositoryFileApi. createForm(RepositoryFile file, String branchName, String commitMessage)Gets the query params based on the API version.RepositoryFileRepositoryFileApi. updateFile(Object projectIdOrPath, RepositoryFile file, String branchName, String commitMessage)Update existing file in repositoryRepositoryFileRepositoryFileApi. updateFile(RepositoryFile file, Integer projectId, String branchName, String commitMessage)Deprecated.Will be removed in version 5.0, replaced byRepositoryFileApi.updateFile(Object, RepositoryFile, String, String)
-