Uses of Class
com.google.jenkins.plugins.computeengine.WindowsConfiguration
Packages that use WindowsConfiguration
-
Uses of WindowsConfiguration in com.google.jenkins.plugins.computeengine
Methods in com.google.jenkins.plugins.computeengine that return WindowsConfigurationModifier and TypeMethodDescriptionWindowsConfiguration.Builder.build()
static WindowsConfiguration
InstanceConfiguration.DescriptorImpl.defaultWindowsConfiguration()
ComputeEngineInstance.getWindowsConfig()
InstanceConfiguration.getWindowsConfiguration()
Methods in com.google.jenkins.plugins.computeengine that return types with arguments of type WindowsConfigurationMethods in com.google.jenkins.plugins.computeengine with parameters of type WindowsConfigurationModifier and TypeMethodDescriptionstatic boolean
ComputeEngineWindowsLauncher.authenticateSSH
(String windowsUsername, WindowsConfiguration windowsConfig, com.trilead.ssh2.Connection sshConnection, TaskListener listener) void
InstanceConfiguration.setWindowsConfiguration
(WindowsConfiguration windowsConfiguration) ComputeEngineInstance.ComputeEngineInstanceBuilder.windowsConfig
(WindowsConfiguration windowsConfig) InstanceConfiguration.Builder.windowsConfiguration
(WindowsConfiguration windowsConfiguration) Constructors in com.google.jenkins.plugins.computeengine with parameters of type WindowsConfigurationModifierConstructorDescriptionInstanceConfiguration
(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)