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 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.Get file from repository.RepositoryFileApi.getFile
(Object projectIdOrPath, String filePath, String ref, boolean includeContent) Get file from repository.Deprecated.Will be removed in version 6.0, replaced byRepositoryFileApi.getFile(Object, String, String)
RepositoryFileApi.getFileInfo
(Object projectIdOrPath, String filePath, String ref) Get information on a file in the repository.protected RepositoryFile
Deprecated.Will be removed in version 6.0RepositoryFileApi.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)
Methods 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 javax.ws.rs.core.Form
RepositoryFileApi.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.createFile(Object, RepositoryFile, String, String)