- generalState(DeploymentState) - Method in class org.springframework.cloud.deployer.spi.app.AppStatus.Builder
-
Set the state of the app as a direct value.
- getArgs() - Method in class org.springframework.cloud.deployer.spi.util.CommandLineTokenizer
-
- getAttributes() - Method in interface org.springframework.cloud.deployer.spi.app.AppInstanceStatus
-
Return a map of attributes for the deployed app instance.
- getAttributes() - Method in class org.springframework.cloud.deployer.spi.task.TaskStatus
-
Return a map of attributes for the launched task.
- getCommandlineArguments() - Method in class org.springframework.cloud.deployer.spi.core.AppDeploymentRequest
-
- getCount() - Method in class org.springframework.cloud.deployer.spi.app.AppScaleRequest
-
- getDefinition() - Method in class org.springframework.cloud.deployer.spi.core.AppDeploymentRequest
-
- getDeploymentId() - Method in class org.springframework.cloud.deployer.spi.app.AppScaleRequest
-
- getDeploymentId() - Method in class org.springframework.cloud.deployer.spi.app.AppStatus
-
Return the app deployment id.
- getDeploymentProperties() - 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.
- getImplementationName() - Method in class org.springframework.cloud.deployer.spi.core.RuntimeEnvironmentInfo
-
- getImplementationVersion() - Method in class org.springframework.cloud.deployer.spi.core.RuntimeEnvironmentInfo
-
- 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.
- getJavaVersion() - Method in class org.springframework.cloud.deployer.spi.core.RuntimeEnvironmentInfo
-
- getLog(String) - Method in interface org.springframework.cloud.deployer.spi.app.AppDeployer
-
Return the log of the application identified by the deployment id.
- getLog(String) - Method in interface org.springframework.cloud.deployer.spi.task.TaskLauncher
-
Return the log of the application identified by the task ID.
- getMaximumConcurrentTasks() - Method in interface org.springframework.cloud.deployer.spi.task.TaskLauncher
-
Implementations may limit the number of concurrent task executions.
- getName() - Method in class org.springframework.cloud.deployer.spi.core.AppDefinition
-
Return the name of this app.
- getPlatformApiVersion() - Method in class org.springframework.cloud.deployer.spi.core.RuntimeEnvironmentInfo
-
- getPlatformClientVersion() - Method in class org.springframework.cloud.deployer.spi.core.RuntimeEnvironmentInfo
-
- getPlatformHostVersion() - Method in class org.springframework.cloud.deployer.spi.core.RuntimeEnvironmentInfo
-
- getPlatformSpecificInfo() - Method in class org.springframework.cloud.deployer.spi.core.RuntimeEnvironmentInfo
-
- getPlatformType() - Method in class org.springframework.cloud.deployer.spi.core.RuntimeEnvironmentInfo
-
- getProperties() - Method in class org.springframework.cloud.deployer.spi.app.AppScaleRequest
-
- 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
-
- getRunningTaskExecutionCount() - Method in interface org.springframework.cloud.deployer.spi.task.TaskLauncher
-
- getScheduleName() - Method in class org.springframework.cloud.deployer.spi.scheduler.ScheduleInfo
-
- getScheduleName() - Method in class org.springframework.cloud.deployer.spi.scheduler.ScheduleRequest
-
- getScheduleProperties() - Method in class org.springframework.cloud.deployer.spi.scheduler.ScheduleInfo
-
- getSchedulerProperties() - Method in class org.springframework.cloud.deployer.spi.scheduler.ScheduleRequest
-
- getSpiVersion() - Method in class org.springframework.cloud.deployer.spi.core.RuntimeEnvironmentInfo
-
- getSpringBootVersion() - Method in class org.springframework.cloud.deployer.spi.core.RuntimeEnvironmentInfo
-
- getSpringBootVersion() - Static method in class org.springframework.cloud.deployer.spi.util.RuntimeVersionUtils
-
- getSpringVersion() - Method in class org.springframework.cloud.deployer.spi.core.RuntimeEnvironmentInfo
-
- 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.
- getTaskDefinitionName() - Method in class org.springframework.cloud.deployer.spi.scheduler.ScheduleInfo
-
- getTaskLaunchId() - Method in class org.springframework.cloud.deployer.spi.task.TaskStatus
-
Return the task launch id for the task.
- getVersion(Class<?>) - Static method in class org.springframework.cloud.deployer.spi.util.RuntimeVersionUtils
-
- GROUP_PROPERTY_KEY - Static variable in interface org.springframework.cloud.deployer.spi.app.AppDeployer
-
The deployment property for the group to which an app belongs.