A C D E G H L M N O P R T U 

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
 
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
 
AbstractIntegrationTests.Config() - Constructor for class org.springframework.cloud.deployer.spi.test.AbstractIntegrationTests.Config
 
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
 
appDeployer() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
 
apply(Statement, Description) - Method in class org.springframework.cloud.deployer.spi.test.junit.AbstractExternalResourceTestSupport
 

C

cleanUp() - 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.

D

deployments - Variable in class org.springframework.cloud.deployer.spi.test.AbstractIntegrationTests
 
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
 

E

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

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
 

R

randomName() - Method in class org.springframework.cloud.deployer.spi.test.AbstractIntegrationTests
 
record(String) - Method in class org.springframework.cloud.deployer.spi.test.AbstractIntegrationTests
Record the fact that something was deployed, resulting in the given deployment id.
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
 

T

taskLauncher() - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests
 
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.
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

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.
A C D E G H L M N O P R T U 

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