public interface Deployment extends Resource
environments
and acts as a project
container. Each deployment has exactly one provider
assigned,
giving the context to what provider a deployment can be deployed to.
If you have access to an OCS deployment resource, the resource can be adapted to a deployment.Modifier and Type | Interface and Description |
---|---|
static class |
Deployment.Properties
Deployment properties.
|
RESOURCE_TYPE_NON_EXISTING
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gives access to the deployment description.
|
Environment |
getEnvironment(String environmentName)
Get a specific environment according to the environment name.
|
List<Environment> |
getEnvironments()
Get a listing of all the environments of this deployment.
|
Provider |
getProvider()
Get the provider associated to this deployment.
|
Tenant |
getTenant()
Gives access to the OCS tenant this deployment belongs to.
|
String |
getTitle()
Gives access to the deployment title.
|
getChild, getChildren, getName, getParent, getPath, getResourceMetadata, getResourceResolver, getResourceSuperType, getResourceType, getValueMap, hasChildren, isResourceType, listChildren
String getTitle()
String getDescription()
Tenant getTenant()
tenant
of this deployment.List<Environment> getEnvironments()
environments
or an empty list if this deployment
has no environments.Environment getEnvironment(String environmentName)
environmentName
- The name of the environment to get.environment
or null
if there is no
environment with the given name."Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"