Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method and Description |
---|---|
Commit |
CommitsApi.createCommit(Object projectIdOrPath,
String branch,
String commitMessage,
String startBranch,
String authorEmail,
String authorName,
List<CommitAction> actions)
Create a commit with multiple files and actions.
|
Modifier and Type | Method and Description |
---|---|
CommitAction |
CommitAction.withAction(CommitAction.Action action) |
CommitAction |
CommitAction.withContent(String content) |
CommitAction |
CommitAction.withEncoding(CommitAction.Encoding encoding) |
CommitAction |
CommitAction.withExecuteFilemode(Boolean executeFilemode) |
CommitAction |
CommitAction.withFilePath(String filePath) |
CommitAction |
CommitAction.withLastCommitId(String lastCommitId) |
CommitAction |
CommitAction.withPreviousPath(String previousPath) |
Modifier and Type | Method and Description |
---|---|
List<CommitAction> |
CommitPayload.getActions() |
Modifier and Type | Method and Description |
---|---|
void |
CommitPayload.setActions(List<CommitAction> actions) |
Copyright © 2019. All rights reserved.