Package io.perfana.event
Class PerfanaEvent
- java.lang.Object
-
- io.perfana.eventscheduler.api.EventAdapter<PerfanaEventContext>
-
- io.perfana.event.PerfanaEvent
-
- All Implemented Interfaces:
io.perfana.eventscheduler.api.Event
public class PerfanaEvent extends io.perfana.eventscheduler.api.EventAdapter<PerfanaEventContext>
-
-
Field Summary
Fields Modifier and Type Field Description static StringPLUGIN_NAME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidabortTest()voidafterTest()voidbeforeTest()io.perfana.eventscheduler.api.EventCheckcheck()voidcustomEvent(io.perfana.eventscheduler.api.CustomEvent customEvent)voidkeepAlive()voidstartTest()-
Methods inherited from class io.perfana.eventscheduler.api.EventAdapter
getName, isContinueOnKeepAliveParticipant, isReadyForStartParticipant, setOf
-
-
-
-
Field Detail
-
PLUGIN_NAME
public static final String PLUGIN_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
beforeTest
public void beforeTest()
- Specified by:
beforeTestin interfaceio.perfana.eventscheduler.api.Event- Overrides:
beforeTestin classio.perfana.eventscheduler.api.EventAdapter<PerfanaEventContext>
-
startTest
public void startTest()
- Specified by:
startTestin interfaceio.perfana.eventscheduler.api.Event- Overrides:
startTestin classio.perfana.eventscheduler.api.EventAdapter<PerfanaEventContext>
-
afterTest
public void afterTest()
- Specified by:
afterTestin interfaceio.perfana.eventscheduler.api.Event- Overrides:
afterTestin classio.perfana.eventscheduler.api.EventAdapter<PerfanaEventContext>
-
abortTest
public void abortTest()
- Specified by:
abortTestin interfaceio.perfana.eventscheduler.api.Event- Overrides:
abortTestin classio.perfana.eventscheduler.api.EventAdapter<PerfanaEventContext>
-
check
public io.perfana.eventscheduler.api.EventCheck check()
- Specified by:
checkin interfaceio.perfana.eventscheduler.api.Event- Overrides:
checkin classio.perfana.eventscheduler.api.EventAdapter<PerfanaEventContext>
-
keepAlive
public void keepAlive()
- Specified by:
keepAlivein interfaceio.perfana.eventscheduler.api.Event- Overrides:
keepAlivein classio.perfana.eventscheduler.api.EventAdapter<PerfanaEventContext>
-
customEvent
public void customEvent(io.perfana.eventscheduler.api.CustomEvent customEvent)
- Specified by:
customEventin interfaceio.perfana.eventscheduler.api.Event- Overrides:
customEventin classio.perfana.eventscheduler.api.EventAdapter<PerfanaEventContext>
-
-