Class GitRepositoryAccessData

    • Constructor Detail

      • GitRepositoryAccessData

        public GitRepositoryAccessData()
    • Method Detail

      • getRepositoryUrl

        public String getRepositoryUrl()
      • setRepositoryUrl

        public void setRepositoryUrl​(String repositoryUrl)
      • getVcsBranch

        public VcsBranch getVcsBranch()
      • getUsername

        public String getUsername()
      • setUsername

        protected void setUsername​(String username)
      • getPassword

        public String getPassword()
      • getSshKey

        public String getSshKey()
      • getSshPassphrase

        public String getSshPassphrase()
      • isUseShallowClones

        public boolean isUseShallowClones()
      • isLfs

        public boolean isLfs()
      • isUseRemoteAgentCache

        @Deprecated
        public boolean isUseRemoteAgentCache()
        Deprecated.
        since 7.1 applies to local agents as well, use isUseAgentCache() instead
      • isUseAgentCache

        public boolean isUseAgentCache()
      • isUseSubmodules

        public boolean isUseSubmodules()
      • isReuseSshKeyForSubmodules

        public boolean isReuseSshKeyForSubmodules()
      • getCommandTimeout

        public int getCommandTimeout()
      • isVerboseLogs

        public boolean isVerboseLogs()
      • setProxyRegistrationInfo

        public void setProxyRegistrationInfo​(ProxyRegistrationInfo proxyRegistrationInfo)
      • getSharedCredentialsId

        @Nullable
        public @Nullable Long getSharedCredentialsId()
      • setSharedCredentialsId

        public void setSharedCredentialsId​(Long sharedCredentialsId)
      • shouldFetchAllRefs

        public boolean shouldFetchAllRefs()
      • isProxied

        public boolean isProxied()
      • getGitCredentialsFile

        public File getGitCredentialsFile()
      • setGitCredentialsFile

        public void setGitCredentialsFile​(File gitCredentialsFile)