Package com.linecorp.centraldogma.client
Class CommitRequest
java.lang.Object
com.linecorp.centraldogma.client.CommitRequest
Prepares to send a
CentralDogma.push(String, String, Revision, String, String, Markup, Iterable)
request to the Central Dogma repository.-
Method Summary
Modifier and TypeMethodDescriptionpush()
Pushes theChange
s to the repository withRevision.HEAD
.
-
Method Details
-
detail
-
push
Pushes theChange
s to the repository withRevision.HEAD
.- Returns:
- the
PushResult
which tells theRevision
and timestamp of the newCommit
-
push
- Returns:
- the
PushResult
which tells theRevision
and timestamp of the newCommit
-