| Package | Description |
|---|---|
| com.indeed.proctor.store | |
| com.indeed.proctor.store.cache | |
| com.indeed.proctor.store.utils.test |
| Modifier and Type | Method and Description |
|---|---|
List<TestEdit> |
LocalDirectoryStore.getTestEdits(String testName,
int start,
int limit) |
List<TestEdit> |
ProctorReader.getTestEdits(String testName,
int start,
int limit) |
List<TestEdit> |
LocalDirectoryStore.getTestEdits(String testName,
String revision,
int start,
int limit) |
List<TestEdit> |
ProctorReader.getTestEdits(String testName,
String revision,
int start,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
List<TestEdit> |
CachingProctorStore.getTestEdits(String testName,
int start,
int limit) |
List<TestEdit> |
CachingProctorStore.getTestEdits(String testName,
String revision,
int start,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
List<TestEdit> |
InMemoryProctorStore.getTestEdits(String testName,
int start,
int limit) |
List<TestEdit> |
InMemoryProctorStore.getTestEdits(String testName,
String revision,
int start,
int limit) |
Copyright © 2022. All rights reserved.