Class GitRepositoryConfiguration


  • public class GitRepositoryConfiguration
    extends Object
    Encapsulate the git configuration used for configuration history.
    Author:
    Emmanuel Hugonnet (c) 2018 Red Hat, inc.
    • Method Detail

      • getBasePath

        public Path getBasePath()
      • getRepository

        public String getRepository()
      • getBranch

        public String getBranch()
      • getAuthenticationConfig

        public URI getAuthenticationConfig()
      • getIgnored

        public Set<String> getIgnored()
      • isLocal

        public boolean isLocal()
      • isSign

        public boolean isSign()