Skip navigation links
A B C D E G I L M N O P R S T V W _ 

A

AbstractCloudDeployment - Class in com.google.jenkins.plugins.manage
Instances of this class represent a deployment being managed by the Google Cloud Deployment Manager.
AbstractCloudDeployment(String, String, CloudDeploymentModule) - Constructor for class com.google.jenkins.plugins.manage.AbstractCloudDeployment
Constructs the AbstractCloudDeployment from the provided information.
AbstractCloudDeployment.ResolvedPath - Class in com.google.jenkins.plugins.manage
Helper type for managing the resolution of the deployment path into its final form and managing the pieces.
AbstractCloudDeployment_CreatedDeploy(Object) - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.CreatedDeploy: Created new deployment: {0}.
AbstractCloudDeployment_CreatedDeployVerbose(Object, Object) - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.CreatedDeployVerbose: Created new deployment: {0} with spec: {1}.
AbstractCloudDeployment_CreateDeployException() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.CreateDeployException: Exception creating deployment.
AbstractCloudDeployment_DeleteComplete() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.DeleteComplete: Deletion complete!.
AbstractCloudDeployment_DeletedDeploy(Object) - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.DeletedDeploy: Deleted deployment: {0}.
AbstractCloudDeployment_DeleteDeployException() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.DeleteDeployException: Exception deleting deployment.
AbstractCloudDeployment_DeployComplete() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.DeployComplete: Deployment complete!.
AbstractCloudDeployment_DeployFailed(Object) - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.DeployFailed: Deployment failed for: {0}.
AbstractCloudDeployment_ExecutorExceptionWhileDeploying() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.ExecutorExceptionWhileDeploying: Bad state: RPC execution exception while deploying..
AbstractCloudDeployment_GetDeployException() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.GetDeployException: Exception getting deployment.
AbstractCloudDeployment_InsertRollback() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.InsertRollback: Failure deploying, attempting rollback..
AbstractCloudDeployment_InvalidDeploySpec() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.InvalidDeploySpec: Invalid deployment specification..
AbstractCloudDeployment_IOExceptionWhileDeploying() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.IOExceptionWhileDeploying: IO exception while deploying..
AbstractCloudDeployment_LogDelete(Object) - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.LogDelete: Deleting deployment: {0}.
AbstractCloudDeployment_LogInsert(Object) - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.LogInsert: Inserting deployment: {0}.
AbstractCloudDeployment_RollbackSuccess() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.RollbackSuccess: Rollback successful..
AbstractCloudDeployment_WaitDelete() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.WaitDelete: Waiting for deletion....
AbstractCloudDeployment_WaitDeploy() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.WaitDeploy: Waiting for deployment....
AbstractCloudDeployment_WaitTimeoutDelete() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.WaitTimeoutDelete: Timed out waiting for deletion..
AbstractCloudDeployment_WaitTimeoutDeploy() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.WaitTimeoutDeploy: Timed out waiting for deployment..
AbstractCloudDeploymentDescriptor - Class in com.google.jenkins.plugins.manage
Descriptor from which CloudDeployment extensions must derive their descriptor.
AbstractCloudDeploymentDescriptor(Class<? extends AbstractCloudDeployment>, CloudDeploymentModule) - Constructor for class com.google.jenkins.plugins.manage.AbstractCloudDeploymentDescriptor
Create the descriptor of the cloud deployment from it's type on associated module for instantiating dependencies.
AbstractCloudDeploymentDescriptor(Class<? extends AbstractCloudDeployment>) - Constructor for class com.google.jenkins.plugins.manage.AbstractCloudDeploymentDescriptor
Boilerplate, see: https://wiki.jenkins-ci.org/display/JENKINS/Defining+a+new+extension+point
AbstractCloudDeploymentDescriptor_BadComponent(Object) - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeploymentDescriptor.BadComponent: Components must match: {0}.
AbstractCloudDeploymentDescriptor_NotEmpty() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeploymentDescriptor.NotEmpty: Components cannot be empty.
AbstractCloudDeploymentDescriptor_SampleResolution(Object, Object) - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeploymentDescriptor.SampleResolution: {0} Sample variable resolution: {1}.
all() - Static method in class com.google.jenkins.plugins.deploy.BuildStepDetailsProvider
 
all() - Static method in class com.google.jenkins.plugins.manage.AbstractCloudDeployment
Boilerplate, see: https://wiki.jenkins-ci.org/display/JENKINS/Defining+a+new+extension+point

B

BuildStepDetailsProvider<T extends hudson.tasks.BuildStep> - Class in com.google.jenkins.plugins.deploy
An extension to provide additional details for a given BuildStep.
BuildStepDetailsProvider() - Constructor for class com.google.jenkins.plugins.deploy.BuildStepDetailsProvider
 
BuildStepDetailsProvider.MavenBuildStepDetailsProvider - Class in com.google.jenkins.plugins.deploy
BuildStepDetailsProvider.ShellBuildStepDetailsProvider - Class in com.google.jenkins.plugins.deploy
BuildStepDetailsProvider_MavenName() - Static method in class com.google.jenkins.plugins.deploy.Messages
Key BuildStepDetailsProvider.MavenName: Maven.

C

CloudDeploymentDeleter - Class in com.google.jenkins.plugins.manage
A specialized cloud deployment that is solely intended to turn down other deployments, regardless of their inserted form.
CloudDeploymentDeleter(String, String, CloudDeploymentModule) - Constructor for class com.google.jenkins.plugins.manage.CloudDeploymentDeleter
Constructs the cloud deployment from the provided information.
CloudDeploymentDeleter.DescriptorImpl - Class in com.google.jenkins.plugins.manage
Denotes that this is a cloud deployment plugin.
CloudDeploymentDeleter.ScopeRequirement - Class in com.google.jenkins.plugins.manage
Express the required scopes for deleting an arbitrary cloud deployment via this cloud deployment.
CloudDeploymentDeleter_DisplayName() - Static method in class com.google.jenkins.plugins.manage.Messages
Key CloudDeploymentDeleter.DisplayName: Google Cloud Deployment Turndown.
CloudDeploymentModule - Class in com.google.jenkins.plugins.manage
This module abstracts how the cloud deployment implementations instantiate their connection to the DeploymentManager service.
CloudDeploymentModule(Class<T>) - Constructor for class com.google.jenkins.plugins.manage.CloudDeploymentModule
Constructs the module for instantiating dependencies of the cloud deployment implementation with type clazz.
CloudDeploymentModule_AppName() - Static method in class com.google.jenkins.plugins.manage.Messages
Key CloudDeploymentModule.AppName: Jenkins Cloud Deployer.
CloudDeploymentModule_ConnectionError() - Static method in class com.google.jenkins.plugins.manage.Messages
Key CloudDeploymentModule.ConnectionError: Exception connecting to Deployment Manager.
CloudManagementException - Exception in com.google.jenkins.plugins.manage
The class of exceptions that occur during actions of CloudManagers
CloudManagementException(String) - Constructor for exception com.google.jenkins.plugins.manage.CloudManagementException
 
CloudManagementException(String, Throwable) - Constructor for exception com.google.jenkins.plugins.manage.CloudManagementException
 
com.google.jenkins.plugins.deploy - package com.google.jenkins.plugins.deploy
 
com.google.jenkins.plugins.manage - package com.google.jenkins.plugins.manage
 
configure(StaplerRequest, JSONObject) - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeploymentDescriptor
createDeployment(DeploymentManager, Deployment) - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeployment
Creates a new deployment.

D

defaultName(BuildStep) - Static method in class com.google.jenkins.plugins.deploy.BuildStepDetailsProvider
 
delete(EnvVars, PrintStream) - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeployment
NOTE: This should be treated as final, but is not to allow mocking.
deleteDeployment(DeploymentManager, String) - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeployment
Deletes a deployment.
deploymentName - Variable in class com.google.jenkins.plugins.manage.AbstractCloudDeployment.ResolvedPath
 
DescriptorImpl() - Constructor for class com.google.jenkins.plugins.deploy.GoogleCloudManagerBuildWrapper.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.google.jenkins.plugins.deploy.GoogleCloudManagerDeployer.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.google.jenkins.plugins.manage.CloudDeploymentDeleter.DescriptorImpl
 
DescriptorImpl(Class<? extends CloudDeploymentDeleter>) - Constructor for class com.google.jenkins.plugins.manage.CloudDeploymentDeleter.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.google.jenkins.plugins.manage.TemplatedCloudDeployment.DescriptorImpl
 
DescriptorImpl(Class<? extends TemplatedCloudDeployment>) - Constructor for class com.google.jenkins.plugins.manage.TemplatedCloudDeployment.DescriptorImpl
 
DetailFor - Annotation Type in com.google.jenkins.plugins.deploy
This annotation is intended to go on implementations of the BuildStepDetailsProvider to indicate the kinds of build steps for which it provides details.
DetailsProvider() - Constructor for class com.google.jenkins.plugins.deploy.GoogleCloudManagerDeployer.DetailsProvider
 
doCheckConfigFilePath(String, AbstractProject) - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeploymentDescriptor
This callback validates the configFilePath specified by the user.
doCheckConfigFilePath(String) - Method in class com.google.jenkins.plugins.manage.TemplatedCloudDeployment.DescriptorImpl
Form validation for the configFilePath field.
doCheckDeploymentName(String, AbstractProject) - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeploymentDescriptor
This callback validates the deploymentName specified by the user.

E

execute(AbstractGoogleJsonClientRequest<T>) - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeployment
Pass the given request through the executor.

G

getCompatibleCloudDeployments(Descriptor) - Static method in class com.google.jenkins.plugins.manage.AbstractCloudDeployment
This method is called by plugins utilizing this extension point for managing deployments, such as a Publisher, BuildWrapper, or Cloud.
getConfigFilePath() - Method in class com.google.jenkins.plugins.manage.TemplatedCloudDeployment
 
getCredentials() - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeployment
Retrieve the credentials for this cloud deployment.
getCredentialsId() - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeployment
 
getDeployment() - Method in class com.google.jenkins.plugins.deploy.GoogleCloudManagerBuildWrapper
The type of cloud deployment the user wants to deploy for the scope of the build.
getDeployment() - Method in class com.google.jenkins.plugins.deploy.GoogleCloudManagerDeployer
 
getDeployment(DeploymentManager, String) - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeployment
Fetches a deployment.
getDeploymentName() - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeployment
 
getDescriptor() - Method in class com.google.jenkins.plugins.deploy.GoogleCloudManagerBuildWrapper
getDescriptor() - Method in class com.google.jenkins.plugins.deploy.GoogleCloudManagerDeployer
getDescriptor() - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeployment
Boilerplate, see: https://wiki.jenkins-ci.org/display/JENKINS/Defining+a+new+extension+point
getDetails(T) - Method in class com.google.jenkins.plugins.deploy.BuildStepDetailsProvider
 
getDetails(Maven) - Method in class com.google.jenkins.plugins.deploy.BuildStepDetailsProvider.MavenBuildStepDetailsProvider
getDetails(Shell) - Method in class com.google.jenkins.plugins.deploy.BuildStepDetailsProvider.ShellBuildStepDetailsProvider
getDetails(GoogleCloudManagerDeployer) - Method in class com.google.jenkins.plugins.deploy.GoogleCloudManagerDeployer.DetailsProvider
getDisplayName() - Method in class com.google.jenkins.plugins.deploy.GoogleCloudManagerBuildWrapper.DescriptorImpl
getDisplayName() - Method in class com.google.jenkins.plugins.deploy.GoogleCloudManagerDeployer.DescriptorImpl
getDisplayName() - Method in class com.google.jenkins.plugins.manage.CloudDeploymentDeleter.DescriptorImpl
getDisplayName() - Method in class com.google.jenkins.plugins.manage.TemplatedCloudDeployment.DescriptorImpl
getFullCmd(T) - Method in class com.google.jenkins.plugins.deploy.BuildStepDetailsProvider
This provides a hook by which detail provider may provide different full command line details as getDetails() method.
getFullCmd(Maven) - Method in class com.google.jenkins.plugins.deploy.BuildStepDetailsProvider.MavenBuildStepDetailsProvider
This provides a hook by which detail provider may provide different full command line details as getDetails() method.
getImportPaths() - Method in class com.google.jenkins.plugins.manage.TemplatedCloudDeployment
 
getModule() - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeployment
 
getModule() - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeploymentDescriptor
Retrieve the module to use for instantiating dependencies for instances described by this descriptor.
getName(T) - Method in class com.google.jenkins.plugins.deploy.BuildStepDetailsProvider
This provides a hook by which detail providers may decide to not use the display name of the plugin as the waypoint name.
getName(Maven) - Method in class com.google.jenkins.plugins.deploy.BuildStepDetailsProvider.MavenBuildStepDetailsProvider
This provides a hook by which detail providers may decide to not use the display name of the plugin as the waypoint name.
getProjectId() - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeployment
Retrieve the project id for this cloud deployment.
getRequiredMonitorService() - Method in class com.google.jenkins.plugins.deploy.GoogleCloudManagerDeployer
getRequirement() - Method in class com.google.jenkins.plugins.manage.CloudDeploymentModule
 
getRootUrl() - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeploymentDescriptor
Retrieve the root URL that should be used for Google Deployment Manager API calls.
getScopes() - Method in class com.google.jenkins.plugins.manage.CloudDeploymentDeleter.ScopeRequirement
getScopes() - Method in class com.google.jenkins.plugins.manage.TemplatedCloudDeployment.ScopeRequirement
getServicePath() - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeploymentDescriptor
Retrieve the service path that should be used for Google Deployment Manager API calls.
GoogleCloudManagerBuildWrapper - Class in com.google.jenkins.plugins.deploy
This BuildWrapper implementation configures an ephemeral deployment that is scoped to the active build.
GoogleCloudManagerBuildWrapper(AbstractCloudDeployment) - Constructor for class com.google.jenkins.plugins.deploy.GoogleCloudManagerBuildWrapper
Constructs an ephemeral deployer.
GoogleCloudManagerBuildWrapper.DescriptorImpl - Class in com.google.jenkins.plugins.deploy
The descriptor for our GoogleCloudManagerBuildWrapper plugin.
GoogleCloudManagerBuildWrapper_DisplayName() - Static method in class com.google.jenkins.plugins.deploy.Messages
Key GoogleCloudManagerBuildWrapper.DisplayName: Google Cloud Ephemeral Deployer.
GoogleCloudManagerDeployer - Class in com.google.jenkins.plugins.deploy
After a successful build, this plugin deploys to Google Cloud Platform via the Deployment Manager API.
GoogleCloudManagerDeployer(AbstractCloudDeployment) - Constructor for class com.google.jenkins.plugins.deploy.GoogleCloudManagerDeployer
Constructs a deployer.
GoogleCloudManagerDeployer.DescriptorImpl - Class in com.google.jenkins.plugins.deploy
The descriptor for our GoogleCloudManagerDeployer Jenkins plugin.
GoogleCloudManagerDeployer.DetailsProvider - Class in com.google.jenkins.plugins.deploy
BuildStepDetailsProvider for the Cloud Manager Deployer.
GoogleCloudManagerDeployer_DisplayName() - Static method in class com.google.jenkins.plugins.deploy.Messages
Key GoogleCloudManagerDeployer.DisplayName: Google Cloud Deployer.
GoogleCloudManagerDeployer_EnvironmentException() - Static method in class com.google.jenkins.plugins.deploy.Messages
Key GoogleCloudManagerDeployer.EnvironmentException: Exception accessing build environment.

I

insert(FilePath, EnvVars, PrintStream) - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeployment
 
insert(String, Iterable<FilePath>, EnvVars, PrintStream) - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeployment
NOTE: This should be treated as final, but is not to allow mocking.
insert(FilePath, EnvVars, PrintStream) - Method in class com.google.jenkins.plugins.manage.CloudDeploymentDeleter
Wire insert to delete
insert(FilePath, EnvVars, PrintStream) - Method in class com.google.jenkins.plugins.manage.TemplatedCloudDeployment
 
isApplicable(BuildStep) - Method in class com.google.jenkins.plugins.deploy.BuildStepDetailsProvider
 
isApplicable(AbstractProject<?, ?>) - Method in class com.google.jenkins.plugins.deploy.GoogleCloudManagerBuildWrapper.DescriptorImpl
isApplicable(Class<? extends AbstractProject>) - Method in class com.google.jenkins.plugins.deploy.GoogleCloudManagerDeployer.DescriptorImpl
isApplicable(Descriptor) - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeploymentDescriptor
Determines whether the given cloud deployment is suitable for use with a particular class of extensions.
isApplicable(Descriptor) - Method in class com.google.jenkins.plugins.manage.CloudDeploymentDeleter.DescriptorImpl
Determines whether the given cloud deployment is suitable for use with a particular class of extensions.
isApplicable(Descriptor) - Method in class com.google.jenkins.plugins.manage.TemplatedCloudDeployment.DescriptorImpl
Determines whether the given cloud deployment is suitable for use with a particular class of extensions.
isStatusOf(Operation) - Method in enum com.google.jenkins.plugins.manage.OperationStatus
 

L

log(String) - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeployment
This is a short-hand that issues the given message through our client's logging stream.

M

MavenBuildStepDetailsProvider() - Constructor for class com.google.jenkins.plugins.deploy.BuildStepDetailsProvider.MavenBuildStepDetailsProvider
 
Messages - Class in com.google.jenkins.plugins.deploy
Generated localization support class.
Messages() - Constructor for class com.google.jenkins.plugins.deploy.Messages
 
Messages - Class in com.google.jenkins.plugins.manage
Generated localization support class.
Messages() - Constructor for class com.google.jenkins.plugins.manage.Messages
 

N

newExecutor() - Method in class com.google.jenkins.plugins.manage.CloudDeploymentModule
Interface for requesting the Executor for executing requests.
newManager(GoogleRobotCredentials) - Method in class com.google.jenkins.plugins.manage.CloudDeploymentModule
Interface for requesting new connections to the DeploymentManager service.

O

OperationStatus - Enum in com.google.jenkins.plugins.manage
Represents the status of an operation

P

perform(AbstractBuild, Launcher, BuildListener) - Method in class com.google.jenkins.plugins.deploy.GoogleCloudManagerDeployer

R

resolveDetails(BuildStep) - Static method in class com.google.jenkins.plugins.deploy.BuildStepDetailsProvider
 
ResolvedPath(String, EnvVars) - Constructor for class com.google.jenkins.plugins.manage.AbstractCloudDeployment.ResolvedPath
 
resolveFullCmd(BuildStep) - Static method in class com.google.jenkins.plugins.deploy.BuildStepDetailsProvider
 
resolveName(BuildStep) - Static method in class com.google.jenkins.plugins.deploy.BuildStepDetailsProvider
 

S

ScopeRequirement() - Constructor for class com.google.jenkins.plugins.manage.CloudDeploymentDeleter.ScopeRequirement
 
ScopeRequirement() - Constructor for class com.google.jenkins.plugins.manage.TemplatedCloudDeployment.ScopeRequirement
 
setUp(AbstractBuild, Launcher, BuildListener) - Method in class com.google.jenkins.plugins.deploy.GoogleCloudManagerBuildWrapper
ShellBuildStepDetailsProvider() - Constructor for class com.google.jenkins.plugins.deploy.BuildStepDetailsProvider.ShellBuildStepDetailsProvider
 

T

TemplatedCloudDeployment - Class in com.google.jenkins.plugins.manage
This implementation of the cloud deployment inserts and/or deletes a set of resources specified in a yaml-file template.
TemplatedCloudDeployment(String, String, String, String, CloudDeploymentModule) - Constructor for class com.google.jenkins.plugins.manage.TemplatedCloudDeployment
Constructs the cloud deployment from the provided information.
TemplatedCloudDeployment.DescriptorImpl - Class in com.google.jenkins.plugins.manage
Denotes that this is a cloud deployment plugin.
TemplatedCloudDeployment.ScopeRequirement - Class in com.google.jenkins.plugins.manage
Express the required scopes for an arbitrary Google Cloud deployment via this cloud deployment.
TemplatedCloudDeployment_DisplayName() - Static method in class com.google.jenkins.plugins.manage.Messages
Key TemplatedCloudDeployment.DisplayName: Google Cloud Deployment from Yaml Config File.
TemplatedCloudDeployment_NotEmpty() - Static method in class com.google.jenkins.plugins.manage.Messages
Key TemplatedCloudDeployment.NotEmpty: Cannot be empty.
TemplatedCloudDeployment_UnspecifiedConfigFileError() - Static method in class com.google.jenkins.plugins.manage.Messages
Key TemplatedCloudDeployment.UnspecifiedConfigFileError: A config file must be specified..
toString() - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeployment.ResolvedPath
 

V

valueOf(String) - Static method in enum com.google.jenkins.plugins.manage.OperationStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.jenkins.plugins.manage.OperationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
verbose - Static variable in class com.google.jenkins.plugins.manage.AbstractCloudDeployment
Controls how verbose to make the logs

W

waitUntilDeleted(DeploymentManager, Operation) - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeployment
Waits for the newly delete deployment operation to be done.
waitUntilDeployed(DeploymentManager, Operation) - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeployment
Waits for the deployment insertion to terminate.
waitUntilDone(DeploymentManager, Operation, boolean) - Method in class com.google.jenkins.plugins.manage.AbstractCloudDeployment
Waits for the given operation to terminate.

_

_AbstractCloudDeployment_CreatedDeploy(Object) - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.CreatedDeploy: Created new deployment: {0}.
_AbstractCloudDeployment_CreatedDeployVerbose(Object, Object) - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.CreatedDeployVerbose: Created new deployment: {0} with spec: {1}.
_AbstractCloudDeployment_CreateDeployException() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.CreateDeployException: Exception creating deployment.
_AbstractCloudDeployment_DeleteComplete() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.DeleteComplete: Deletion complete!.
_AbstractCloudDeployment_DeletedDeploy(Object) - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.DeletedDeploy: Deleted deployment: {0}.
_AbstractCloudDeployment_DeleteDeployException() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.DeleteDeployException: Exception deleting deployment.
_AbstractCloudDeployment_DeployComplete() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.DeployComplete: Deployment complete!.
_AbstractCloudDeployment_DeployFailed(Object) - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.DeployFailed: Deployment failed for: {0}.
_AbstractCloudDeployment_ExecutorExceptionWhileDeploying() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.ExecutorExceptionWhileDeploying: Bad state: RPC execution exception while deploying..
_AbstractCloudDeployment_GetDeployException() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.GetDeployException: Exception getting deployment.
_AbstractCloudDeployment_InsertRollback() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.InsertRollback: Failure deploying, attempting rollback..
_AbstractCloudDeployment_InvalidDeploySpec() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.InvalidDeploySpec: Invalid deployment specification..
_AbstractCloudDeployment_IOExceptionWhileDeploying() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.IOExceptionWhileDeploying: IO exception while deploying..
_AbstractCloudDeployment_LogDelete(Object) - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.LogDelete: Deleting deployment: {0}.
_AbstractCloudDeployment_LogInsert(Object) - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.LogInsert: Inserting deployment: {0}.
_AbstractCloudDeployment_RollbackSuccess() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.RollbackSuccess: Rollback successful..
_AbstractCloudDeployment_WaitDelete() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.WaitDelete: Waiting for deletion....
_AbstractCloudDeployment_WaitDeploy() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.WaitDeploy: Waiting for deployment....
_AbstractCloudDeployment_WaitTimeoutDelete() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.WaitTimeoutDelete: Timed out waiting for deletion..
_AbstractCloudDeployment_WaitTimeoutDeploy() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeployment.WaitTimeoutDeploy: Timed out waiting for deployment..
_AbstractCloudDeploymentDescriptor_BadComponent(Object) - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeploymentDescriptor.BadComponent: Components must match: {0}.
_AbstractCloudDeploymentDescriptor_NotEmpty() - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeploymentDescriptor.NotEmpty: Components cannot be empty.
_AbstractCloudDeploymentDescriptor_SampleResolution(Object, Object) - Static method in class com.google.jenkins.plugins.manage.Messages
Key AbstractCloudDeploymentDescriptor.SampleResolution: {0} Sample variable resolution: {1}.
_BuildStepDetailsProvider_MavenName() - Static method in class com.google.jenkins.plugins.deploy.Messages
Key BuildStepDetailsProvider.MavenName: Maven.
_CloudDeploymentDeleter_DisplayName() - Static method in class com.google.jenkins.plugins.manage.Messages
Key CloudDeploymentDeleter.DisplayName: Google Cloud Deployment Turndown.
_CloudDeploymentModule_AppName() - Static method in class com.google.jenkins.plugins.manage.Messages
Key CloudDeploymentModule.AppName: Jenkins Cloud Deployer.
_CloudDeploymentModule_ConnectionError() - Static method in class com.google.jenkins.plugins.manage.Messages
Key CloudDeploymentModule.ConnectionError: Exception connecting to Deployment Manager.
_GoogleCloudManagerBuildWrapper_DisplayName() - Static method in class com.google.jenkins.plugins.deploy.Messages
Key GoogleCloudManagerBuildWrapper.DisplayName: Google Cloud Ephemeral Deployer.
_GoogleCloudManagerDeployer_DisplayName() - Static method in class com.google.jenkins.plugins.deploy.Messages
Key GoogleCloudManagerDeployer.DisplayName: Google Cloud Deployer.
_GoogleCloudManagerDeployer_EnvironmentException() - Static method in class com.google.jenkins.plugins.deploy.Messages
Key GoogleCloudManagerDeployer.EnvironmentException: Exception accessing build environment.
_TemplatedCloudDeployment_DisplayName() - Static method in class com.google.jenkins.plugins.manage.Messages
Key TemplatedCloudDeployment.DisplayName: Google Cloud Deployment from Yaml Config File.
_TemplatedCloudDeployment_NotEmpty() - Static method in class com.google.jenkins.plugins.manage.Messages
Key TemplatedCloudDeployment.NotEmpty: Cannot be empty.
_TemplatedCloudDeployment_UnspecifiedConfigFileError() - Static method in class com.google.jenkins.plugins.manage.Messages
Key TemplatedCloudDeployment.UnspecifiedConfigFileError: A config file must be specified..
A B C D E G I L M N O P R S T V W _ 
Skip navigation links

Copyright © 2016. All rights reserved.