Class NoIdentityFileHost

java.lang.Object
org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host
com.atlassian.bamboo.plugins.git.jgit.transport.NoIdentityFileHost

public class NoIdentityFileHost extends org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host
  • Constructor Details

    • NoIdentityFileHost

      public NoIdentityFileHost(org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host delegate)
  • Method Details

    • getStrictHostKeyChecking

      public String getStrictHostKeyChecking()
      Overrides:
      getStrictHostKeyChecking in class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host
    • getHostName

      public String getHostName()
      Overrides:
      getHostName in class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host
    • getPort

      public int getPort()
      Overrides:
      getPort in class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host
    • getIdentityFile

      public File getIdentityFile()
      Overrides:
      getIdentityFile in class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host
    • getUser

      public String getUser()
      Overrides:
      getUser in class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host
    • getPreferredAuthentications

      public String getPreferredAuthentications()
      Overrides:
      getPreferredAuthentications in class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host
    • isBatchMode

      public boolean isBatchMode()
      Overrides:
      isBatchMode in class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host
    • getConnectionAttempts

      public int getConnectionAttempts()
      Overrides:
      getConnectionAttempts in class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host
    • getConfig

      public com.jcraft.jsch.ConfigRepository.Config getConfig()
      Overrides:
      getConfig in class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host
    • toString

      public String toString()
      Overrides:
      toString in class org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host