public abstract class Buildpack extends Resource
| Constructor and Description |
|---|
Buildpack() |
| Modifier and Type | Method and Description |
|---|---|
abstract Boolean |
getEnabled()
Whether the buildpack is enabled
|
abstract String |
getFilename()
The filename
|
abstract Boolean |
getLocked()
Whether the buildpack is locked
|
abstract Metadata |
getMetadata()
The metadata
|
abstract String |
getName()
The name
|
abstract Integer |
getPosition()
The position
|
abstract String |
getStack()
The stack
|
abstract BuildpackState |
getState()
The state
|
getCreatedAt, getId, getLinks, getUpdatedAtpublic abstract Boolean getEnabled()
public abstract String getFilename()
public abstract Boolean getLocked()
public abstract Metadata getMetadata()
public abstract String getName()
public abstract Integer getPosition()
public abstract String getStack()
public abstract BuildpackState getState()
Copyright © 2021. All rights reserved.