Package step.repository.alm
Class ALMRepositoryPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.plugins.licensing.AbstractLicensedControllerPlugin
-
- step.repository.alm.ALMRepositoryPlugin
-
- All Implemented Interfaces:
step.core.plugins.ControllerPlugin
,step.core.plugins.OptionalPlugin
,step.framework.server.ServerPlugin<step.core.GlobalContext>
public class ALMRepositoryPlugin extends AbstractLicensedControllerPlugin
-
-
Field Summary
Fields Modifier and Type Field Description protected ALMRepository
almRepository
protected java.util.concurrent.ExecutorService
executor
protected ALMRepositoryClient
repo
protected boolean
reportTestCaseStart
-
Constructor Summary
Constructors Constructor Description ALMRepositoryPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description step.engine.plugins.ExecutionEnginePlugin
getExecutionEnginePlugin()
protected java.lang.String
getModuleName()
void
serverStart(step.core.GlobalContext globalContext)
void
serverStop(step.core.GlobalContext context)
-
-
-
Field Detail
-
repo
protected ALMRepositoryClient repo
-
almRepository
protected ALMRepository almRepository
-
executor
protected java.util.concurrent.ExecutorService executor
-
reportTestCaseStart
protected boolean reportTestCaseStart
-
-
Method Detail
-
getModuleName
protected java.lang.String getModuleName()
- Specified by:
getModuleName
in classAbstractLicensedControllerPlugin
-
serverStart
public void serverStart(step.core.GlobalContext globalContext) throws java.lang.Exception
- Specified by:
serverStart
in interfacestep.framework.server.ServerPlugin<step.core.GlobalContext>
- Overrides:
serverStart
in classstep.core.plugins.AbstractControllerPlugin
- Throws:
java.lang.Exception
-
serverStop
public void serverStop(step.core.GlobalContext context)
- Specified by:
serverStop
in interfacestep.framework.server.ServerPlugin<step.core.GlobalContext>
- Overrides:
serverStop
in classstep.core.plugins.AbstractControllerPlugin
-
getExecutionEnginePlugin
public step.engine.plugins.ExecutionEnginePlugin getExecutionEnginePlugin()
- Specified by:
getExecutionEnginePlugin
in interfacestep.core.plugins.ControllerPlugin
- Overrides:
getExecutionEnginePlugin
in classstep.core.plugins.AbstractControllerPlugin
-
-