Package step.repositories.azure.devops
Class AzureDevopsRepositoryPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.plugins.licensing.AbstractLicensedControllerPlugin
-
- step.repositories.azure.devops.AzureDevopsRepositoryPlugin
-
- All Implemented Interfaces:
step.core.plugins.ControllerPlugin
,step.core.plugins.OptionalPlugin
,step.framework.server.ServerPlugin<step.core.GlobalContext>
public class AzureDevopsRepositoryPlugin extends AbstractLicensedControllerPlugin
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CONFIG_PROJECTS
static java.lang.String
CONFIG_TOKEN_PREFIX
static java.lang.String
REPOSITORY_NAME
-
Constructor Summary
Constructors Constructor Description AzureDevopsRepositoryPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description step.engine.plugins.ExecutionEnginePlugin
getExecutionEnginePlugin()
protected java.lang.String
getModuleName()
step.core.plugins.WebPlugin
getWebPlugin()
void
serverStart(step.core.GlobalContext context)
-
Methods inherited from class step.plugins.licensing.AbstractLicensedControllerPlugin
getLicensingResourceId, setAllowed
-
-
-
-
Field Detail
-
REPOSITORY_NAME
public static final java.lang.String REPOSITORY_NAME
- See Also:
- Constant Field Values
-
CONFIG_TOKEN_PREFIX
public static final java.lang.String CONFIG_TOKEN_PREFIX
- See Also:
- Constant Field Values
-
CONFIG_PROJECTS
public static final java.lang.String CONFIG_PROJECTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getModuleName
protected java.lang.String getModuleName()
- Specified by:
getModuleName
in classAbstractLicensedControllerPlugin
-
serverStart
public void serverStart(step.core.GlobalContext context) 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
-
getExecutionEnginePlugin
public step.engine.plugins.ExecutionEnginePlugin getExecutionEnginePlugin()
- Specified by:
getExecutionEnginePlugin
in interfacestep.core.plugins.ControllerPlugin
- Overrides:
getExecutionEnginePlugin
in classstep.core.plugins.AbstractControllerPlugin
-
getWebPlugin
public step.core.plugins.WebPlugin getWebPlugin()
- Specified by:
getWebPlugin
in interfacestep.core.plugins.ControllerPlugin
- Overrides:
getWebPlugin
in classstep.core.plugins.AbstractControllerPlugin
-
-