Uses of Class
com.google.jenkins.plugins.computeengine.SshConfiguration
Packages that use SshConfiguration
-
Uses of SshConfiguration in com.google.jenkins.plugins.computeengine
Methods in com.google.jenkins.plugins.computeengine that return SshConfigurationModifier and TypeMethodDescriptionSshConfiguration.Builder.build()
static SshConfiguration
InstanceConfiguration.DescriptorImpl.defaultSshConfiguration()
ComputeEngineInstance.getSshConfig()
InstanceConfiguration.getSshConfiguration()
Methods in com.google.jenkins.plugins.computeengine that return types with arguments of type SshConfigurationMethods in com.google.jenkins.plugins.computeengine with parameters of type SshConfigurationModifier and TypeMethodDescriptionvoid
InstanceConfiguration.setSshConfiguration
(SshConfiguration sshConfiguration) ComputeEngineInstance.ComputeEngineInstanceBuilder.sshConfig
(SshConfiguration sshConfig) InstanceConfiguration.Builder.sshConfiguration
(SshConfiguration sshConfiguration) Constructors in com.google.jenkins.plugins.computeengine with parameters of type SshConfigurationModifierConstructorDescriptionInstanceConfiguration
(String description, String namePrefix, String region, String zone, String machineType, String numExecutorsStr, String startupScript, ProvisioningType provisioningType, String minCpuPlatform, String labels, String runAsUser, String bootDiskType, boolean bootDiskAutoDelete, String bootDiskSourceImageName, String bootDiskSourceImageProject, NetworkConfiguration networkConfiguration, NetworkInterfaceIpStackMode networkInterfaceIpStackMode, Boolean externalAddress, boolean useInternalAddress, boolean ignoreProxy, String networkTags, String serviceAccountEmail, Node.Mode mode, AcceleratorConfiguration acceleratorConfiguration, String retentionTimeMinutesStr, String launchTimeoutSecondsStr, String bootDiskSizeGbStr, boolean oneShot, String template, WindowsConfiguration windowsConfiguration, SshConfiguration sshConfiguration, boolean createSnapshot, String remoteFs, String javaExecPath, GoogleKeyCredential sshKeyCredential, Map<String, String> googleLabels, Integer numExecutors, Integer retentionTimeMinutes, Integer launchTimeoutSeconds, Long bootDiskSizeGb, Set<LabelAtom> labelSet, ComputeEngineCloud cloud, boolean preemptible)