Package io.jenkins.docker.connector
Class DockerComputerSSHConnector.ManuallyConfiguredSSHKey
java.lang.Object
hudson.model.AbstractDescribableImpl<DockerComputerSSHConnector.SSHKeyStrategy>
io.jenkins.docker.connector.DockerComputerSSHConnector.SSHKeyStrategy
io.jenkins.docker.connector.DockerComputerSSHConnector.ManuallyConfiguredSSHKey
- All Implemented Interfaces:
- Describable<DockerComputerSSHConnector.SSHKeyStrategy>
- Enclosing class:
- DockerComputerSSHConnector
public static class DockerComputerSSHConnector.ManuallyConfiguredSSHKey
extends DockerComputerSSHConnector.SSHKeyStrategy
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final class
- 
Constructor SummaryConstructorsConstructorDescriptionManuallyConfiguredSSHKey(String credentialsId, hudson.plugins.sshslaves.verifiers.SshHostKeyVerificationStrategy sshHostKeyVerificationStrategy) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanhudson.plugins.sshslaves.verifiers.SshHostKeyVerificationStrategygetSSHLauncher(InetSocketAddress address, DockerComputerSSHConnector connector) getUser()inthashCode()toString()Methods inherited from class hudson.model.AbstractDescribableImplgetDescriptor
- 
Constructor Details- 
ManuallyConfiguredSSHKey@DataBoundConstructor public ManuallyConfiguredSSHKey(String credentialsId, hudson.plugins.sshslaves.verifiers.SshHostKeyVerificationStrategy sshHostKeyVerificationStrategy) 
 
- 
- 
Method Details- 
getCredentialsId
- 
getUser- Specified by:
- getUserin class- DockerComputerSSHConnector.SSHKeyStrategy
 
- 
getSshHostKeyVerificationStrategypublic hudson.plugins.sshslaves.verifiers.SshHostKeyVerificationStrategy getSshHostKeyVerificationStrategy()
- 
hashCodepublic int hashCode()- Specified by:
- hashCodein class- DockerComputerSSHConnector.SSHKeyStrategy
 
- 
equals- Specified by:
- equalsin class- DockerComputerSSHConnector.SSHKeyStrategy
 
- 
toString- Specified by:
- toStringin class- DockerComputerSSHConnector.SSHKeyStrategy
 
- 
getSSHLauncherpublic ComputerLauncher getSSHLauncher(InetSocketAddress address, DockerComputerSSHConnector connector) throws IOException - Specified by:
- getSSHLauncherin class- DockerComputerSSHConnector.SSHKeyStrategy
- Throws:
- IOException
 
- 
getInjectedKey- Specified by:
- getInjectedKeyin class- DockerComputerSSHConnector.SSHKeyStrategy
- Throws:
- IOException
 
 
-