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

A

AbstractExternalResourceTestSupport<R> - Class in org.springframework.cloud.scheduler.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.scheduler.spi.test.junit.AbstractExternalResourceTestSupport
 
AbstractIntegrationTests - Class in org.springframework.cloud.scheduler.spi.test
Contains base set of tests that are required for each implementation of Spring Cloud Scheduler to pass.
AbstractIntegrationTests() - Constructor for class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
 
AbstractIntegrationTests.Config - Class in org.springframework.cloud.scheduler.spi.test
 
AbstractIntegrationTests.SchedulerWrapper - Class in org.springframework.cloud.scheduler.spi.test
A decorator for Scheduler that keeps track of scheduled/unscheduled tasks.
apply(Statement, Description) - Method in class org.springframework.cloud.scheduler.spi.test.junit.AbstractExternalResourceTestSupport
 

C

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

D

describeTo(Description) - Method in class org.springframework.cloud.scheduler.spi.test.EventuallyMatcher
 

E

eventually(Matcher<T>) - Static method in class org.springframework.cloud.scheduler.spi.test.EventuallyMatcher
 
eventually(Matcher<T>, int, int) - Static method in class org.springframework.cloud.scheduler.spi.test.EventuallyMatcher
 
EventuallyMatcher<U> - Class in org.springframework.cloud.scheduler.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.scheduler.spi.test.EventuallyMatcher
 
EventuallyMatcher(Matcher<U>, int, int) - Constructor for class org.springframework.cloud.scheduler.spi.test.EventuallyMatcher
 
expectedException - Variable in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
 
EXTERNAL_SERVERS_REQUIRED - Static variable in class org.springframework.cloud.scheduler.spi.test.junit.AbstractExternalResourceTestSupport
 

G

getAppProperties() - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
To be implemented by subclasses, which should return the appProperties that will be used for the tests.
getCommandLineArgs() - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
To be implemented by subclasses, which should return the commandLineArgs that will be used for the tests.
getDeploymentProperties() - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
To be implemented by subclasses, which should return the deploymentProperties that will be used for the tests.
getResource() - Method in class org.springframework.cloud.scheduler.spi.test.junit.AbstractExternalResourceTestSupport
 
getScheduledTasks() - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests.SchedulerWrapper
 
getSchedulerProperties() - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
To be implemented by subclasses, which should return the schedulerProperties that will be used for the tests.
getScheduleTimeout() - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
 
getUnScheduleTimeout() - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
 

H

hasSpecifiedSchedule(List<ScheduleInfo>, String) - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
A Hamcrest Matcher that queries the schedule list for a schedule name.
hasSpecifiedSchedulesByTaskDefinitionName(List<ScheduleInfo>, String, int) - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
A Hamcrest Matcher that queries the schedule list for a task definition name.

L

list(String) - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests.SchedulerWrapper
 
list() - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests.SchedulerWrapper
 
log - Variable in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
 
logger - Variable in class org.springframework.cloud.scheduler.spi.test.junit.AbstractExternalResourceTestSupport
 

M

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

N

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

O

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

P

pause - Variable in class org.springframework.cloud.scheduler.spi.test.Timeout
 
provideScheduler() - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
To be implemented by subclasses, which should return the instance of Scheduler that needs to be tested.

R

randomName() - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
 
resource - Variable in class org.springframework.cloud.scheduler.spi.test.junit.AbstractExternalResourceTestSupport
 

S

schedule(ScheduleRequest) - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests.SchedulerWrapper
 
scheduleName() - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
 
SchedulerWrapper(Scheduler) - Constructor for class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests.SchedulerWrapper
 
setScheduleTimeout(Timeout) - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
 
setUnScheduleTimeout(Timeout) - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
 
specifiedScheduleNotPresent(List<ScheduleInfo>, String) - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
A Hamcrest Matcher that queries the schedule list for a definition name.

T

taskScheduler() - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
Subclasses should call this method to interact with the Scheduler under test.
tearDown() - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
 
testApplication() - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
Return a resource corresponding to the spring-cloud-deployer-spi-test-app app suitable for the target runtime.
testDuplicateSchedule() - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
 
testInvalidCronExpression() - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
 
testListFilter() - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
 
testMultipleSchedule() - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
 
testSimpleSchedule() - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
 
testUnschedule() - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
 
testUnScheduleNoEntry() - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
 
Timeout - Class in org.springframework.cloud.scheduler.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.scheduler.spi.test.Timeout
 

U

unschedule(String) - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests.SchedulerWrapper
 

W

wrapScheduler() - Method in class org.springframework.cloud.scheduler.spi.test.AbstractIntegrationTests
 
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.