Class RepositoryLastSyncedCommits

Object
RepositoryLastSyncedCommits
All Implemented Interfaces:
Config, SystemConfig, Serializable

public class RepositoryLastSyncedCommits extends Object implements SystemConfig
See Also:
  • Constructor Details

    • RepositoryLastSyncedCommits

      public RepositoryLastSyncedCommits()
  • Method Details

    • getSynched

      public Map<String,String> getSynched()
    • setSynched

      public void setSynched(Map<String,String> synched)
    • isCommitAlreadySynch

      public boolean isCommitAlreadySynch(String repoKey, String commitId)
    • registerAsSynched

      public void registerAsSynched(String repoKey, String commitId)