Package | Description |
---|---|
org.cloudfoundry.operations.applications |
Modifier and Type | Method and Description |
---|---|
PushApplicationRequest.Builder |
PushApplicationRequest.Builder.application(InputStream application)
Initializes the value for the
application attribute. |
static PushApplicationRequest.Builder |
PushApplicationRequest.builder()
Creates a builder for
PushApplicationRequest . |
PushApplicationRequest.Builder |
PushApplicationRequest.Builder.buildpack(String buildpack)
Initializes the value for the
buildpack attribute. |
PushApplicationRequest.Builder |
PushApplicationRequest.Builder.command(String command)
Initializes the value for the
command attribute. |
PushApplicationRequest.Builder |
PushApplicationRequest.Builder.diskQuota(Integer diskQuota)
Initializes the value for the
diskQuota attribute. |
PushApplicationRequest.Builder |
PushApplicationRequest.Builder.dockerImage(String dockerImage)
Initializes the value for the
dockerImage attribute. |
PushApplicationRequest.Builder |
PushApplicationRequest.Builder.domain(String domain)
Initializes the value for the
domain attribute. |
PushApplicationRequest.Builder |
PushApplicationRequest.Builder.from(PushApplicationRequest instance)
Fill a builder with attribute values from the provided
PushApplicationRequest instance. |
PushApplicationRequest.Builder |
PushApplicationRequest.Builder.healthCheckType(ApplicationHealthCheck healthCheckType)
Initializes the value for the
healthCheckType attribute. |
PushApplicationRequest.Builder |
PushApplicationRequest.Builder.host(String host)
Initializes the value for the
host attribute. |
PushApplicationRequest.Builder |
PushApplicationRequest.Builder.instances(Integer instances)
Initializes the value for the
instances attribute. |
PushApplicationRequest.Builder |
PushApplicationRequest.Builder.memory(Integer memory)
Initializes the value for the
memory attribute. |
PushApplicationRequest.Builder |
PushApplicationRequest.Builder.name(String name)
Initializes the value for the
name attribute. |
PushApplicationRequest.Builder |
PushApplicationRequest.Builder.noHostname(Boolean noHostname)
Initializes the value for the
noHostname attribute. |
PushApplicationRequest.Builder |
PushApplicationRequest.Builder.noRoute(Boolean noRoute)
Initializes the value for the
noRoute attribute. |
PushApplicationRequest.Builder |
PushApplicationRequest.Builder.noStart(Boolean noStart)
Initializes the value for the
noStart attribute. |
PushApplicationRequest.Builder |
PushApplicationRequest.Builder.path(String path)
Initializes the value for the
path attribute. |
PushApplicationRequest.Builder |
PushApplicationRequest.Builder.randomRoute(Boolean randomRoute)
Initializes the value for the
randomRoute attribute. |
PushApplicationRequest.Builder |
PushApplicationRequest.Builder.routePath(String routePath)
Initializes the value for the
routePath attribute. |
PushApplicationRequest.Builder |
PushApplicationRequest.Builder.stack(String stack)
Initializes the value for the
stack attribute. |
PushApplicationRequest.Builder |
PushApplicationRequest.Builder.stagingTimeout(Duration stagingTimeout)
Initializes the value for the
stagingTimeout attribute. |
PushApplicationRequest.Builder |
PushApplicationRequest.Builder.startupTimeout(Duration startupTimeout)
Initializes the value for the
startupTimeout attribute. |
PushApplicationRequest.Builder |
PushApplicationRequest.Builder.timeout(Integer timeout)
Initializes the value for the
timeout attribute. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.