Package step.repository.alm
Class ALMRepositoryPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractExecutionPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.plugins.licensing.AbstractLicensedPlugin
-
- step.repository.alm.ALMRepositoryPlugin
-
- All Implemented Interfaces:
step.core.plugins.ControllerPluginCallbacks,step.core.plugins.ExecutionCallbacks,step.core.plugins.PluginCallbacks
public class ALMRepositoryPlugin extends AbstractLicensedPlugin
-
-
Field Summary
Fields Modifier and Type Field Description protected ALMRepositoryalmRepositoryprotected ExecutorServiceexecutorprotected ALMRepositoryClientrepoprotected booleanreportTestCaseStart
-
Constructor Summary
Constructors Constructor Description ALMRepositoryPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterReportNodeExecution(step.core.execution.ExecutionContext context, step.core.artefacts.reports.ReportNode node)voidafterReportNodeSkeletonCreation(step.core.execution.ExecutionContext context, step.core.artefacts.reports.ReportNode node)voidexecutionControllerStart(step.core.GlobalContext context)protected StringgetModuleName()-
Methods inherited from class step.plugins.licensing.AbstractLicensedPlugin
checkLicenseCached, validate
-
Methods inherited from class step.core.plugins.AbstractControllerPlugin
afterInitializeData, executionControllerDestroy, getWebPlugin, initializeData, registerWebapp
-
Methods inherited from class step.core.plugins.AbstractExecutionPlugin
afterExecutionEnd, afterFunctionExecution, afterReportNodeExecution, afterReportNodeSkeletonCreation, associateThread, associateThread, beforeExecutionEnd, beforeFunctionExecution, beforePlanImport, beforeReportNodeExecution, beforeReportNodeExecution, executionStart, rollbackReportNode, rollbackReportNode, unassociateThread
-
-
-
-
Field Detail
-
repo
protected ALMRepositoryClient repo
-
almRepository
protected ALMRepository almRepository
-
executor
protected ExecutorService executor
-
reportTestCaseStart
protected boolean reportTestCaseStart
-
-
Method Detail
-
getModuleName
protected String getModuleName()
- Specified by:
getModuleNamein classAbstractLicensedPlugin
-
executionControllerStart
public void executionControllerStart(step.core.GlobalContext context) throws Exception- Specified by:
executionControllerStartin interfacestep.core.plugins.ControllerPluginCallbacks- Overrides:
executionControllerStartin classstep.core.plugins.AbstractControllerPlugin- Throws:
Exception
-
afterReportNodeSkeletonCreation
public void afterReportNodeSkeletonCreation(step.core.execution.ExecutionContext context, step.core.artefacts.reports.ReportNode node)- Specified by:
afterReportNodeSkeletonCreationin interfacestep.core.plugins.ExecutionCallbacks- Overrides:
afterReportNodeSkeletonCreationin classstep.core.plugins.AbstractExecutionPlugin
-
afterReportNodeExecution
public void afterReportNodeExecution(step.core.execution.ExecutionContext context, step.core.artefacts.reports.ReportNode node)- Specified by:
afterReportNodeExecutionin interfacestep.core.plugins.ExecutionCallbacks- Overrides:
afterReportNodeExecutionin classstep.core.plugins.AbstractExecutionPlugin
-
-