A B C D G L O S T U V W 

A

AppDefinition - Class in org.springframework.cloud.deployer.spi.core
Definition of an app, including its name and its properties.
AppDefinition(String, Map<String, String>) - Constructor for class org.springframework.cloud.deployer.spi.core.AppDefinition
Construct an AppDefinition.
AppDeployer - Interface in org.springframework.cloud.deployer.spi.app
SPI defining a runtime environment capable of deploying and managing the lifecycle of apps that are intended to run indefinitely (until undeployed), as opposed to tasks.
AppDeploymentRequest - Class in org.springframework.cloud.deployer.spi.core
Representation of an app deployment request.
AppDeploymentRequest(AppDefinition, Resource, Map<String, String>) - Constructor for class org.springframework.cloud.deployer.spi.core.AppDeploymentRequest
Construct an AppDeploymentRequest.
AppDeploymentRequest(AppDefinition, Resource, Map<String, String>, List<String>) - Constructor for class org.springframework.cloud.deployer.spi.core.AppDeploymentRequest
Construct an AppDeploymentRequest.
AppDeploymentRequest(AppDefinition, Resource) - Constructor for class org.springframework.cloud.deployer.spi.core.AppDeploymentRequest
Construct an AppDeploymentRequest with no environment properties.
AppInstanceStatus - Interface in org.springframework.cloud.deployer.spi.app
Status for an individual app instance deployment.
AppStatus - Class in org.springframework.cloud.deployer.spi.app
Status of an app which is initially constructed from an AppDeploymentRequest and runtime deployment properties by a deployer during deployment.
AppStatus(String) - Constructor for class org.springframework.cloud.deployer.spi.app.AppStatus
Construct a new AppStatus.
AppStatus.Builder - Class in org.springframework.cloud.deployer.spi.app
Utility class constructing an instance of AppStatus using a builder pattern.

B

build() - Method in class org.springframework.cloud.deployer.spi.app.AppStatus.Builder
Return a new instance of AppStatus based on the provided individual app instances via AppStatus.Builder.with(AppInstanceStatus).

C

cancel(String) - Method in interface org.springframework.cloud.deployer.spi.task.TaskLauncher
Cancel the task corresponding to the provided id.
COUNT_PROPERTY_KEY - Static variable in interface org.springframework.cloud.deployer.spi.app.AppDeployer
The environment property for the count (number of app instances).

D

deploy(AppDeploymentRequest) - Method in interface org.springframework.cloud.deployer.spi.app.AppDeployer
Deploy an app using an AppDeploymentRequest.
DeploymentState - Enum in org.springframework.cloud.deployer.spi.app
Deployment states for apps and groups.

G

getAttributes() - Method in interface org.springframework.cloud.deployer.spi.app.AppInstanceStatus
Return a map of attributes for the deployed app instance.
getCommandlineArguments() - Method in class org.springframework.cloud.deployer.spi.core.AppDeploymentRequest
 
getDefinition() - Method in class org.springframework.cloud.deployer.spi.core.AppDeploymentRequest
 
getDeploymentId() - Method in class org.springframework.cloud.deployer.spi.app.AppStatus
Return the app deployment id.
getEnvironmentProperties() - Method in class org.springframework.cloud.deployer.spi.core.AppDeploymentRequest
 
getId() - Method in interface org.springframework.cloud.deployer.spi.app.AppInstanceStatus
Return a unique identifier for the deployed app.
getInstances() - Method in class org.springframework.cloud.deployer.spi.app.AppStatus
Return a map of AppInstanceStatus keyed by a unique identifier for each app instance.
getName() - Method in class org.springframework.cloud.deployer.spi.core.AppDefinition
Return the name of this app.
getProperties() - Method in class org.springframework.cloud.deployer.spi.core.AppDefinition
Gets the app definition properties.
getResource() - Method in class org.springframework.cloud.deployer.spi.core.AppDeploymentRequest
 
getState() - Method in interface org.springframework.cloud.deployer.spi.app.AppInstanceStatus
Return the state of the deployed app instance.
getState() - Method in class org.springframework.cloud.deployer.spi.app.AppStatus
Return the deployment state for the the app.
getState() - Method in class org.springframework.cloud.deployer.spi.task.TaskStatus
Return the state for the the task.
getTaskLaunchId() - Method in class org.springframework.cloud.deployer.spi.task.TaskStatus
Return the task launch id for the task.
GROUP_PROPERTY_KEY - Static variable in interface org.springframework.cloud.deployer.spi.app.AppDeployer
The environment property for the group to which an app belongs.

L

launch(AppDeploymentRequest) - Method in interface org.springframework.cloud.deployer.spi.task.TaskLauncher
Launch a task for the provided AppDeploymentRequest.
LaunchState - Enum in org.springframework.cloud.deployer.spi.task
Launch states for a Task.

O

of(String) - Static method in class org.springframework.cloud.deployer.spi.app.AppStatus
Return a Builder for AppStatus.
org.springframework.cloud.deployer.spi.app - package org.springframework.cloud.deployer.spi.app
 
org.springframework.cloud.deployer.spi.core - package org.springframework.cloud.deployer.spi.core
 
org.springframework.cloud.deployer.spi.task - package org.springframework.cloud.deployer.spi.task
 

S

status(String) - Method in interface org.springframework.cloud.deployer.spi.app.AppDeployer
Return the AppStatus for an app represented by a deployment id.
status(String) - Method in interface org.springframework.cloud.deployer.spi.task.TaskLauncher
Returns the TaskStatus for a task represented by the provided id.

T

TaskLauncher - Interface in org.springframework.cloud.deployer.spi.task
SPI defining a runtime environment capable of launching and managing the lifecycle of tasks.
TaskStatus - Class in org.springframework.cloud.deployer.spi.task
Status of a task launch which is initially constructed from an AppDeploymentRequest and runtime properties by a TaskLauncher.
TaskStatus(String, LaunchState, Map<String, String>) - Constructor for class org.springframework.cloud.deployer.spi.task.TaskStatus
Construct a new TaskStatus.
toString() - Method in class org.springframework.cloud.deployer.spi.app.AppStatus
 
toString() - Method in class org.springframework.cloud.deployer.spi.core.AppDefinition
 
toString() - Method in class org.springframework.cloud.deployer.spi.task.TaskStatus
Return a string representation of this status.

U

undeploy(String) - Method in interface org.springframework.cloud.deployer.spi.app.AppDeployer
Un-deploy an app using its deployment id.

V

valueOf(String) - Static method in enum org.springframework.cloud.deployer.spi.app.DeploymentState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.deployer.spi.task.LaunchState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.deployer.spi.app.DeploymentState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.deployer.spi.task.LaunchState
Returns an array containing the constants of this enum type, in the order they are declared.

W

with(AppInstanceStatus) - Method in class org.springframework.cloud.deployer.spi.app.AppStatus.Builder
Add an instance of AppInstanceStatus to build the status for the app.
A B C D G L O S T U V W 

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.