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 RepositoryFile
RepositoryFileApi. createFile(Object projectIdOrPath, RepositoryFile file, String branchName, String commitMessage)
Create new file in repositoryRepositoryFile
RepositoryFileApi. createFile(RepositoryFile file, Integer projectId, String branchName, String commitMessage)
Deprecated.Will be removed in version 5.0, replaced byRepositoryFileApi.createFile(Object, RepositoryFile, String, String)
RepositoryFile
RepositoryFileApi. getFile(Object projectIdOrPath, String filePath, String ref)
Get file from repository.RepositoryFile
RepositoryFileApi. getFile(Object projectIdOrPath, String filePath, String ref, boolean includeContent)
Get file from repository.RepositoryFile
RepositoryFileApi. getFile(String filePath, Integer projectId, String ref)
Deprecated.Will be removed in version 5.0, replaced byRepositoryFileApi.getFile(Object, String, String)
RepositoryFile
RepositoryFileApi. getFileInfo(Object projectIdOrPath, String filePath, String ref)
Get information on a file in the repository.protected RepositoryFile
RepositoryFileApi. getFileV3(String filePath, Integer projectId, String ref)
Deprecated.Will be removed in version 5.0RepositoryFile
RepositoryFileApi. updateFile(Object projectIdOrPath, RepositoryFile file, String branchName, String commitMessage)
Update existing file in repositoryRepositoryFile
RepositoryFileApi. 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 RepositoryFile
RepositoryFileApi. createFile(Object projectIdOrPath, RepositoryFile file, String branchName, String commitMessage)
Create new file in repositoryRepositoryFile
RepositoryFileApi. 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.Form
RepositoryFileApi. createForm(RepositoryFile file, String branchName, String commitMessage)
Gets the query params based on the API version.RepositoryFile
RepositoryFileApi. updateFile(Object projectIdOrPath, RepositoryFile file, String branchName, String commitMessage)
Update existing file in repositoryRepositoryFile
RepositoryFileApi. updateFile(RepositoryFile file, Integer projectId, String branchName, String commitMessage)
Deprecated.Will be removed in version 5.0, replaced byRepositoryFileApi.updateFile(Object, RepositoryFile, String, String)
-