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 SummaryFields Modifier and Type Field Description static java.lang.StringCONFIG_PROJECTSstatic java.lang.StringCONFIG_TOKEN_PREFIXstatic java.lang.StringREPOSITORY_NAME
 - 
Constructor SummaryConstructors Constructor Description AzureDevopsRepositoryPlugin()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description step.engine.plugins.ExecutionEnginePlugingetExecutionEnginePlugin()protected java.lang.StringgetModuleName()step.core.plugins.WebPlugingetWebPlugin()voidserverStart(step.core.GlobalContext context)- 
Methods inherited from class step.plugins.licensing.AbstractLicensedControllerPlugingetLicensingResourceId, setAllowed
 
- 
 
- 
- 
- 
Field Detail- 
REPOSITORY_NAMEpublic static final java.lang.String REPOSITORY_NAME - See Also:
- Constant Field Values
 
 - 
CONFIG_TOKEN_PREFIXpublic static final java.lang.String CONFIG_TOKEN_PREFIX - See Also:
- Constant Field Values
 
 - 
CONFIG_PROJECTSpublic static final java.lang.String CONFIG_PROJECTS - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getModuleNameprotected java.lang.String getModuleName() - Specified by:
- getModuleNamein class- AbstractLicensedControllerPlugin
 
 - 
serverStartpublic void serverStart(step.core.GlobalContext context) throws java.lang.Exception- Specified by:
- serverStartin interface- step.framework.server.ServerPlugin<step.core.GlobalContext>
- Overrides:
- serverStartin class- step.core.plugins.AbstractControllerPlugin
- Throws:
- java.lang.Exception
 
 - 
getExecutionEnginePluginpublic step.engine.plugins.ExecutionEnginePlugin getExecutionEnginePlugin() - Specified by:
- getExecutionEnginePluginin interface- step.core.plugins.ControllerPlugin
- Overrides:
- getExecutionEnginePluginin class- step.core.plugins.AbstractControllerPlugin
 
 - 
getWebPluginpublic step.core.plugins.WebPlugin getWebPlugin() - Specified by:
- getWebPluginin interface- step.core.plugins.ControllerPlugin
- Overrides:
- getWebPluginin class- step.core.plugins.AbstractControllerPlugin
 
 
- 
 
-