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()voidsetAction(RepoOperation.Action action) voidvoidsetComment(String comment) voidsetCommitId(String commitId) voidsetDateTime(ZonedDateTime dateTime) voidsetMoveToPath(String moveToPath) voidvoidsetPublisher(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
-