- 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
- 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
-
- 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.
- _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..