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 Relationship |
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 BuildState |
getState()
State of the build
|
getCreatedAt, getId, getLinks, getUpdatedAtpublic abstract CreatedBy getCreatedBy()
public abstract Relationship getDroplet()
public abstract String getError()
public abstract Relationship getInputPackage()
public abstract Lifecycle getLifecycle()
public abstract BuildState getState()
Copyright © 2018. All rights reserved.