Package org.gitlab4j.api.models
Class CommitPayload
java.lang.Object
org.gitlab4j.api.models.CommitPayload
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetForce()
getStats()
void
setActions
(List<CommitAction> actions) void
setAuthorEmail
(String authorEmail) void
setAuthorName
(String authorName) void
void
setCommitMessage
(String commitMessage) void
void
setStartBranch
(String startBranch) void
setStartProject
(Object startProject) void
setStartSha
(String startSha) void
toString()
withAction
(CommitAction action) withAction
(CommitAction.Action action, String filePath) withAction
(CommitAction.Action action, String content, String filePath) withActions
(List<CommitAction> actions) withAuthorEmail
(String authorEmail) withAuthorName
(String authorName) withBranch
(String branch) withCommitMessage
(String commitMessage) withStartBranch
(String startBranch) withStartProject
(Object startProject) withStartSha
(String startSha)
-
Constructor Details
-
CommitPayload
public CommitPayload()
-
-
Method Details
-
getBranch
-
setBranch
-
withBranch
-
getCommitMessage
-
setCommitMessage
-
withCommitMessage
-
getStartBranch
-
setStartBranch
-
withStartBranch
-
getStartSha
-
setStartSha
-
withStartSha
-
getStartProject
-
setStartProject
-
withStartProject
-
getActions
-
setActions
-
withActions
-
withAction
-
withAction
-
withAction
-
getAuthorEmail
-
setAuthorEmail
-
withAuthorEmail
-
getAuthorName
-
setAuthorName
-
withAuthorName
-
getStats
-
setStats
-
withStats
-
getForce
-
setForce
-
withForce
-
toString
-