com.dtolabs.rundeck.core.tasks.net
Interface SSHTaskBuilder.SSHConnectionInfo

Enclosing class:
SSHTaskBuilder

public static interface SSHTaskBuilder.SSHConnectionInfo

Defines the authentication input for a build


Method Summary
 SSHTaskBuilder.AuthenticationType getAuthenticationType()
           
 java.lang.String getPassword()
           
 java.lang.String getPrivateKeyfilePath()
           
 java.lang.String getPrivateKeyPassphrase()
          Return the private key passphrase if set, or null.
 int getSSHTimeout()
           
 java.lang.String getUsername()
           
 

Method Detail

getAuthenticationType

SSHTaskBuilder.AuthenticationType getAuthenticationType()

getPrivateKeyfilePath

java.lang.String getPrivateKeyfilePath()

getPrivateKeyPassphrase

java.lang.String getPrivateKeyPassphrase()
Return the private key passphrase if set, or null.


getPassword

java.lang.String getPassword()

getSSHTimeout

int getSSHTimeout()

getUsername

java.lang.String getUsername()