Package | Description |
---|---|
org.gitlab.api |
Modifier and Type | Method and Description |
---|---|
GitlabSimpleRepositoryFile |
GitlabAPI.createRepositoryFile(GitlabProject project,
String path,
String branchName,
String commitMsg,
String content)
Creates a new file in the repository
|
GitlabSimpleRepositoryFile |
GitlabAPI.updateRepositoryFile(GitlabProject project,
String path,
String branchName,
String commitMsg,
String content)
Updates the content of an existing file in the repository
|
Copyright © 2019. All rights reserved.