Uses of Record Class
org.jvnet.hudson.test.jetty.JettyProvider.Context
Packages that use JettyProvider.Context
-
Uses of JettyProvider.Context in org.jvnet.hudson.test.jetty
Methods in org.jvnet.hudson.test.jetty that return JettyProvider.ContextModifier and TypeMethodDescriptionJetty12EE10Provider.createWebServer
(int localPort, String contextPath, Supplier<org.eclipse.jetty.security.LoginService> loginServiceSupplier) Jetty12EE9Provider.createWebServer
(int localPort, String contextPath, Supplier<org.eclipse.jetty.security.LoginService> loginServiceSupplier) abstract JettyProvider.Context
JettyProvider.createWebServer
(int localPort, String contextPath, Supplier<org.eclipse.jetty.security.LoginService> loginServiceSupplier) Prepares a webapp hosting environment and returns a context containing theServletContext
, port, and server for testing.