| Package | Description |
|---|---|
| org.cloudfoundry.operations.applications |
| Modifier and Type | Method and Description |
|---|---|
ManifestV3 |
ManifestV3.Builder.build()
Builds a new
ManifestV3. |
ManifestV3 |
PushManifestV3Request.getManifest() |
static ManifestV3 |
ApplicationManifestUtilsV3.read(Path path)
Reads a YAML manifest file (defined by the CC API) from a
Path and converts it into a ManifestV3 object. |
static ManifestV3 |
ApplicationManifestUtilsV3.read(Path path,
Path variablesPath)
Reads a YAML manifest file (defined by the CC API) from a
Path and converts it into a ManifestV3 object. |
| Modifier and Type | Method and Description |
|---|---|
ManifestV3.Builder |
ManifestV3.Builder.from(ManifestV3 instance)
Fill a builder with attribute values from the provided
ManifestV3 instance. |
PushManifestV3Request.Builder |
PushManifestV3Request.Builder.manifest(ManifestV3 manifest)
Initializes the value for the
manifest attribute. |
static void |
ApplicationManifestUtilsV3.write(OutputStream out,
ManifestV3 manifest)
Write a
ManifestV3 to an OutputStream |
static void |
ApplicationManifestUtilsV3.write(Path path,
ManifestV3 manifest)
Write a
ManifestV3 to a Path |
Copyright © 2024. All rights reserved.