Uses of Class
org.eclipse.jgit.junit.http.AccessEvent
-
Packages that use AccessEvent Package Description org.eclipse.jgit.junit.http -
-
Uses of AccessEvent in org.eclipse.jgit.junit.http
Methods in org.eclipse.jgit.junit.http that return types with arguments of type AccessEvent Modifier and Type Method Description List<AccessEvent>
AppServer. getRequests()
Get requests.List<AccessEvent>
AppServer. getRequests(String path)
Get requests.List<AccessEvent>
AppServer. getRequests(URIish base, String path)
Get requests.protected List<AccessEvent>
HttpTestCase. getRequests()
Get requests.protected List<AccessEvent>
HttpTestCase. getRequests(String path)
Get requests.protected List<AccessEvent>
HttpTestCase. getRequests(URIish base, String path)
Get requests.
-