Package | Description |
---|---|
com.google.jenkins.plugins.deploy | |
com.google.jenkins.plugins.manage |
Modifier and Type | Method and Description |
---|---|
AbstractCloudDeployment |
GoogleCloudManagerBuildWrapper.getDeployment()
The type of cloud deployment the user wants to deploy for the scope of the build.
|
AbstractCloudDeployment |
GoogleCloudManagerDeployer.getDeployment() |
Constructor and Description |
---|
GoogleCloudManagerBuildWrapper(AbstractCloudDeployment deployment)
Constructs an ephemeral deployer.
|
GoogleCloudManagerDeployer(AbstractCloudDeployment deployment)
Constructs a deployer.
|
Modifier and Type | Class and Description |
---|---|
class |
CloudDeploymentDeleter
A specialized cloud deployment that is solely intended to turn down other deployments, regardless
of their inserted form.
|
class |
TemplatedCloudDeployment
This implementation of the cloud deployment inserts and/or deletes a set of resources specified
in a yaml-file template.
|
Modifier and Type | Method and Description |
---|---|
static hudson.DescriptorExtensionList<AbstractCloudDeployment,AbstractCloudDeploymentDescriptor> |
AbstractCloudDeployment.all()
Boilerplate, see: https://wiki.jenkins-ci.org/display/JENKINS/Defining+a+new+extension+point
|
Constructor and Description |
---|
AbstractCloudDeploymentDescriptor(Class<? extends AbstractCloudDeployment> clazz)
Boilerplate, see: https://wiki.jenkins-ci.org/display/JENKINS/Defining+a+new+extension+point
|
AbstractCloudDeploymentDescriptor(Class<? extends AbstractCloudDeployment> clazz,
CloudDeploymentModule module)
Create the descriptor of the cloud deployment from it's type on associated module for
instantiating dependencies.
|
Copyright © 2016. All rights reserved.