Class RepoOperation

java.lang.Object
org.craftercms.studio.api.v2.dal.RepoOperation

public class RepoOperation extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getDateTime

      public ZonedDateTime getDateTime()
    • setDateTime

      public void setDateTime(ZonedDateTime dateTime)
    • getAction

      public RepoOperation.Action getAction()
    • setAction

      public void setAction(RepoOperation.Action action)
    • getMoveToPath

      public String getMoveToPath()
    • setMoveToPath

      public void setMoveToPath(String moveToPath)
    • getAuthor

      public String getAuthor()
    • setAuthor

      public void setAuthor(String author)
    • getPublisher

      public String getPublisher()
    • setPublisher

      public void setPublisher(String publisher)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getCommitId

      public String getCommitId()
    • setCommitId

      public void setCommitId(String commitId)