Serialized Form
-
Package com.google.jenkins.plugins.computeengine
-
Exception com.google.jenkins.plugins.computeengine.CloudNotFoundException
class CloudNotFoundException extends RuntimeException implements Serializable -
Class com.google.jenkins.plugins.computeengine.ComputeEngineInstance
class ComputeEngineInstance extends AbstractCloudSlave implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cloudName
String cloudName
-
connected
Boolean connected
-
createSnapshot
boolean createSnapshot
-
ignoreProxy
boolean ignoreProxy
-
javaExecPath
String javaExecPath
-
launchTimeout
Integer launchTimeout
-
oneShot
boolean oneShot
-
sshConfig
SshConfiguration sshConfig
-
sshKeyCredential
GoogleKeyCredential sshKeyCredential
-
sshUser
String sshUser
-
windowsConfig
WindowsConfiguration windowsConfig
-
zone
String zone
-
-
Class com.google.jenkins.plugins.computeengine.ComputeEngineScopeRequirement
class ComputeEngineScopeRequirement extends com.google.jenkins.plugins.credentials.oauth.GoogleOAuth2ScopeRequirement implements Serializable -
Exception com.google.jenkins.plugins.computeengine.NoConfigurationException
class NoConfigurationException extends Exception implements Serializable -
Class com.google.jenkins.plugins.computeengine.SshConfiguration
class SshConfiguration extends Object implements Serializable-
Serialized Fields
-
customPrivateKeyCredentialsId
String customPrivateKeyCredentialsId
-
-
-
Class com.google.jenkins.plugins.computeengine.WindowsConfiguration
class WindowsConfiguration extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.google.jenkins.plugins.computeengine.ssh
-
Class com.google.jenkins.plugins.computeengine.ssh.GoogleKeyCredential
class GoogleKeyCredential extends Object implements Serializable-
Serialized Fields
-
user
String user
-
-
-
Class com.google.jenkins.plugins.computeengine.ssh.GoogleKeyPair
class GoogleKeyPair extends GoogleKeyCredential implements Serializable -
Class com.google.jenkins.plugins.computeengine.ssh.GooglePrivateKey
class GooglePrivateKey extends GoogleKeyCredential implements Serializable-
Serialized Fields
-
privateKey
Secret privateKey
-
-
-