| Package | Description |
|---|---|
| io.perfana.event | |
| io.perfana.event.generator |
| Modifier and Type | Method and Description |
|---|---|
static ScheduleEvent |
ScheduleEvent.createFromLine(String line)
Use this format: duration|event-name(description)|settings
Note: description and settings are optional.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScheduleEvent> |
EventScheduleGenerator.generateEvents(TestContext context,
GeneratorProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
PerfanaEventProvider.broadcastCustomEvent(TestContext context,
PerfanaEventProperties properties,
ScheduleEvent scheduleEvent) |
void |
PerfanaEventBroadcaster.broadcastCustomEvent(TestContext context,
PerfanaEventProperties eventProperties,
ScheduleEvent event) |
void |
PerfanaEvent.customEvent(TestContext context,
EventProperties properties,
ScheduleEvent scheduleEvent)
Called for each custom event, according to the custom even schedule.
|
void |
PerfanaEventAdapter.customEvent(TestContext context,
EventProperties properties,
ScheduleEvent scheduleEvent) |
| Modifier and Type | Method and Description |
|---|---|
List<ScheduleEvent> |
EventScheduleGeneratorDefault.createPerfanaTestEvents(String eventsAsString) |
List<ScheduleEvent> |
EventScheduleGeneratorDefault.generateEvents(TestContext context,
GeneratorProperties properties) |
Copyright © 2019. All rights reserved.