Skip navigation links
A C D E G H L M N O P R S T U W 

A

AbstractAppDeployerIntegrationTests - Class in org.springframework.cloud.deployer.spi.test
Abstract base class for integration tests of AppDeployer implementations.
AbstractAppDeployerIntegrationTests() - Constructor for class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
 
AbstractAppDeployerIntegrationTests.AppDeployerWrapper - Class in org.springframework.cloud.deployer.spi.test
A decorator for AppDeployer that keeps track of deployed/undeployed apps.
AbstractExternalResourceTestSupport<R> - Class in org.springframework.cloud.deployer.spi.test.junit
Abstract base class for JUnit Rules that detect the presence of some external resource.
AbstractExternalResourceTestSupport(String) - Constructor for class org.springframework.cloud.deployer.spi.test.junit.AbstractExternalResourceTestSupport
 
AbstractIntegrationTests - Class in org.springframework.cloud.deployer.spi.test
Abstract base class containing infrastructure for the TCK, common to both AppDeployer and TaskLauncher tests.
AbstractIntegrationTests() - Constructor for class org.springframework.cloud.deployer.spi.test.AbstractIntegrationTests
 
AbstractIntegrationTests.Config - Class in org.springframework.cloud.deployer.spi.test
 
AbstractTaskLauncherIntegrationTests - Class in org.springframework.cloud.deployer.spi.test
Abstract base class for integration tests of TaskLauncher implementations.
AbstractTaskLauncherIntegrationTests() - Constructor for class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests
 
AbstractTaskLauncherIntegrationTests.TaskLauncherWrapper - Class in org.springframework.cloud.deployer.spi.test
A decorator for TaskLauncher that keeps track of deployed/undeployed apps.
appDeployer() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
Subclasses should call this method to interact with the AppDeployer under test.
AppDeployerWrapper(AppDeployer) - Constructor for class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests.AppDeployerWrapper
 
apply(Statement, Description) - Method in class org.springframework.cloud.deployer.spi.test.junit.AbstractExternalResourceTestSupport
 

C

cancel(String) - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests.TaskLauncherWrapper
 
cleanup(String) - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests.TaskLauncherWrapper
 
cleanupLingeringApps() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
 
cleanupLingeringApps() - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests
 
cleanupResource() - Method in class org.springframework.cloud.deployer.spi.test.junit.AbstractExternalResourceTestSupport
Perform cleanup of the resource field, which is guaranteed to be non null.
Config() - Constructor for class org.springframework.cloud.deployer.spi.test.AbstractIntegrationTests.Config
 

D

deploy(AppDeploymentRequest) - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests.AppDeployerWrapper
 
deploymentTimeout() - Method in class org.springframework.cloud.deployer.spi.test.AbstractIntegrationTests
Return the timeout to use for repeatedly querying app status while it is being deployed.
describeTo(Description) - Method in class org.springframework.cloud.deployer.spi.test.EventuallyMatcher
 
destroy(String) - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests.TaskLauncherWrapper
 

E

environmentInfo() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests.AppDeployerWrapper
 
environmentInfo() - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests.TaskLauncherWrapper
 
eventually(Matcher<T>) - Static method in class org.springframework.cloud.deployer.spi.test.EventuallyMatcher
 
eventually(Matcher<T>, int, int) - Static method in class org.springframework.cloud.deployer.spi.test.EventuallyMatcher
 
EventuallyMatcher<U> - Class in org.springframework.cloud.deployer.spi.test
A matcher that will evaluate another matcher repeatedly until it matches, or fail after some number of max attempts.
EventuallyMatcher(Matcher<U>) - Constructor for class org.springframework.cloud.deployer.spi.test.EventuallyMatcher
 
EventuallyMatcher(Matcher<U>, int, int) - Constructor for class org.springframework.cloud.deployer.spi.test.EventuallyMatcher
 
EXTERNAL_SERVERS_REQUIRED - Static variable in class org.springframework.cloud.deployer.spi.test.junit.AbstractExternalResourceTestSupport
 

G

getResource() - Method in class org.springframework.cloud.deployer.spi.test.junit.AbstractExternalResourceTestSupport
 

H

hasStatusThat(Matcher<AppStatus>) - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
A Hamcrest Matcher that queries the deployment status for some app id.
hasStatusThat(Matcher<TaskStatus>) - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests
A Hamcrest Matcher that queries the deployment status for some task id.

L

launch(AppDeploymentRequest) - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests.TaskLauncherWrapper
 
log - Variable in class org.springframework.cloud.deployer.spi.test.AbstractIntegrationTests
 
logger - Variable in class org.springframework.cloud.deployer.spi.test.junit.AbstractExternalResourceTestSupport
 

M

matches(Object, Description) - Method in class org.springframework.cloud.deployer.spi.test.EventuallyMatcher
 
mavenProperties() - Method in class org.springframework.cloud.deployer.spi.test.AbstractIntegrationTests.Config
 
mavenProperties - Variable in class org.springframework.cloud.deployer.spi.test.AbstractIntegrationTests
 
maxAttempts - Variable in class org.springframework.cloud.deployer.spi.test.Timeout
 

N

name - Variable in class org.springframework.cloud.deployer.spi.test.AbstractIntegrationTests
 

O

obtainResource() - Method in class org.springframework.cloud.deployer.spi.test.junit.AbstractExternalResourceTestSupport
Try to obtain and validate a resource.
org.springframework.cloud.deployer.spi.test - package org.springframework.cloud.deployer.spi.test
 
org.springframework.cloud.deployer.spi.test.junit - package org.springframework.cloud.deployer.spi.test.junit
 

P

pause - Variable in class org.springframework.cloud.deployer.spi.test.Timeout
 
provideAppDeployer() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
To be implemented by subclasses, which should return the instance of AppDeployer that needs to be tested.
provideTaskLauncher() - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests
To be implemented by subclasses, which should return the instance of TaskLauncher that needs to be tested.

R

randomName() - Method in class org.springframework.cloud.deployer.spi.test.AbstractIntegrationTests
 
redeploymentPause() - Method in class org.springframework.cloud.deployer.spi.test.AbstractIntegrationTests
Return the time to wait between reusing deployment requests.
resource - Variable in class org.springframework.cloud.deployer.spi.test.junit.AbstractExternalResourceTestSupport
 

S

status(String) - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests.AppDeployerWrapper
 
status(String) - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests.TaskLauncherWrapper
 

T

taskLauncher() - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests
Subclasses should call this method to interact with the AppDeployer under test.
TaskLauncherWrapper(TaskLauncher) - Constructor for class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests.TaskLauncherWrapper
 
testApplication() - Method in class org.springframework.cloud.deployer.spi.test.AbstractIntegrationTests
Return a resource corresponding to the spring-cloud-deployer-spi-test-app app suitable for the target runtime.
testApplicationPropertiesPassing() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
Tests that properties (key-value mappings) can be passed to a deployed app, including values that typically require special handling.
testCommandLineArgs() - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests
Tests that command line args can be passed in.
testCommandLineArgumentsPassing() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
Tests that command line arguments (ordered strings) can be passed to a deployed app, including values that typically require special handling.
testDeployingStateCalculationAndCancel() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
Tests that an app which takes a long time to deploy is correctly reported as deploying.
testEnvironmentInfo() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
Tests support for DeployerEnvironmentInfo is implemented.
testEnvironmentInfo() - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests
Tests support for DeployerEnvironmentInfo is implemented.
testErrorExit() - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests
 
testFailedDeployment() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
 
testMultipleInstancesDeploymentAndPartialState() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
Tests support for instance count support and individual instance status report.
testNonExistentAppsStatus() - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests
 
testRedeploy() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
An app deployer should be able to re-deploy an application after it has been un-deployed.
testReLaunch() - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests
 
testSimpleCancel() - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests
 
testSimpleDeployment() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
Tests a simple deploy-undeploy cycle.
testSimpleLaunch() - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests
 
testUnknownDeployment() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
 
Timeout - Class in org.springframework.cloud.deployer.spi.test
Represents a timeout for querying status, with repetitive queries until a certain number have been made.
Timeout(int, int) - Constructor for class org.springframework.cloud.deployer.spi.test.Timeout
 

U

undeploy(String) - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests.AppDeployerWrapper
 
undeploymentTimeout() - Method in class org.springframework.cloud.deployer.spi.test.AbstractIntegrationTests
Return the timeout to use for repeatedly querying app status while it is being un-deployed.

W

wrapDeployer() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
 
wrapDeployer() - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests
 
A C D E G H L M N O P R S T U W 
Skip navigation links

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