Class ProcessedCommitsStoreImpl

java.lang.Object
org.craftercms.deployer.impl.ProcessedCommitsStoreImpl
All Implemented Interfaces:
ProcessedCommitsStore

public class ProcessedCommitsStoreImpl extends Object implements ProcessedCommitsStore
Default implementation of ProcessedCommitsStore that stores each commit ID in a file, and all commit ID files are stored in a certain location in the filesystem.
Author:
avasquez
  • Field Details

    • storeFolder

      protected File storeFolder
  • Constructor Details

    • ProcessedCommitsStoreImpl

      public ProcessedCommitsStoreImpl()
  • Method Details