Package org.craftercms.studio.api.v2.dal
Class RepoOperation
java.lang.Object
org.craftercms.studio.api.v2.dal.RepoOperation
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRepoOperation
(RepoOperation.Action action, String path, ZonedDateTime dateTime, String moveToPath, String commitId) -
Method Summary
Modifier and TypeMethodDescriptiongetPath()
void
setAction
(RepoOperation.Action action) void
void
setComment
(String comment) void
setCommitId
(String commitId) void
setDateTime
(ZonedDateTime dateTime) void
setMoveToPath
(String moveToPath) void
void
setPublisher
(String publisher)
-
Field Details
-
action
-
path
-
dateTime
-
moveToPath
-
author
-
publisher
-
comment
-
commitId
-
-
Constructor Details
-
RepoOperation
public RepoOperation(RepoOperation.Action action, String path, ZonedDateTime dateTime, String moveToPath, String commitId)
-
-
Method Details
-
getPath
-
setPath
-
getDateTime
-
setDateTime
-
getAction
-
setAction
-
getMoveToPath
-
setMoveToPath
-
getAuthor
-
setAuthor
-
getPublisher
-
setPublisher
-
getComment
-
setComment
-
getCommitId
-
setCommitId
-