| Package | Description |
|---|---|
| org.cloudfoundry.operations.applications |
| Modifier and Type | Method and Description |
|---|---|
ApplicationManifest |
ApplicationManifest.Builder.build()
Builds a new
ApplicationManifest. |
| Modifier and Type | Method and Description |
|---|---|
Mono<ApplicationManifest> |
Applications.getApplicationManifest(GetApplicationManifestRequest request)
Gets the manifest for a specific application
|
Mono<ApplicationManifest> |
DefaultApplications.getApplicationManifest(GetApplicationManifestRequest request) |
List<ApplicationManifest> |
PushApplicationManifestRequest.getManifests()
The manifests to be pushed
|
static List<ApplicationManifest> |
ApplicationManifestUtils.read(Path path)
Reads a YAML manifest file (defined by the CLI) from a
Path and converts it into a collection of ApplicationManifests. |
| Modifier and Type | Method and Description |
|---|---|
ApplicationManifest.Builder |
ApplicationManifest.Builder.from(ApplicationManifest instance)
Fill a builder with attribute values from the provided
ApplicationManifest instance. |
PushApplicationManifestRequest.Builder |
PushApplicationManifestRequest.Builder.manifest(ApplicationManifest... elements)
Adds elements to
manifests list. |
PushApplicationManifestRequest.Builder |
PushApplicationManifestRequest.Builder.manifest(ApplicationManifest element)
Adds one element to
manifests list. |
static void |
ApplicationManifestUtils.write(OutputStream out,
ApplicationManifest... applicationManifests)
Write
ApplicationManifests to an OutputStream |
static void |
ApplicationManifestUtils.write(Path path,
ApplicationManifest... applicationManifests)
Write
ApplicationManifests to a Path |
| Modifier and Type | Method and Description |
|---|---|
PushApplicationManifestRequest.Builder |
PushApplicationManifestRequest.Builder.addAllManifests(Iterable<? extends ApplicationManifest> elements)
Adds elements to
manifests list. |
PushApplicationManifestRequest.Builder |
PushApplicationManifestRequest.Builder.manifests(Iterable<? extends ApplicationManifest> elements)
Sets or replaces all elements for
manifests list. |
static void |
ApplicationManifestUtils.write(OutputStream out,
List<ApplicationManifest> applicationManifests)
Write
ApplicationManifests to an OutputStream |
static void |
ApplicationManifestUtils.write(Path path,
List<ApplicationManifest> applicationManifests)
Write
ApplicationManifests to a Path |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.