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 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()
The state of the deployment
|
getCreatedAt, getId, getLinks, getUpdatedAtpublic abstract ToOneRelationship getApplication()
public abstract Relationship getDroplet()
public abstract List<Process> getNewProcesses()
public abstract Relationship getPreviousDroplet()
public abstract DeploymentRelationships getRelationships()
public abstract Revision getRevision()
public abstract DeploymentState getState()
Copyright © 2019. All rights reserved.