A D E H I L M 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
 
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.
AbstractAppDeployerIntegrationTests.Timeout(int, int) - Constructor for class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests.Timeout
 
appDeployer() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
 

D

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

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.

I

integrationTestProcessor() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
Return a resource corresponding to the integration-test-processor suitable for the target runtime.

L

log - Variable in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
 

M

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

O

org.springframework.cloud.deployer.spi.test - package org.springframework.cloud.deployer.spi.test
 

P

pause - Variable in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests.Timeout
 

R

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

T

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.
testFailedDeployment() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
 
testParameterPassing() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
Tests that properties can be passed to a deployed app, including values that typically require special handling.
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.
testSimpleDeployment() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
Tests a simple deploy-undeploy cycle.
testUnknownDeployment() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
 

U

undeploymentTimeout() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
Return the timeout to use for repeatedly querying app status while it is being un-deployed.
A D E H I L M O P R T U 

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