Uses of Class
hudson.plugins.ec2.EC2Computer
Packages that use EC2Computer
Package
Description
-
Uses of EC2Computer in hudson.plugins.ec2
Methods in hudson.plugins.ec2 with parameters of type EC2ComputerModifier and TypeMethodDescriptionlong
EC2RetentionStrategy.check
(EC2Computer c) protected abstract void
EC2ComputerLauncher.launchScript
(EC2Computer computer, TaskListener listener) Stage 2 of the launch.void
EC2RetentionStrategy.start
(EC2Computer c) Called when a newEC2Computer
object is introduced (such as when Hudson started, or when a new agent is added.)Constructor parameters in hudson.plugins.ec2 with type arguments of type EC2ComputerModifierConstructorDescriptionEC2AbstractSlave
(String name, String instanceId, String templateDescription, String remoteFS, int numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy<EC2Computer> retentionStrategy, String initScript, String tmpDir, List<? extends NodeProperty<?>> nodeProperties, String remoteAdmin, String jvmopts, boolean stopOnTerminate, String idleTerminationMinutes, List<EC2Tag> tags, String cloudName, boolean usePrivateDnsName, boolean useDedicatedTenancy, int launchTimeout, AMITypeData amiType) Deprecated.EC2AbstractSlave
(String name, String instanceId, String templateDescription, String remoteFS, int numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy<EC2Computer> retentionStrategy, String initScript, String tmpDir, List<? extends NodeProperty<?>> nodeProperties, String remoteAdmin, String jvmopts, boolean stopOnTerminate, String idleTerminationMinutes, List<EC2Tag> tags, String cloudName, boolean useDedicatedTenancy, int launchTimeout, AMITypeData amiType, ConnectionStrategy connectionStrategy, int maxTotalUses) Deprecated.EC2AbstractSlave
(String name, String instanceId, String templateDescription, String remoteFS, int numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy<EC2Computer> retentionStrategy, String initScript, String tmpDir, List<? extends NodeProperty<?>> nodeProperties, String remoteAdmin, String jvmopts, boolean stopOnTerminate, String idleTerminationMinutes, List<EC2Tag> tags, String cloudName, int launchTimeout, AMITypeData amiType, ConnectionStrategy connectionStrategy, int maxTotalUses, Tenancy tenancy) Deprecated.EC2AbstractSlave
(String name, String instanceId, String templateDescription, String remoteFS, int numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy<EC2Computer> retentionStrategy, String initScript, String tmpDir, List<? extends NodeProperty<?>> nodeProperties, String remoteAdmin, String javaPath, String jvmopts, boolean stopOnTerminate, String idleTerminationMinutes, List<EC2Tag> tags, String cloudName, int launchTimeout, AMITypeData amiType, ConnectionStrategy connectionStrategy, int maxTotalUses, Tenancy tenancy, Boolean metadataEndpointEnabled, Boolean metadataTokensRequired, Integer metadataHopsLimit) Deprecated.EC2AbstractSlave
(String name, String instanceId, String templateDescription, String remoteFS, int numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy<EC2Computer> retentionStrategy, String initScript, String tmpDir, List<? extends NodeProperty<?>> nodeProperties, String remoteAdmin, String javaPath, String jvmopts, boolean stopOnTerminate, String idleTerminationMinutes, List<EC2Tag> tags, String cloudName, int launchTimeout, AMITypeData amiType, ConnectionStrategy connectionStrategy, int maxTotalUses, Tenancy tenancy, Boolean metadataEndpointEnabled, Boolean metadataTokensRequired, Integer metadataHopsLimit, Boolean metadataSupported) Deprecated.EC2AbstractSlave
(String name, String instanceId, String templateDescription, String remoteFS, int numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy<EC2Computer> retentionStrategy, String initScript, String tmpDir, List<? extends NodeProperty<?>> nodeProperties, String remoteAdmin, String javaPath, String jvmopts, boolean stopOnTerminate, String idleTerminationMinutes, List<EC2Tag> tags, String cloudName, int launchTimeout, AMITypeData amiType, ConnectionStrategy connectionStrategy, int maxTotalUses, Tenancy tenancy, Boolean metadataEndpointEnabled, Boolean metadataTokensRequired, Integer metadataHopsLimit, Boolean metadataSupported, Boolean enclaveEnabled) -
Uses of EC2Computer in hudson.plugins.ec2.ssh
Methods in hudson.plugins.ec2.ssh with parameters of type EC2ComputerModifier and TypeMethodDescriptionprotected String
EC2MacLauncher.buildUpCommand
(EC2Computer computer, String command) protected String
EC2UnixLauncher.buildUpCommand
(EC2Computer computer, String command) protected void
EC2MacLauncher.launchScript
(EC2Computer computer, TaskListener listener) protected void
EC2UnixLauncher.launchScript
(EC2Computer computer, TaskListener listener) protected void
EC2MacLauncher.log
(Level level, EC2Computer computer, TaskListener listener, String message) protected void
EC2UnixLauncher.log
(Level level, EC2Computer computer, TaskListener listener, String message) protected void
EC2MacLauncher.logException
(EC2Computer computer, TaskListener listener, String message, Throwable exception) protected void
EC2UnixLauncher.logException
(EC2Computer computer, TaskListener listener, String message, Throwable exception) protected void
EC2MacLauncher.logInfo
(EC2Computer computer, TaskListener listener, String message) protected void
EC2UnixLauncher.logInfo
(EC2Computer computer, TaskListener listener, String message) protected void
EC2MacLauncher.logWarning
(EC2Computer computer, TaskListener listener, String message) protected void
EC2UnixLauncher.logWarning
(EC2Computer computer, TaskListener listener, String message) -
Uses of EC2Computer in hudson.plugins.ec2.ssh.verifiers
Methods in hudson.plugins.ec2.ssh.verifiers with parameters of type EC2ComputerModifier and TypeMethodDescriptionboolean
AcceptNewStrategy.verify
(EC2Computer computer, HostKey hostKey, TaskListener listener) boolean
CheckNewHardStrategy.verify
(EC2Computer computer, HostKey hostKey, TaskListener listener) boolean
CheckNewSoftStrategy.verify
(EC2Computer computer, HostKey hostKey, TaskListener listener) boolean
NonVerifyingKeyVerificationStrategy.verify
(EC2Computer computer, HostKey hostKey, TaskListener listener) abstract boolean
SshHostKeyVerificationStrategy.verify
(EC2Computer computer, HostKey hostKey, TaskListener listener) Check if the given key is valid for the host identifier. -
Uses of EC2Computer in hudson.plugins.ec2.util
Methods in hudson.plugins.ec2.util with parameters of type EC2ComputerModifier and TypeMethodDescriptionList<org.apache.sshd.common.signature.BuiltinSignatures>
SSHClientHelper.getPreferredSignatures
(EC2Computer computer) Return an ordered list of signature algorithms that should be used.org.apache.sshd.client.SshClient
SSHClientHelper.setupSshClient
(EC2Computer computer) Set up an SSH client configured for the givenEC2Computer
. -
Uses of EC2Computer in hudson.plugins.ec2.win
Methods in hudson.plugins.ec2.win with parameters of type EC2ComputerModifier and TypeMethodDescriptionprotected void
EC2WindowsLauncher.launchScript
(EC2Computer computer, TaskListener listener)