A C D F G H I J L M O P R S T U W 

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
 
AppServer(int) - Constructor for class org.eclipse.jgit.junit.http.AppServer
 
authBasic(ServletContextHandler) - Method in class org.eclipse.jgit.junit.http.AppServer
 

C

clear() - Static method in class org.eclipse.jgit.junit.http.RecordingLogger
Clear the warnings, automatically done by AppServer.setUp()
createTestRepository() - Method in class org.eclipse.jgit.junit.http.HttpTestCase
 

D

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
 
debug(String) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
 
debug(String, Object...) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
 
debug(Throwable) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
 
debug(String, long) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
 

F

fsck(Repository, RevObject...) - Static method in class org.eclipse.jgit.junit.http.HttpTestCase
 

G

getInitParameter(String) - Method in class org.eclipse.jgit.junit.http.MockServletConfig
 
getInitParameterNames() - Method in class org.eclipse.jgit.junit.http.MockServletConfig
 
getLogger(String) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
 
getMethod() - Method in class org.eclipse.jgit.junit.http.AccessEvent
 
getName() - Method in class org.eclipse.jgit.junit.http.RecordingLogger
 
getParameter(String) - Method in class org.eclipse.jgit.junit.http.AccessEvent
 
getParameters() - Method in class org.eclipse.jgit.junit.http.AccessEvent
 
getPath() - Method in class org.eclipse.jgit.junit.http.AccessEvent
 
getPort() - Method in class org.eclipse.jgit.junit.http.AppServer
 
getRequestHeader(String) - Method in class org.eclipse.jgit.junit.http.AccessEvent
 
getRequests() - Method in class org.eclipse.jgit.junit.http.AppServer
 
getRequests(URIish, String) - Method in class org.eclipse.jgit.junit.http.AppServer
 
getRequests(String) - Method in class org.eclipse.jgit.junit.http.AppServer
 
getRequests() - Method in class org.eclipse.jgit.junit.http.HttpTestCase
 
getRequests(URIish, String) - Method in class org.eclipse.jgit.junit.http.HttpTestCase
 
getRequests(String) - Method in class org.eclipse.jgit.junit.http.HttpTestCase
 
getResponseHeader(String) - Method in class org.eclipse.jgit.junit.http.AccessEvent
 
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
 
getURI() - Method in class org.eclipse.jgit.junit.http.AppServer
Get the URI to reference this server.
getUri() - Method in class org.eclipse.jgit.junit.http.SimpleHttpServer
 
getWarnings() - Static method in class org.eclipse.jgit.junit.http.RecordingLogger
 

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

ignore(Throwable) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
 
info(String, Object, Object) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
 
info(String) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
 
info(String, Object...) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
 
info(Throwable) - 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
 

J

join(URIish, String) - Static method in class org.eclipse.jgit.junit.http.HttpTestCase
 

L

loose(URIish, AnyObjectId) - Static method in class org.eclipse.jgit.junit.http.HttpTestCase
 

M

master - Static variable in class org.eclipse.jgit.junit.http.HttpTestCase
 
mirror(String...) - Static method in class org.eclipse.jgit.junit.http.HttpTestCase
 
MockServletConfig - Class in org.eclipse.jgit.junit.http
 
MockServletConfig() - Constructor for class org.eclipse.jgit.junit.http.MockServletConfig
 

O

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
 

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
Logs warnings into an array for later inspection.
RecordingLogger() - Constructor for class org.eclipse.jgit.junit.http.RecordingLogger
 
RecordingLogger(String) - Constructor for class org.eclipse.jgit.junit.http.RecordingLogger
 
RecordingLogger.Warning - Exception in org.eclipse.jgit.junit.http
 
RecordingLogger.Warning(String) - Constructor for exception org.eclipse.jgit.junit.http.RecordingLogger.Warning
 
RecordingLogger.Warning(String, Throwable) - Constructor for exception org.eclipse.jgit.junit.http.RecordingLogger.Warning
 
RecordingLogger.Warning(Throwable) - Constructor for exception org.eclipse.jgit.junit.http.RecordingLogger.Warning
 

S

server - Variable in class org.eclipse.jgit.junit.http.HttpTestCase
In-memory application server; subclass must start.
setDebugEnabled(boolean) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
 
setInitParameter(String, String) - Method in class org.eclipse.jgit.junit.http.MockServletConfig
 
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
 
start() - Method in class org.eclipse.jgit.junit.http.SimpleHttpServer
 
stop() - Method in class org.eclipse.jgit.junit.http.SimpleHttpServer
 

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
 
toURIish(ServletContextHandler, String) - Method in class org.eclipse.jgit.junit.http.HttpTestCase
 

U

username - Static variable in class org.eclipse.jgit.junit.http.AppServer
Username for secured access areas.

W

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
 
warn(String) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
 
warn(String, Object...) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
 
warn(Throwable) - Method in class org.eclipse.jgit.junit.http.RecordingLogger
 
A C D F G H I J L M O P R S T U W 

Copyright © 2016 Eclipse JGit Project. All rights reserved.