Package step.plugins.jmeter
Class JMeterHandler
java.lang.Object
step.functions.handler.AbstractFunctionHandler<javax.json.JsonObject,javax.json.JsonObject>
step.functions.handler.JsonBasedFunctionHandler
step.plugins.jmeter.JMeterHandler
-
Field Summary
Fields inherited from class step.functions.handler.AbstractFunctionHandler
EXECUTION_CONTEXT_KEY, FORKED_BRANCH, PARENTREPORTID_KEY, STEP_NODE_KEY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstep.functions.io.Output<javax.json.JsonObject>
handle
(step.functions.io.Input<javax.json.JsonObject> input) Methods inherited from class step.functions.handler.JsonBasedFunctionHandler
getInputPayloadClass, getOutputPayloadClass
Methods inherited from class step.functions.handler.AbstractFunctionHandler
delegate, delegate, getCurrentContext, getCurrentContext, getFileVersionId, getFunctionHandlerFactory, getProperties, getTokenReservationSession, getTokenSession, initialize, mergeAllProperties, pushLocalApplicationContext, pushLocalApplicationContext, pushLocalFolderApplicationContext, pushLocalFolderApplicationContext, pushRemoteApplicationContext, pushRemoteApplicationContext, retrieveFileVersion, runInContext, runInContext, setApplicationContextBuilder, setFileManagerClient, setFunctionHandlerFactory, setProperties, setTokenReservationSession, setTokenSession
-
Constructor Details
-
JMeterHandler
public JMeterHandler()
-
-
Method Details
-
handle
public step.functions.io.Output<javax.json.JsonObject> handle(step.functions.io.Input<javax.json.JsonObject> input) throws Exception - Specified by:
handle
in classAbstractFunctionHandler<javax.json.JsonObject,
javax.json.JsonObject> - Throws:
Exception
-