Interface JenkinsControllerFactory

All Known Implementing Classes:
ExistingJenkinsController.FactoryImpl, JBossController.FactoryImpl, LocalController.LocalFactoryImpl, PooledJenkinsController.FactoryImpl, TomcatController.FactoryImpl, WinstoneController.FactoryImpl, WinstoneDockerController.FactoryImpl

public interface JenkinsControllerFactory
Extension point for instantiating JenkinsController from command-line options / environments.
Author:
Kohsuke Kawaguchi
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Unique short name that distinguishes this controller from others.
  • Method Details

    • getId

      String getId()
      Unique short name that distinguishes this controller from others.

      User can select the factory by specifying its ID to the "TYPE" environment variable.

    • create