-
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 repository
|
RepositoryFile |
RepositoryFileApi.createFile(RepositoryFile file,
Integer projectId,
String branchName,
String commitMessage) |
Deprecated.
|
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.
|
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.
|
RepositoryFile |
RepositoryFileApi.updateFile(Object projectIdOrPath,
RepositoryFile file,
String branchName,
String commitMessage) |
Update existing file in repository
|
RepositoryFile |
RepositoryFileApi.updateFile(RepositoryFile file,
Integer projectId,
String branchName,
String commitMessage) |
Deprecated.
|
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 repository
|
RepositoryFile |
RepositoryFileApi.createFile(RepositoryFile file,
Integer projectId,
String branchName,
String commitMessage) |
Deprecated.
|
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 repository
|
RepositoryFile |
RepositoryFileApi.updateFile(RepositoryFile file,
Integer projectId,
String branchName,
String commitMessage) |
Deprecated.
|
RepositoryFileApi.createFile(Object, RepositoryFile, String, String)