A B C D E F G H I K L N P S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abort(String) - Method in interface nl.stokpop.eventscheduler.api.SchedulerExceptionHandler
- ABORT - nl.stokpop.eventscheduler.api.SchedulerExceptionType
- ABORTED - nl.stokpop.eventscheduler.api.EventStatus
- AbortSchedulerException - Exception in nl.stokpop.eventscheduler.exception.handler
-
An event can throw AbortSchedulerException to stop the scheduler and trigger the registered abort handlers.
- AbortSchedulerException(String) - Constructor for exception nl.stokpop.eventscheduler.exception.handler.AbortSchedulerException
- abortSession() - Method in class nl.stokpop.eventscheduler.EventScheduler
-
Call to abort this test run.
- abortTest() - Method in interface nl.stokpop.eventscheduler.api.Event
-
Called for test abort.
- abortTest() - Method in class nl.stokpop.eventscheduler.api.EventAdapter
- addEvent(String, Map<String, String>) - Method in class nl.stokpop.eventscheduler.EventSchedulerBuilder
- addEvent(String, Properties) - Method in class nl.stokpop.eventscheduler.EventSchedulerBuilder
- addEvent(String, EventProperties) - Method in class nl.stokpop.eventscheduler.EventSchedulerBuilder
- addKillSwitch(SchedulerExceptionHandler) - Method in class nl.stokpop.eventscheduler.EventScheduler
- afterTest() - Method in interface nl.stokpop.eventscheduler.api.Event
-
Called after the test run is done.
- afterTest() - Method in class nl.stokpop.eventscheduler.api.EventAdapter
- ALL_CALLS_TIME_OUT_SECONDS - Static variable in class nl.stokpop.eventscheduler.EventBroadcasterAsync
- allowedCustomEvents() - Method in interface nl.stokpop.eventscheduler.api.Event
- allowedProperties() - Method in interface nl.stokpop.eventscheduler.api.Event
B
- beforeTest() - Method in interface nl.stokpop.eventscheduler.api.Event
-
Called before the test run starts.
- beforeTest() - Method in class nl.stokpop.eventscheduler.api.EventAdapter
- beforeTest() - Method in class nl.stokpop.eventscheduler.event.EventDefault
- broadcastAbortTest() - Method in interface nl.stokpop.eventscheduler.EventBroadcaster
- broadcastAbortTest() - Method in class nl.stokpop.eventscheduler.EventBroadcasterAsync
-
Blocks for all abort tasks to be finished to try to make sure they get called before jvm shutdown.
- broadcastAbortTest() - Method in class nl.stokpop.eventscheduler.EventBroadcasterDefault
- broadcastAfterTest() - Method in interface nl.stokpop.eventscheduler.EventBroadcaster
- broadcastAfterTest() - Method in class nl.stokpop.eventscheduler.EventBroadcasterAsync
-
The after test calls of all events will run in parallel, but this method will wait for all events to finish before returning.
- broadcastAfterTest() - Method in class nl.stokpop.eventscheduler.EventBroadcasterDefault
- broadcastBeforeTest() - Method in interface nl.stokpop.eventscheduler.EventBroadcaster
- broadcastBeforeTest() - Method in class nl.stokpop.eventscheduler.EventBroadcasterAsync
-
The before test calls of all events will run in parallel, but this method will wait for all events to finish before returning.
- broadcastBeforeTest() - Method in class nl.stokpop.eventscheduler.EventBroadcasterDefault
- broadcastCheck() - Method in interface nl.stokpop.eventscheduler.EventBroadcaster
- broadcastCheck() - Method in class nl.stokpop.eventscheduler.EventBroadcasterAsync
- broadcastCheck() - Method in class nl.stokpop.eventscheduler.EventBroadcasterDefault
- broadcastCustomEvent(CustomEvent) - Method in interface nl.stokpop.eventscheduler.EventBroadcaster
- broadcastCustomEvent(CustomEvent) - Method in class nl.stokpop.eventscheduler.EventBroadcasterAsync
- broadcastCustomEvent(CustomEvent) - Method in class nl.stokpop.eventscheduler.EventBroadcasterDefault
- broadcastKeepAlive() - Method in interface nl.stokpop.eventscheduler.EventBroadcaster
- broadcastKeepAlive() - Method in class nl.stokpop.eventscheduler.EventBroadcasterAsync
- broadcastKeepAlive() - Method in class nl.stokpop.eventscheduler.EventBroadcasterDefault
- build() - Method in class nl.stokpop.eventscheduler.api.EventSchedulerSettingsBuilder
- build() - Method in class nl.stokpop.eventscheduler.api.TestContextBuilder
- build() - Method in class nl.stokpop.eventscheduler.EventSchedulerBuilder
- build(ClassLoader) - Method in class nl.stokpop.eventscheduler.EventSchedulerBuilder
-
Clients can use this build method to define a different classloader.
C
- check() - Method in interface nl.stokpop.eventscheduler.api.Event
-
Called to check test results (for example the requirements are checked).
- check() - Method in class nl.stokpop.eventscheduler.api.EventAdapter
- check() - Method in class nl.stokpop.eventscheduler.event.EventDefault
- checkResults() - Method in class nl.stokpop.eventscheduler.EventScheduler
-
Call to check results of this test run.
- checkUnknownProperties(Collection<String>, BiConsumer<String, String>) - Method in class nl.stokpop.eventscheduler.api.EventProperties
- containsUnknownProperties(Collection<String>) - Method in class nl.stokpop.eventscheduler.api.EventProperties
- countOccurrences(String, String) - Static method in class nl.stokpop.eventscheduler.EventSchedulerUtils
- create(String, TestContext, EventProperties, EventLogger) - Method in interface nl.stokpop.eventscheduler.api.EventFactory
- create(String, TestContext, EventProperties, EventLogger) - Method in class nl.stokpop.eventscheduler.event.EventFactoryDefault
- create(Collection<Event>, EventLogger) - Method in interface nl.stokpop.eventscheduler.EventBroadcasterFactory
- create(TestContext, EventGeneratorProperties, EventLogger) - Method in interface nl.stokpop.eventscheduler.api.EventGeneratorFactory
- create(TestContext, EventGeneratorProperties, EventLogger) - Method in class nl.stokpop.eventscheduler.generator.EventGeneratorFactoryDefault
- createFromLine(String) - Static method in class nl.stokpop.eventscheduler.api.CustomEvent
-
Use this format: duration|event-name(description)|settings Note: description and settings are optional.
- createInstanceFromClasspath() - Static method in class nl.stokpop.eventscheduler.event.EventFactoryProvider
- createInstanceFromClasspath(ClassLoader) - Static method in class nl.stokpop.eventscheduler.event.EventFactoryProvider
- createInstanceFromClasspath(EventLogger) - Static method in class nl.stokpop.eventscheduler.generator.EventGeneratorFactoryProvider
- createInstanceFromClasspath(EventLogger, ClassLoader) - Static method in class nl.stokpop.eventscheduler.generator.EventGeneratorFactoryProvider
- customEvent(CustomEvent) - Method in interface nl.stokpop.eventscheduler.api.Event
-
Called for each custom event, according to the custom even schedule.
- customEvent(CustomEvent) - Method in class nl.stokpop.eventscheduler.api.EventAdapter
- customEvent(CustomEvent) - Method in class nl.stokpop.eventscheduler.event.EventDefault
- CustomEvent - Class in nl.stokpop.eventscheduler.api
- CustomEvent(Duration, String, String) - Constructor for class nl.stokpop.eventscheduler.api.CustomEvent
- CustomEvent(Duration, String, String, String) - Constructor for class nl.stokpop.eventscheduler.api.CustomEvent
- CustomEvent.ScheduleEventWrongFormat - Exception in nl.stokpop.eventscheduler.api
D
- debug(String) - Method in interface nl.stokpop.eventscheduler.api.EventLogger
- debug(String) - Method in class nl.stokpop.eventscheduler.log.EventLoggerDevNull
- debug(String) - Method in class nl.stokpop.eventscheduler.log.EventLoggerStdOut
- debug(String) - Method in class nl.stokpop.eventscheduler.log.EventLoggerWithName
- DEFAULT - Static variable in class nl.stokpop.eventscheduler.api.EventCheck
E
- equals(Object) - Method in class nl.stokpop.eventscheduler.api.EventCheck
- equals(Object) - Method in class nl.stokpop.eventscheduler.api.EventProperties
- error(String) - Method in interface nl.stokpop.eventscheduler.api.EventLogger
- error(String) - Method in class nl.stokpop.eventscheduler.log.EventLoggerDevNull
- error(String) - Method in class nl.stokpop.eventscheduler.log.EventLoggerStdOut
- error(String) - Method in class nl.stokpop.eventscheduler.log.EventLoggerWithName
- error(String, Throwable) - Method in interface nl.stokpop.eventscheduler.api.EventLogger
- error(String, Throwable) - Method in class nl.stokpop.eventscheduler.log.EventLoggerDevNull
- error(String, Throwable) - Method in class nl.stokpop.eventscheduler.log.EventLoggerStdOut
- error(String, Throwable) - Method in class nl.stokpop.eventscheduler.log.EventLoggerWithName
- Event - Interface in nl.stokpop.eventscheduler.api
-
This interface can be implemented in other jars and be put on the classpath.
- EVENT_SCHEDULE_TAG - Static variable in class nl.stokpop.eventscheduler.generator.EventGeneratorDefault
- EventAdapter - Class in nl.stokpop.eventscheduler.api
-
Adapter class with empty method implementations of the Event interface.
- EventAdapter(String, TestContext, EventProperties, EventLogger) - Constructor for class nl.stokpop.eventscheduler.api.EventAdapter
- EventBroadcaster - Interface in nl.stokpop.eventscheduler
- EventBroadcasterAsync - Class in nl.stokpop.eventscheduler
-
Calls all events in an async manner to avoid the main broadcast thread from being blocked.
- EventBroadcasterAsync(Collection<Event>) - Constructor for class nl.stokpop.eventscheduler.EventBroadcasterAsync
- EventBroadcasterAsync(Collection<Event>, EventLogger) - Constructor for class nl.stokpop.eventscheduler.EventBroadcasterAsync
- EventBroadcasterDefault - Class in nl.stokpop.eventscheduler
- EventBroadcasterDefault(Collection<Event>) - Constructor for class nl.stokpop.eventscheduler.EventBroadcasterDefault
- EventBroadcasterFactory - Interface in nl.stokpop.eventscheduler
- EventCheck - Class in nl.stokpop.eventscheduler.api
- EventCheck(String, String, EventStatus, String) - Constructor for class nl.stokpop.eventscheduler.api.EventCheck
- EventCheckFailureException - Exception in nl.stokpop.eventscheduler.exception
- EventCheckFailureException(String) - Constructor for exception nl.stokpop.eventscheduler.exception.EventCheckFailureException
- EventDefault - Class in nl.stokpop.eventscheduler.event
- EventFactory - Interface in nl.stokpop.eventscheduler.api
-
Create an EventGenerator based on the given test context and properties.
- EventFactoryDefault - Class in nl.stokpop.eventscheduler.event
- EventFactoryDefault() - Constructor for class nl.stokpop.eventscheduler.event.EventFactoryDefault
- EventFactoryProvider - Class in nl.stokpop.eventscheduler.event
- EventGenerator - Interface in nl.stokpop.eventscheduler.api
-
Create a custom event schedule for events.
- EventGeneratorDefault - Class in nl.stokpop.eventscheduler.generator
- EventGeneratorFactory - Interface in nl.stokpop.eventscheduler.api
-
Create an EventGenerator based on the given test context and properties.
- EventGeneratorFactoryDefault - Class in nl.stokpop.eventscheduler.generator
- EventGeneratorFactoryDefault() - Constructor for class nl.stokpop.eventscheduler.generator.EventGeneratorFactoryDefault
- EventGeneratorFactoryProvider - Class in nl.stokpop.eventscheduler.generator
- EventGeneratorMetaProperty - Enum in nl.stokpop.eventscheduler.api
- EventGeneratorProperties - Class in nl.stokpop.eventscheduler.api
-
Properties for event schedule generators.
- EventGeneratorProperties() - Constructor for class nl.stokpop.eventscheduler.api.EventGeneratorProperties
- EventGeneratorProperties(String) - Constructor for class nl.stokpop.eventscheduler.api.EventGeneratorProperties
- EventGeneratorProperties(Map<String, String>) - Constructor for class nl.stokpop.eventscheduler.api.EventGeneratorProperties
- EventLogger - Interface in nl.stokpop.eventscheduler.api
- EventLoggerDevNull - Class in nl.stokpop.eventscheduler.log
-
Logs to dev null.
- EventLoggerStdOut - Class in nl.stokpop.eventscheduler.log
-
Logs to standard out for convenience.
- EventLoggerStdOut(boolean) - Constructor for class nl.stokpop.eventscheduler.log.EventLoggerStdOut
- EventLoggerWithName - Class in nl.stokpop.eventscheduler.log
- EventLoggerWithName(String, String, EventLogger) - Constructor for class nl.stokpop.eventscheduler.log.EventLoggerWithName
- eventName - Variable in class nl.stokpop.eventscheduler.api.EventAdapter
- eventProperties - Variable in class nl.stokpop.eventscheduler.api.EventAdapter
- EventProperties - Class in nl.stokpop.eventscheduler.api
-
The EventProperties is a list of properties to be used by the Event.
- EventProperties() - Constructor for class nl.stokpop.eventscheduler.api.EventProperties
- EventProperties(Map<String, String>) - Constructor for class nl.stokpop.eventscheduler.api.EventProperties
- EventProperties(Properties) - Constructor for class nl.stokpop.eventscheduler.api.EventProperties
- EventScheduler - Class in nl.stokpop.eventscheduler
- EventSchedulerBuilder - Class in nl.stokpop.eventscheduler
-
Builder: intended to be used in one thread for construction and then to be discarded.
- EventSchedulerBuilder() - Constructor for class nl.stokpop.eventscheduler.EventSchedulerBuilder
- EventSchedulerException - Exception in nl.stokpop.eventscheduler.exception
- EventSchedulerException(String) - Constructor for exception nl.stokpop.eventscheduler.exception.EventSchedulerException
- EventSchedulerException(String, Exception) - Constructor for exception nl.stokpop.eventscheduler.exception.EventSchedulerException
- EventSchedulerRuntimeException - Exception in nl.stokpop.eventscheduler.exception
- EventSchedulerRuntimeException(String) - Constructor for exception nl.stokpop.eventscheduler.exception.EventSchedulerRuntimeException
- EventSchedulerRuntimeException(String, Exception) - Constructor for exception nl.stokpop.eventscheduler.exception.EventSchedulerRuntimeException
- EventSchedulerSettings - Class in nl.stokpop.eventscheduler.api
- EventSchedulerSettingsBuilder - Class in nl.stokpop.eventscheduler.api
- EventSchedulerSettingsBuilder() - Constructor for class nl.stokpop.eventscheduler.api.EventSchedulerSettingsBuilder
- EventSchedulerUtils - Class in nl.stokpop.eventscheduler
- EventStatus - Enum in nl.stokpop.eventscheduler.api
F
- factoryByClassName(String) - Method in class nl.stokpop.eventscheduler.event.EventFactoryProvider
-
Find factory by given class name.
- FAILURE - nl.stokpop.eventscheduler.api.EventStatus
- find(String) - Method in class nl.stokpop.eventscheduler.generator.EventGeneratorFactoryProvider
G
- generate() - Method in interface nl.stokpop.eventscheduler.api.EventGenerator
- generate() - Method in class nl.stokpop.eventscheduler.generator.EventGeneratorDefault
- generatorFactoryClass - nl.stokpop.eventscheduler.api.EventGeneratorMetaProperty
- getAnnotations() - Method in class nl.stokpop.eventscheduler.api.TestContext
- getCIBuildResultsUrl() - Method in class nl.stokpop.eventscheduler.api.TestContext
- getDescription() - Method in class nl.stokpop.eventscheduler.api.CustomEvent
- getDuration() - Method in class nl.stokpop.eventscheduler.api.CustomEvent
- getEnvironment() - Method in class nl.stokpop.eventscheduler.api.TestContext
- getEventClassName() - Method in class nl.stokpop.eventscheduler.api.EventCheck
- getEventId() - Method in class nl.stokpop.eventscheduler.api.EventCheck
- getEventStatus() - Method in class nl.stokpop.eventscheduler.api.EventCheck
- getExceptionType() - Method in exception nl.stokpop.eventscheduler.exception.handler.AbortSchedulerException
- getExceptionType() - Method in exception nl.stokpop.eventscheduler.exception.handler.KillSwitchException
- getExceptionType() - Method in exception nl.stokpop.eventscheduler.exception.handler.SchedulerHandlerException
- getFactoryClassName() - Method in class nl.stokpop.eventscheduler.api.EventProperties
- getKeepAliveDuration() - Method in class nl.stokpop.eventscheduler.api.EventSchedulerSettings
- getMessage() - Method in class nl.stokpop.eventscheduler.api.EventCheck
- getMetaProperty(String) - Method in class nl.stokpop.eventscheduler.api.EventGeneratorProperties
- getName() - Method in class nl.stokpop.eventscheduler.api.CustomEvent
- getName() - Method in interface nl.stokpop.eventscheduler.api.Event
- getName() - Method in class nl.stokpop.eventscheduler.api.EventAdapter
- getNameDescription() - Method in class nl.stokpop.eventscheduler.api.CustomEvent
- getPlannedDuration() - Method in class nl.stokpop.eventscheduler.api.TestContext
- getProperty(String) - Method in class nl.stokpop.eventscheduler.api.EventGeneratorProperties
- getProperty(String) - Method in class nl.stokpop.eventscheduler.api.EventProperties
- getPropertyOrDefault(String, String) - Method in class nl.stokpop.eventscheduler.api.EventProperties
- getRampupTime() - Method in class nl.stokpop.eventscheduler.api.TestContext
- getSettings() - Method in class nl.stokpop.eventscheduler.api.CustomEvent
- getSystemUnderTest() - Method in class nl.stokpop.eventscheduler.api.TestContext
- getTags() - Method in class nl.stokpop.eventscheduler.api.TestContext
- getTestRunId() - Method in class nl.stokpop.eventscheduler.api.TestContext
- getVariables() - Method in class nl.stokpop.eventscheduler.api.TestContext
- getVersion() - Method in class nl.stokpop.eventscheduler.api.TestContext
- getWorkload() - Method in class nl.stokpop.eventscheduler.api.TestContext
H
- hashCode() - Method in class nl.stokpop.eventscheduler.api.EventCheck
- hashCode() - Method in class nl.stokpop.eventscheduler.api.EventProperties
- hasLinesThatStartWithMetaPropertyPrefix(String) - Static method in class nl.stokpop.eventscheduler.api.EventGeneratorProperties
- hasValue(String) - Static method in class nl.stokpop.eventscheduler.EventSchedulerUtils
I
- info(String) - Method in interface nl.stokpop.eventscheduler.api.EventLogger
- info(String) - Method in class nl.stokpop.eventscheduler.log.EventLoggerDevNull
- info(String) - Method in class nl.stokpop.eventscheduler.log.EventLoggerStdOut
- info(String) - Method in class nl.stokpop.eventscheduler.log.EventLoggerWithName
- INSTANCE - Static variable in class nl.stokpop.eventscheduler.log.EventLoggerDevNull
- INSTANCE - Static variable in class nl.stokpop.eventscheduler.log.EventLoggerStdOut
- INSTANCE_DEBUG - Static variable in class nl.stokpop.eventscheduler.log.EventLoggerStdOut
- isDebugEnabled() - Method in interface nl.stokpop.eventscheduler.api.EventLogger
- isDebugEnabled() - Method in class nl.stokpop.eventscheduler.log.EventLoggerDevNull
- isDebugEnabled() - Method in class nl.stokpop.eventscheduler.log.EventLoggerStdOut
- isDebugEnabled() - Method in class nl.stokpop.eventscheduler.log.EventLoggerWithName
- isEmpty() - Method in class nl.stokpop.eventscheduler.api.EventProperties
- isEnumValue(String) - Static method in enum nl.stokpop.eventscheduler.api.EventGeneratorMetaProperty
- isEventEnabled() - Method in class nl.stokpop.eventscheduler.api.EventProperties
- isSessionStopped() - Method in class nl.stokpop.eventscheduler.EventScheduler
K
- keepAlive() - Method in interface nl.stokpop.eventscheduler.api.Event
-
Called for each keep alive event for this test run.
- keepAlive() - Method in class nl.stokpop.eventscheduler.api.EventAdapter
- kill(String) - Method in interface nl.stokpop.eventscheduler.api.SchedulerExceptionHandler
- KILL - nl.stokpop.eventscheduler.api.SchedulerExceptionType
- KillSwitchException - Exception in nl.stokpop.eventscheduler.exception.handler
-
An event can throw KillSwitchException to stop the running test and trigger the registered kill handlers.
- KillSwitchException(String) - Constructor for exception nl.stokpop.eventscheduler.exception.handler.KillSwitchException
L
- logger - Variable in class nl.stokpop.eventscheduler.api.EventAdapter
N
- nl.stokpop.eventscheduler - package nl.stokpop.eventscheduler
- nl.stokpop.eventscheduler.api - package nl.stokpop.eventscheduler.api
- nl.stokpop.eventscheduler.event - package nl.stokpop.eventscheduler.event
- nl.stokpop.eventscheduler.exception - package nl.stokpop.eventscheduler.exception
- nl.stokpop.eventscheduler.exception.handler - package nl.stokpop.eventscheduler.exception.handler
- nl.stokpop.eventscheduler.generator - package nl.stokpop.eventscheduler.generator
- nl.stokpop.eventscheduler.log - package nl.stokpop.eventscheduler.log
- NONE - nl.stokpop.eventscheduler.api.SchedulerExceptionType
P
- parseInt(String, String, int) - Static method in class nl.stokpop.eventscheduler.EventSchedulerUtils
- PROP_EVENT_ENABLED - Static variable in class nl.stokpop.eventscheduler.api.EventProperties
- PROP_FACTORY_CLASSNAME - Static variable in class nl.stokpop.eventscheduler.api.EventProperties
S
- ScheduleEventWrongFormat(String) - Constructor for exception nl.stokpop.eventscheduler.api.CustomEvent.ScheduleEventWrongFormat
- ScheduleEventWrongFormat(String, Exception) - Constructor for exception nl.stokpop.eventscheduler.api.CustomEvent.ScheduleEventWrongFormat
- SchedulerExceptionHandler - Interface in nl.stokpop.eventscheduler.api
-
When a keep-alive event throws a KillSwitchException or AbortSchedulerException, the kill or abort of this handler will be invoked.
- SchedulerExceptionType - Enum in nl.stokpop.eventscheduler.api
- SchedulerHandlerException - Exception in nl.stokpop.eventscheduler.exception.handler
-
Exceptions to be passed outside of the event sandbox.
- SchedulerHandlerException(String) - Constructor for exception nl.stokpop.eventscheduler.exception.handler.SchedulerHandlerException
- setAnnotations(String) - Method in class nl.stokpop.eventscheduler.api.TestContextBuilder
- setAssertResultsEnabled(boolean) - Method in class nl.stokpop.eventscheduler.EventSchedulerBuilder
- setCIBuildResultsUrl(String) - Method in class nl.stokpop.eventscheduler.api.TestContextBuilder
- setConstantLoadTime(Duration) - Method in class nl.stokpop.eventscheduler.api.TestContextBuilder
- setConstantLoadTimeInSeconds(String) - Method in class nl.stokpop.eventscheduler.api.TestContextBuilder
- setCustomEvents(String) - Method in class nl.stokpop.eventscheduler.EventSchedulerBuilder
-
Provide schedule event as "duration|eventname(description)|json-settings".
- setEnvironment(String) - Method in class nl.stokpop.eventscheduler.api.TestContextBuilder
- setEventSchedulerSettings(EventSchedulerSettings) - Method in class nl.stokpop.eventscheduler.EventSchedulerBuilder
- setKeepAliveInterval(Duration) - Method in class nl.stokpop.eventscheduler.api.EventSchedulerSettingsBuilder
- setKeepAliveTimeInSeconds(String) - Method in class nl.stokpop.eventscheduler.api.EventSchedulerSettingsBuilder
- setLogger(EventLogger) - Method in class nl.stokpop.eventscheduler.EventSchedulerBuilder
- setOf(String...) - Static method in class nl.stokpop.eventscheduler.api.EventAdapter
-
Convenience method for the allowed properties or events.
- setRampupTime(Duration) - Method in class nl.stokpop.eventscheduler.api.TestContextBuilder
- setRampupTimeInSeconds(String) - Method in class nl.stokpop.eventscheduler.api.TestContextBuilder
- setSchedulerExceptionHandler(SchedulerExceptionHandler) - Method in class nl.stokpop.eventscheduler.EventSchedulerBuilder
- setSystemUnderTest(String) - Method in class nl.stokpop.eventscheduler.api.TestContextBuilder
- setTags(String) - Method in class nl.stokpop.eventscheduler.api.TestContextBuilder
- setTags(List<String>) - Method in class nl.stokpop.eventscheduler.api.TestContextBuilder
- setTestContext(TestContext) - Method in class nl.stokpop.eventscheduler.EventSchedulerBuilder
- setTestRunId(String) - Method in class nl.stokpop.eventscheduler.api.TestContextBuilder
- setVariables(Map<String, String>) - Method in class nl.stokpop.eventscheduler.api.TestContextBuilder
- setVariables(Properties) - Method in class nl.stokpop.eventscheduler.api.TestContextBuilder
- setVersion(String) - Method in class nl.stokpop.eventscheduler.api.TestContextBuilder
- setWorkload(String) - Method in class nl.stokpop.eventscheduler.api.TestContextBuilder
- shutdownAndWaitAllTasksDone(long) - Method in interface nl.stokpop.eventscheduler.EventBroadcaster
- shutdownAndWaitAllTasksDone(long) - Method in class nl.stokpop.eventscheduler.EventBroadcasterAsync
- shutdownAndWaitAllTasksDone(long) - Method in class nl.stokpop.eventscheduler.EventBroadcasterDefault
- splitAndTrim(String, String) - Static method in class nl.stokpop.eventscheduler.EventSchedulerUtils
- startSession() - Method in class nl.stokpop.eventscheduler.EventScheduler
-
Start a test session.
- stopSession() - Method in class nl.stokpop.eventscheduler.EventScheduler
-
Stop a test session.
- SUCCESS - nl.stokpop.eventscheduler.api.EventStatus
T
- testContext - Variable in class nl.stokpop.eventscheduler.api.EventAdapter
- TestContext - Class in nl.stokpop.eventscheduler.api
-
Information for a (performance) test run.
- TestContextBuilder - Class in nl.stokpop.eventscheduler.api
- TestContextBuilder() - Constructor for class nl.stokpop.eventscheduler.api.TestContextBuilder
- throwAbortOrKillWitchException(Queue<Throwable>) - Method in interface nl.stokpop.eventscheduler.EventBroadcaster
- toString() - Method in class nl.stokpop.eventscheduler.api.CustomEvent
- toString() - Method in class nl.stokpop.eventscheduler.api.EventCheck
- toString() - Method in class nl.stokpop.eventscheduler.api.EventGeneratorProperties
- toString() - Method in class nl.stokpop.eventscheduler.api.EventProperties
- toString() - Method in class nl.stokpop.eventscheduler.event.EventFactoryDefault
- toString() - Method in class nl.stokpop.eventscheduler.EventScheduler
U
- UNKNOWN - nl.stokpop.eventscheduler.api.EventStatus
V
- valueOf(String) - Static method in enum nl.stokpop.eventscheduler.api.EventGeneratorMetaProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nl.stokpop.eventscheduler.api.EventStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nl.stokpop.eventscheduler.api.SchedulerExceptionType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum nl.stokpop.eventscheduler.api.EventGeneratorMetaProperty
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nl.stokpop.eventscheduler.api.EventStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nl.stokpop.eventscheduler.api.SchedulerExceptionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- warn(String) - Method in interface nl.stokpop.eventscheduler.api.EventLogger
- warn(String) - Method in class nl.stokpop.eventscheduler.log.EventLoggerDevNull
- warn(String) - Method in class nl.stokpop.eventscheduler.log.EventLoggerStdOut
- warn(String) - Method in class nl.stokpop.eventscheduler.log.EventLoggerWithName
All Classes All Packages