Package io.cucumber.core.runtime
Class Runtime.Builder
java.lang.Object
io.cucumber.core.runtime.Runtime.Builder
- Enclosing class:
- Runtime
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withAdditionalPlugins(Plugin... plugins) withBackendSupplier(BackendSupplier backendSupplier) withClassLoader(Supplier<ClassLoader> classLoader) withEventBus(EventBus eventBus) withFeatureSupplier(FeatureSupplier featureSupplier) withObjectFactorySupplier(ObjectFactorySupplier objectFactorySupplier) withRuntimeOptions(RuntimeOptions runtimeOptions) withUuidGeneratorSupplier(Supplier<UuidGenerator> uuidGenerator)
-
Method Details
-
withRuntimeOptions
-
withClassLoader
-
withBackendSupplier
-
withObjectFactorySupplier
-
withFeatureSupplier
-
withUuidGeneratorSupplier
-
withAdditionalPlugins
-
withEventBus
-
build
-