java.lang.Object
com.sshteam.lib.AbstractSshAutomationBuilder<A,B>
com.sshteam.lib.AbstractSshKeyCleanAutomationBuilder<SshKeyDeployAutomation,SshKeyDeployAutomationBuilder>
com.sshteam.lib.SshKeyDeployAutomationBuilder
public final class SshKeyDeployAutomationBuilder
extends AbstractSshKeyCleanAutomationBuilder<SshKeyDeployAutomation,SshKeyDeployAutomationBuilder>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal SshKeyDeployAutomationbuild()withAuthenticationKey(String authenticationKey) withAuthenticationKey(Optional<String> authenticationKey) withTestKey(Path authenticationKey) withTestKey(Optional<Path> authenticationKey) withUpgradeHelpersOnly(boolean upgradeHelpersOnly) withUsers(Collection<String> users) Methods inherited from class com.sshteam.lib.AbstractSshKeyCleanAutomationBuilder
withBackupConfiguration, withConfirmConfigChanges, withConfirmConfigChanges, withDefaultDirectivesFile, withDirectivesDirectory, withDirectivesDirectory, withDirectivesFile, withDirectivesFile, withKeyServer, withKeyServerPort, withUpdateDirectivesFileMethods inherited from class com.sshteam.lib.AbstractSshAutomationBuilder
withAgentSocket, withAgentSocket, withAuthenticationTimeout, withHost, withIdentityFile, withIdentityFile, withoutAgentAuthentication, withoutDefaultIdentities, withoutPasswordAuthentication, withPassphrase, withPassphrase, withPassphrasePrompt, withPassword, withPassword, withPasswordSupplier, withPort, withPrompter, withUsername, withVerboseProgress
-
Constructor Details
-
SshKeyDeployAutomationBuilder
public SshKeyDeployAutomationBuilder()
-
-
Method Details
-
withTools
-
withUpgradeHelpersOnly
-
withUpgradeHelpersOnly
-
withForceSyncronization
-
withPreventRootLogin
-
withRemovePasswordAuthentication
-
withoutProvisionConnectingUser
-
withUsers
-
withUsers
-
withTestKey
-
withTestKey
-
withAuthenticationKey
-
withAuthenticationKey
public final SshKeyDeployAutomationBuilder withAuthenticationKey(Optional<String> authenticationKey) -
build
- Specified by:
buildin classAbstractSshAutomationBuilder<SshKeyDeployAutomation,SshKeyDeployAutomationBuilder>
-