Uses of Class
org.gitlab4j.api.models.CommitAction
Packages that use CommitAction
-
Uses of CommitAction in org.gitlab4j.api
Methods in org.gitlab4j.api with parameters of type CommitActionModifier and TypeMethodDescriptionCommitsApi.createCommit
(Object projectIdOrPath, String branch, String commitMessage, String startBranch, String authorEmail, String authorName, CommitAction action) Create a commit with single file and action.Method parameters in org.gitlab4j.api with type arguments of type CommitActionModifier and TypeMethodDescriptionCommitsApi.createCommit
(Object projectIdOrPath, String branch, String commitMessage, String startBranch, String authorEmail, String authorName, List<CommitAction> actions) Create a commit with multiple files and actions. -
Uses of CommitAction in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return CommitActionModifier and TypeMethodDescriptionCommitAction.withAction
(CommitAction.Action action) CommitAction.withContent
(String content) CommitAction.withEncoding
(Constants.Encoding encoding) CommitAction.withExecuteFilemode
(Boolean executeFilemode) CommitAction.withFileContent
(File file, String filePath, Constants.Encoding encoding) CommitAction.withFileContent
(String filePath, Constants.Encoding encoding) CommitAction.withFilePath
(String filePath) CommitAction.withLastCommitId
(String lastCommitId) CommitAction.withPreviousPath
(String previousPath) Methods in org.gitlab4j.api.models that return types with arguments of type CommitActionMethods in org.gitlab4j.api.models with parameters of type CommitActionMethod parameters in org.gitlab4j.api.models with type arguments of type CommitActionModifier and TypeMethodDescriptionvoid
CommitPayload.setActions
(List<CommitAction> actions) CommitPayload.withActions
(List<CommitAction> actions)