Class GitContentConfig

Object
GitContentConfig
All Implemented Interfaces:
Config, SystemConfig, Serializable

public class GitContentConfig extends Object implements SystemConfig
Global configuration for the Git content integration. Per-repo settings are stored in GitRepoConfig entities. Stored via ConfigService.saveSystemConfig(SystemConfig).
See Also:
  • Constructor Details

    • GitContentConfig

      public GitContentConfig()
  • Method Details

    • buildCloneUrl

      public String buildCloneUrl(GitRepoConfig entry)
      Builds the HTTPS clone URL for a given repo entry.