Class TomcatController.FactoryImpl

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

public static class TomcatController.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 TomcatController create()