| Package | Description |
|---|---|
| org.cloudfoundry.operations.applications |
| Modifier and Type | Method and Description |
|---|---|
Route |
Route.Builder.build()
Builds a new
Route. |
| Modifier and Type | Method and Description |
|---|---|
List<Route> |
ApplicationManifest.getRoutes()
The collection of routes bound to the application
|
| Modifier and Type | Method and Description |
|---|---|
Route.Builder |
Route.Builder.from(Route instance)
Fill a builder with attribute values from the provided
Route instance. |
ApplicationManifest.Builder |
ApplicationManifest.Builder.route(Route... elements)
Adds elements to
routes list. |
ApplicationManifest.Builder |
ApplicationManifest.Builder.route(Route element)
Adds one element to
routes list. |
| Modifier and Type | Method and Description |
|---|---|
ApplicationManifest.Builder |
ApplicationManifest.Builder.addAllRoutes(Iterable<? extends Route> elements)
Adds elements to
routes list. |
ApplicationManifest.Builder |
ApplicationManifest.Builder.routes(Iterable<? extends Route> elements)
Sets or replaces all elements for
routes list. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.