A C D E F G H I J L M O P R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AccessEvent - Class in org.eclipse.jgit.junit.http
-
A single request made through
AppServer
. - addContext(String) - Method in class org.eclipse.jgit.junit.http.AppServer
-
Create a new servlet context within the server.
- AppServer - Class in org.eclipse.jgit.junit.http
-
Tiny web application server for unit testing.
- AppServer() - Constructor for class org.eclipse.jgit.junit.http.AppServer
-
Constructor for
AppServer
. - AppServer(int) - Constructor for class org.eclipse.jgit.junit.http.AppServer
-
Constructor for
AppServer
. - AppServer(int, int) - Constructor for class org.eclipse.jgit.junit.http.AppServer
-
Constructor for
AppServer
. - authBasic(ServletContextHandler, String...) - Method in class org.eclipse.jgit.junit.http.AppServer
-
Configure basic authentication.
C
- clear() - Static method in class org.eclipse.jgit.junit.http.RecordingLogger
-
Clear the warnings, automatically done by
AppServer.setUp()
- createServer() - Method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Create the
AppServer
.This default implementation creates a server without SSLsupport listening for HTTP connections on a dynamically chosen port, which can be gotten once the server has been started via itsAppServer.getPort()
method. - createTestRepository() - Method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Create TestRepository
D
- debug(String) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- debug(String, Object) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- debug(String, Object...) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- debug(String, Object, Object) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- debug(String, Throwable) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
E
- error(String) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- error(String, Object) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- error(String, Object...) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- error(String, Object, Object) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- error(String, Throwable) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- extendPath(URIish, String) - Static method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Extend a path
F
- fsck(Repository, RevObject...) - Static method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Run fsck
G
- getInitParameter(String) - Method in class org.eclipse.jgit.junit.http.MockServletConfig
- getInitParameterNames() - Method in class org.eclipse.jgit.junit.http.MockServletConfig
- getMethod() - Method in class org.eclipse.jgit.junit.http.AccessEvent
-
Get the
method
. - getParameter(String) - Method in class org.eclipse.jgit.junit.http.AccessEvent
-
Get parameter
- getParameters() - Method in class org.eclipse.jgit.junit.http.AccessEvent
-
Get
parameters
- getPath() - Method in class org.eclipse.jgit.junit.http.AccessEvent
-
Get
path
. - getPort() - Method in class org.eclipse.jgit.junit.http.AppServer
-
Get port.
- getRequestHeader(String) - Method in class org.eclipse.jgit.junit.http.AccessEvent
-
Get request header
- getRequests() - Method in class org.eclipse.jgit.junit.http.AppServer
-
Get requests.
- getRequests() - Method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Get requests.
- getRequests(String) - Method in class org.eclipse.jgit.junit.http.AppServer
-
Get requests.
- getRequests(String) - Method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Get requests.
- getRequests(URIish, String) - Method in class org.eclipse.jgit.junit.http.AppServer
-
Get requests.
- getRequests(URIish, String) - Method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Get requests.
- getResponseHeader(String) - Method in class org.eclipse.jgit.junit.http.AccessEvent
-
Get response header.
- getSecurePort() - Method in class org.eclipse.jgit.junit.http.AppServer
-
Get secure port.
- getSecureUri() - Method in class org.eclipse.jgit.junit.http.SimpleHttpServer
-
Get the
secureUri
. - getServletContext() - Method in class org.eclipse.jgit.junit.http.MockServletConfig
- getServletName() - Method in class org.eclipse.jgit.junit.http.MockServletConfig
- getStatus() - Method in class org.eclipse.jgit.junit.http.AccessEvent
-
Get the
status
. - getUri() - Method in class org.eclipse.jgit.junit.http.SimpleHttpServer
-
Get the
uri
. - getURI() - Method in class org.eclipse.jgit.junit.http.AppServer
-
Get the URI to reference this server.
- getWarnings() - Static method in class org.eclipse.jgit.junit.http.RecordingLogger
-
Get the
warnings
.
H
- HttpTestCase - Class in org.eclipse.jgit.junit.http
-
Base class for HTTP related transport testing.
- HttpTestCase() - Constructor for class org.eclipse.jgit.junit.http.HttpTestCase
I
- info(String) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- info(String, Object) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- info(String, Object...) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- info(String, Object, Object) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- info(String, Throwable) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- isDebugEnabled() - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- isErrorEnabled() - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- isInfoEnabled() - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- isTraceEnabled() - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- isWarnEnabled() - Method in class org.eclipse.jgit.junit.http.RecordingLogger
J
- join(URIish, String) - Static method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Join a base URIish and a path
L
- loose(URIish, AnyObjectId) - Static method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Create loose object path
M
- master - Static variable in class org.eclipse.jgit.junit.http.HttpTestCase
-
Constant
master="Constants.R_HEADS + Constants.MASTER"
- mirror(String...) - Static method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Mirror refs
- MockServletConfig - Class in org.eclipse.jgit.junit.http
-
Mock ServletConfig
- MockServletConfig() - Constructor for class org.eclipse.jgit.junit.http.MockServletConfig
O
- org.eclipse.jgit.junit.http - module org.eclipse.jgit.junit.http
- org.eclipse.jgit.junit.http - package org.eclipse.jgit.junit.http
P
- password - Static variable in class org.eclipse.jgit.junit.http.AppServer
-
Password for
AppServer.username
in secured access areas. - push(TestRepository, RevCommit) - Static method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Push a commit
R
- realm - Static variable in class org.eclipse.jgit.junit.http.AppServer
-
Realm name for the secure access areas.
- RecordingLogger - Class in org.eclipse.jgit.junit.http
- RecordingLogger() - Constructor for class org.eclipse.jgit.junit.http.RecordingLogger
-
Constructor for
RecordingLogger
. - RecordingLogger(String) - Constructor for class org.eclipse.jgit.junit.http.RecordingLogger
-
Constructor for
RecordingLogger
. - RecordingLogger.Warning - Exception in org.eclipse.jgit.junit.http
- rewriteUrl(String, String, int) - Static method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Rewrite a url
S
- server - Variable in class org.eclipse.jgit.junit.http.HttpTestCase
-
In-memory application server; subclass must start.
- setInitParameter(String, String) - Method in class org.eclipse.jgit.junit.http.MockServletConfig
-
Set init parameter.
- setUp() - Method in class org.eclipse.jgit.junit.http.AppServer
-
Start the server on a random local port.
- setUp() - Method in class org.eclipse.jgit.junit.http.HttpTestCase
- SimpleHttpServer - Class in org.eclipse.jgit.junit.http
-
Simple http server for testing http access to Git repositories.
- SimpleHttpServer(Repository) - Constructor for class org.eclipse.jgit.junit.http.SimpleHttpServer
-
Constructor for
SimpleHttpServer
. - SimpleHttpServer(Repository, boolean) - Constructor for class org.eclipse.jgit.junit.http.SimpleHttpServer
-
Constructor for
SimpleHttpServer
. - start() - Method in class org.eclipse.jgit.junit.http.SimpleHttpServer
-
Start the server
- stop() - Method in class org.eclipse.jgit.junit.http.SimpleHttpServer
-
Stop the server.
T
- tearDown() - Method in class org.eclipse.jgit.junit.http.AppServer
-
Shutdown the server.
- tearDown() - Method in class org.eclipse.jgit.junit.http.HttpTestCase
- toString() - Method in class org.eclipse.jgit.junit.http.AccessEvent
- toURIish(String) - Method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Convert path to URIish
- toURIish(ServletContextHandler, String) - Method in class org.eclipse.jgit.junit.http.HttpTestCase
-
Convert a path relative to the app's context path to a URIish
- trace(String) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- trace(String, Object) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- trace(String, Object...) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- trace(String, Object, Object) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- trace(String, Throwable) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
U
- username - Static variable in class org.eclipse.jgit.junit.http.AppServer
-
Username for secured access areas.
W
- warn(String) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- warn(String, Object) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- warn(String, Object...) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- warn(String, Object, Object) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- warn(String, Throwable) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
- Warning(String) - Constructor for exception org.eclipse.jgit.junit.http.RecordingLogger.Warning
- Warning(String, Throwable) - Constructor for exception org.eclipse.jgit.junit.http.RecordingLogger.Warning
- Warning(Throwable) - Constructor for exception org.eclipse.jgit.junit.http.RecordingLogger.Warning
All Classes All Packages