Class JGitEnvironmentProperties

    • Constructor Detail

      • JGitEnvironmentProperties

        public JGitEnvironmentProperties()
    • Method Detail

      • isCloneOnStart

        public boolean isCloneOnStart()
      • setCloneOnStart

        public void setCloneOnStart​(boolean cloneOnStart)
      • isCloneSubmodules

        public boolean isCloneSubmodules()
      • setCloneSubmodules

        public void setCloneSubmodules​(boolean cloneSubmodules)
      • isForcePull

        public boolean isForcePull()
      • setForcePull

        public void setForcePull​(boolean forcePull)
      • setTimeout

        public void setTimeout​(int timeout)
      • isDeleteUntrackedBranches

        public boolean isDeleteUntrackedBranches()
      • setDeleteUntrackedBranches

        public void setDeleteUntrackedBranches​(boolean deleteUntrackedBranches)
      • getRefreshRate

        public int getRefreshRate()
      • setRefreshRate

        public void setRefreshRate​(int refreshRate)
      • getPrivateKey

        public String getPrivateKey()
      • setPrivateKey

        public void setPrivateKey​(String privateKey)
      • getHostKeyAlgorithm

        public String getHostKeyAlgorithm()
      • setHostKeyAlgorithm

        public void setHostKeyAlgorithm​(String hostKeyAlgorithm)
      • getHostKey

        public String getHostKey()
      • setHostKey

        public void setHostKey​(String hostKey)
      • getKnownHostsFile

        public String getKnownHostsFile()
      • setKnownHostsFile

        public void setKnownHostsFile​(String knownHostsFile)
      • getPreferredAuthentications

        public String getPreferredAuthentications()
      • setPreferredAuthentications

        public void setPreferredAuthentications​(String preferredAuthentications)
      • isIgnoreLocalSshSettings

        public boolean isIgnoreLocalSshSettings()
      • setIgnoreLocalSshSettings

        public void setIgnoreLocalSshSettings​(boolean ignoreLocalSshSettings)
      • setSkipSslValidation

        public void setSkipSslValidation​(boolean skipSslValidation)
      • isTryMasterBranch

        public boolean isTryMasterBranch()
      • setTryMasterBranch

        public void setTryMasterBranch​(boolean tryMasterBranch)