| Package | Description |
|---|---|
| com.indeed.proctor.store | |
| com.indeed.proctor.store.cache | |
| com.indeed.proctor.store.utils | |
| com.indeed.proctor.store.utils.test |
| Modifier and Type | Method and Description |
|---|---|
Revision |
RevisionDetails.getRevision() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<Revision>> |
ProctorReader.getAllHistories()
Returns a list of revisions grouped by a test.
|
Map<String,List<Revision>> |
LocalDirectoryStore.getAllHistories() |
List<Revision> |
ProctorReader.getHistory(String testName,
int start,
int limit)
Returns a list of revisions for a test ordered by recency.
|
List<Revision> |
LocalDirectoryStore.getHistory(String test,
int ignoredStart,
int limit) |
List<Revision> |
ProctorReader.getHistory(String testName,
String revisionId,
int start,
int limit)
Returns a list of revisions for a test when test revision was made ordered by recency.
|
List<Revision> |
LocalDirectoryStore.getHistory(String test,
String revision,
int start,
int limit) |
List<Revision> |
ProctorReader.getMatrixHistory(int start,
int limit)
Returns a list of revisions for all tests ordered by recency.
|
List<Revision> |
LocalDirectoryStore.getMatrixHistory(int start,
int limit) |
| Constructor and Description |
|---|
RevisionDetails(Revision revision,
Set<String> modifiedTests) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<Revision>> |
CachingProctorStore.getAllHistories() |
List<Revision> |
CachingProctorStore.getHistory(String test,
int start,
int limit) |
List<Revision> |
CachingProctorStore.getHistory(String test,
String revision,
int start,
int limit) |
List<Revision> |
CachingProctorStore.getMatrixHistory(int start,
int limit)
caching is not supported for this method
|
static List<Revision> |
CachingProctorStore.selectRevisionHistorySetFrom(List<Revision> history,
String from,
int start,
int limit)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Revision> |
CachingProctorStore.selectRevisionHistorySetFrom(List<Revision> history,
String from,
int start,
int limit)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Revision> |
HistoryUtil.selectRevisionHistorySetFrom(List<Revision> history,
String from,
int start,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
static List<Revision> |
HistoryUtil.selectRevisionHistorySetFrom(List<Revision> history,
String from,
int start,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<Revision>> |
InMemoryProctorStore.getAllHistories() |
List<Revision> |
InMemoryProctorStore.getHistory(String test,
int start,
int limit) |
List<Revision> |
InMemoryProctorStore.getHistory(String test,
String revision,
int start,
int limit) |
List<Revision> |
InMemoryProctorStore.getMatrixHistory(int start,
int limit) |
Copyright © 2019. All rights reserved.