Class PooledJenkinsController.FactoryImpl

java.lang.Object
org.jenkinsci.test.acceptance.controller.LocalController.LocalFactoryImpl
org.jenkinsci.test.acceptance.server.PooledJenkinsController.FactoryImpl
All Implemented Interfaces:
JenkinsControllerFactory
Enclosing class:
PooledJenkinsController

public static class PooledJenkinsController.FactoryImpl extends LocalController.LocalFactoryImpl
  • Constructor Details

    • FactoryImpl

      public FactoryImpl()
  • Method Details

    • getId

      public String getId()
      Description copied from interface: JenkinsControllerFactory
      Unique short name that distinguishes this controller from others.

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

    • create

      public JenkinsController create()