Uses of Class
org.gitlab4j.api.models.CommitPayload
Packages that use CommitPayload
-
Uses of CommitPayload in org.gitlab4j.api
Methods in org.gitlab4j.api with parameters of type CommitPayloadModifier and TypeMethodDescriptionCommitsApi.createCommit(Object projectIdOrPath, CommitPayload payload) Create a commit with multiple files and actions. -
Uses of CommitPayload in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return CommitPayloadModifier and TypeMethodDescriptionCommitPayload.withAction(CommitAction action) CommitPayload.withAction(CommitAction.Action action, String filePath) CommitPayload.withAction(CommitAction.Action action, String content, String filePath) CommitPayload.withActions(List<CommitAction> actions) CommitPayload.withAuthorEmail(String authorEmail) CommitPayload.withAuthorName(String authorName) CommitPayload.withBranch(String branch) CommitPayload.withCommitMessage(String commitMessage) CommitPayload.withStartBranch(String startBranch) CommitPayload.withStartProject(Object startProject) CommitPayload.withStartSha(String startSha)