public abstract class Build extends Resource
| Constructor and Description |
|---|
Build() |
| Modifier and Type | Method and Description |
|---|---|
abstract CreatedBy |
getCreatedBy()
The user that created the build
|
abstract Droplet |
getDroplet()
A resulting droplet from the staging process
|
abstract String |
getError()
Describes errors during the build process
|
abstract Relationship |
getInputPackage()
The package that is the input to the staging process
|
abstract Lifecycle |
getLifecycle()
The lifecycle that was configured or discovered from the application
|
abstract Metadata |
getMetadata()
The metadata
|
abstract BuildRelationships |
getRelationships()
The relationships
|
abstract BuildState |
getState()
State of the build
|
getCreatedAt, getId, getLinks, getUpdatedAtpublic abstract CreatedBy getCreatedBy()
public abstract Droplet getDroplet()
public abstract String getError()
public abstract Relationship getInputPackage()
public abstract Lifecycle getLifecycle()
public abstract Metadata getMetadata()
public abstract BuildRelationships getRelationships()
public abstract BuildState getState()
Copyright © 2020. All rights reserved.