Uses of Class
com.google.jenkins.plugins.computeengine.ssh.GoogleKeyCredential
Packages that use GoogleKeyCredential
Package
Description
-
Uses of GoogleKeyCredential in com.google.jenkins.plugins.computeengine
Methods in com.google.jenkins.plugins.computeengine that return GoogleKeyCredentialMethods in com.google.jenkins.plugins.computeengine that return types with arguments of type GoogleKeyCredentialMethods in com.google.jenkins.plugins.computeengine with parameters of type GoogleKeyCredentialModifier and TypeMethodDescriptionvoid
InstanceConfiguration.setSshKeyCredential
(GoogleKeyCredential sshKeyCredential) ComputeEngineInstance.ComputeEngineInstanceBuilder.sshKeyCredential
(GoogleKeyCredential sshKeyCredential) InstanceConfiguration.Builder.sshKeyCredential
(GoogleKeyCredential sshKeyCredential) Constructors in com.google.jenkins.plugins.computeengine with parameters of type GoogleKeyCredentialModifierConstructorDescriptionInstanceConfiguration
(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) -
Uses of GoogleKeyCredential in com.google.jenkins.plugins.computeengine.ssh
Subclasses of GoogleKeyCredential in com.google.jenkins.plugins.computeengine.sshModifier and TypeClassDescriptionclass
Class to store auto generated key pair from SshKeysHelper Utilityclass
Class to store optional custom private key selected by user