Uses of Class
io.perfana.client.api.PerfanaTestContext
-
Packages that use PerfanaTestContext Package Description io.perfana.client io.perfana.client.api -
-
Uses of PerfanaTestContext in io.perfana.client
Methods in io.perfana.client that return PerfanaTestContext Modifier and Type Method Description static PerfanaTestContextPerfanaUtils. createPerfanaTestContext(PerfanaEventContext context, io.perfana.eventscheduler.api.config.TestContext testContext)Methods in io.perfana.client with parameters of type PerfanaTestContext Modifier and Type Method Description StringPerfanaClient. callInitTest(PerfanaTestContext context)voidPerfanaClient. callPerfanaEvent(PerfanaTestContext context, String eventTitle, String eventDescription)voidPerfanaClient. callPerfanaTestEndpoint(PerfanaTestContext context, boolean completed)voidPerfanaClient. callPerfanaTestEndpoint(PerfanaTestContext context, boolean completed, Map<String,String> extraVariables)static PerfanaClientPerfanaUtils. createPerfanaClient(PerfanaEventContext eventContext, PerfanaTestContext testContext, io.perfana.eventscheduler.api.EventLogger logger)static StringPerfanaClient. perfanaMessageToJson(PerfanaTestContext context, boolean completed, Map<String,String> extraVariables)PerfanaClientBuilderPerfanaClientBuilder. setTestContext(PerfanaTestContext context) -
Uses of PerfanaTestContext in io.perfana.client.api
Methods in io.perfana.client.api that return PerfanaTestContext Modifier and Type Method Description PerfanaTestContextTestContextBuilder. build()Methods in io.perfana.client.api with parameters of type PerfanaTestContext Modifier and Type Method Description StringPerfanaCaller. callInitTest(PerfanaTestContext context)Call before test starts to get a unique test run id.voidPerfanaCaller. callPerfanaEvent(PerfanaTestContext context, String eventTitle, String eventDescription)voidPerfanaCaller. callPerfanaTestEndpoint(PerfanaTestContext context, boolean complete)voidPerfanaCaller. callPerfanaTestEndpoint(PerfanaTestContext context, boolean complete, Map<String,String> extraVariables)
-