public abstract class Deployment extends Resource
| Constructor and Description |
|---|
Deployment() |
| Modifier and Type | Method and Description |
|---|---|
abstract ToOneRelationship |
getApplication()
The application the deployment is updating
|
abstract Relationship |
getDroplet()
The droplet the deployment is transitioning the app to
|
abstract Metadata |
getMetadata()
The metadata
|
abstract List<Process> |
getNewProcesses()
The revision the deployment is transitioning the app to
|
abstract Relationship |
getPreviousDroplet()
The app’s current droplet before the deployment was created
|
abstract DeploymentRelationships |
getRelationships()
The relationships
|
abstract Revision |
getRevision()
The revision the deployment is transitioning the app to
|
abstract DeploymentState |
getState()
Deprecated.
|
abstract Status |
getStatus()
The status of the deployment
|
abstract DeploymentStrategy |
getStrategy()
The strategy of the deployment
|
getCreatedAt, getId, getLinks, getUpdatedAtpublic abstract ToOneRelationship getApplication()
public abstract Relationship getDroplet()
public abstract Metadata getMetadata()
public abstract List<Process> getNewProcesses()
public abstract Relationship getPreviousDroplet()
public abstract DeploymentRelationships getRelationships()
public abstract Revision getRevision()
@Deprecated public abstract DeploymentState getState()
public abstract Status getStatus()
public abstract DeploymentStrategy getStrategy()
Copyright © 2020. All rights reserved.