Package org.wso2.am.framework.extensions
Class APIMUnzipCarbonServerExtension
- java.lang.Object
-
- org.wso2.carbon.automation.engine.extensions.ListenerExtension
-
- org.wso2.carbon.automation.engine.extensions.ExecutionListenerExtension
-
- org.wso2.am.framework.extensions.APIMUnzipCarbonServerExtension
-
public class APIMUnzipCarbonServerExtension extends org.wso2.carbon.automation.engine.extensions.ExecutionListenerExtension
-
-
Constructor Summary
Constructors Constructor Description APIMUnzipCarbonServerExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitiate()voidonExecutionFinish()voidonExecutionStart()
-
-
-
Method Detail
-
initiate
public void initiate()
- Specified by:
initiatein classorg.wso2.carbon.automation.engine.extensions.ExecutionListenerExtension
-
onExecutionStart
public void onExecutionStart() throws org.wso2.carbon.automation.engine.exceptions.AutomationFrameworkException- Specified by:
onExecutionStartin classorg.wso2.carbon.automation.engine.extensions.ExecutionListenerExtension- Throws:
org.wso2.carbon.automation.engine.exceptions.AutomationFrameworkException
-
onExecutionFinish
public void onExecutionFinish() throws org.wso2.carbon.automation.engine.exceptions.AutomationFrameworkException- Specified by:
onExecutionFinishin classorg.wso2.carbon.automation.engine.extensions.ExecutionListenerExtension- Throws:
org.wso2.carbon.automation.engine.exceptions.AutomationFrameworkException
-
-