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
 
AbstractSchedulerIntegrationTests - Class in org.springframework.cloud.deployer.scheduler.spi.test
Contains base set of tests that are required for each implementation of Spring Cloud Scheduler to pass.
AbstractSchedulerIntegrationTests() - Constructor for class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
 
AbstractSchedulerIntegrationTests.Config - Class in org.springframework.cloud.deployer.scheduler.spi.test
 
AbstractSchedulerIntegrationTests.SchedulerWrapper - Class in org.springframework.cloud.deployer.scheduler.spi.test
A decorator for Scheduler that keeps track of scheduled/unscheduled tasks.
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.scheduler.spi.test.AbstractSchedulerIntegrationTests.Config
 
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
 
expectedException - Variable in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
 
EXTERNAL_SERVERS_REQUIRED - Static variable in class org.springframework.cloud.deployer.spi.test.junit.AbstractExternalResourceTestSupport
 

G

getAppProperties() - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
To be implemented by subclasses, which should return the appProperties that will be used for the tests.
getCommandLineArgs() - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
To be implemented by subclasses, which should return the commandLineArgs that will be used for the tests.
getDeploymentProperties() - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
To be implemented by subclasses, which should return the deploymentProperties that will be used for the tests.
getLog(String) - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests.AppDeployerWrapper
 
getLog(String) - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests.TaskLauncherWrapper
 
getMaximumConcurrentTasks() - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests.TaskLauncherWrapper
 
getResource() - Method in class org.springframework.cloud.deployer.spi.test.junit.AbstractExternalResourceTestSupport
 
getRunningTaskExecutionCount() - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests.TaskLauncherWrapper
 
getScheduledTasks() - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests.SchedulerWrapper
 
getSchedulerProperties() - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
To be implemented by subclasses, which should return the schedulerProperties that will be used for the tests.
getScheduleTimeout() - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
 
getUnScheduleTimeout() - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
 

H

hasSpecifiedSchedule(List<ScheduleInfo>, String) - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
A Hamcrest Matcher that queries the schedule list for a schedule name.
hasSpecifiedSchedulesByTaskDefinitionName(List<ScheduleInfo>, String, int) - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
A Hamcrest Matcher that queries the schedule list for a task definition name.
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
 
list(String) - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests.SchedulerWrapper
 
list() - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests.SchedulerWrapper
 
log - Variable in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
 
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.scheduler.spi.test.AbstractSchedulerIntegrationTests.Config
 
mavenProperties - Variable in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
 
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.scheduler.spi.test.AbstractSchedulerIntegrationTests
 
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.scheduler.spi.test - package org.springframework.cloud.deployer.scheduler.spi.test
 
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.
provideScheduler() - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
To be implemented by subclasses, which should return the instance of Scheduler 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.scheduler.spi.test.AbstractSchedulerIntegrationTests
 
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

schedule(ScheduleRequest) - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests.SchedulerWrapper
 
scheduleName() - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
 
SchedulerWrapper(Scheduler) - Constructor for class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests.SchedulerWrapper
 
setScheduleTimeout(Timeout) - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
 
setUnScheduleTimeout(Timeout) - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
 
specifiedScheduleNotPresent(List<ScheduleInfo>, String) - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
A Hamcrest Matcher that queries the schedule list for a definition name.
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
 
taskScheduler() - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
Subclasses should call this method to interact with the Scheduler under test.
tearDown() - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
 
testApplication() - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
Return a resource corresponding to the spring-cloud-deployer-scheduler-spi-test-app app suitable for the target runtime.
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.
testDuplicateSchedule() - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
 
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
 
testInvalidCronExpression() - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
 
testListFilter() - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
 
testMultipleInstancesDeploymentAndPartialState() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
Tests support for instance count support and individual instance status report.
testMultipleSchedule() - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
 
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
 
testSimpleSchedule() - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
 
testUnknownDeployment() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
 
testUnschedule() - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
 
testUnScheduleNoEntry() - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
 
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.
unschedule(String) - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests.SchedulerWrapper
 

W

wrapDeployer() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
 
wrapDeployer() - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests
 
wrapScheduler() - Method in class org.springframework.cloud.deployer.scheduler.spi.test.AbstractSchedulerIntegrationTests
 
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.