Package step.repositories.jira.xray
Class JiraXrayRepositoryControllerPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.plugins.licensing.AbstractLicensedControllerPlugin
-
- step.repositories.jira.xray.JiraXrayRepositoryControllerPlugin
-
- All Implemented Interfaces:
step.core.plugins.ControllerPlugin
,step.core.plugins.OptionalPlugin
,step.framework.server.ServerPlugin<step.core.GlobalContext>
public class JiraXrayRepositoryControllerPlugin extends AbstractLicensedControllerPlugin
-
-
Constructor Summary
Constructors Constructor Description JiraXrayRepositoryControllerPlugin()
-
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)
-
Methods inherited from class step.plugins.licensing.AbstractLicensedControllerPlugin
getLicensingResourceId, setAllowed
-
-
-
-
Method Detail
-
getModuleName
protected java.lang.String getModuleName()
- Specified by:
getModuleName
in classAbstractLicensedControllerPlugin
-
getExecutionEnginePlugin
public step.engine.plugins.ExecutionEnginePlugin getExecutionEnginePlugin()
- Specified by:
getExecutionEnginePlugin
in interfacestep.core.plugins.ControllerPlugin
- Overrides:
getExecutionEnginePlugin
in classstep.core.plugins.AbstractControllerPlugin
-
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
-
-