Class GitModuleProperties

java.lang.Object
org.apache.sshd.git.GitModuleProperties

public final class GitModuleProperties extends Object
Configurable properties for sshd-git.
  • Field Details

    • CONNECT_TIMEOUT

      public static final Property<Duration> CONNECT_TIMEOUT
      Property used to configure the SSHD FactoryManager with the default timeout (millis) to connect to the remote SSH server.
    • AUTH_TIMEOUT

      public static final Property<Duration> AUTH_TIMEOUT
      Property used to configure the SSHD FactoryManager with the default timeout (millis) to authenticate with the remote SSH server.
    • CHANNEL_OPEN_TIMEOUT

      public static final Property<Duration> CHANNEL_OPEN_TIMEOUT
      Property used to configure the SSHD FactoryManager with the default timeout (millis) to open a channel to the remote SSH server. is used.
    • GIT_PROTOCOL_VERSION

      public static final Property<String> GIT_PROTOCOL_VERSION
      Property used to configure the SSHD FactoryManager with the GIT_PROTOCOL environment variable. The default is not specified and therefore original (v0) protocol is used.
  • Constructor Details

    • GitModuleProperties

      private GitModuleProperties()