Skip navigation links
C D G H M P R S V W 

C

call() - Method in interface com.indeed.proctor.store.GitProctorCallable
 
checkoutBranch(String) - Method in class com.indeed.proctor.store.GitProctor
 
checkoutBranch(String) - Method in class com.indeed.proctor.store.GitProctorCore
 
cleanUserWorkspace(String) - Method in class com.indeed.proctor.store.GitProctor
 
cleanWorkingDirectory() - Method in class com.indeed.proctor.store.GitProctorCore
 
cleanWorkingDirectory() - Method in interface com.indeed.proctor.store.GitWorkspaceProvider
Delete the temp files in the working directory.
cleanWorkingDirectory() - Method in class com.indeed.proctor.store.GitWorkspaceProviderImpl
 
close() - Method in class com.indeed.proctor.store.GitProctorCore
 
com.indeed.proctor.store - package com.indeed.proctor.store
 
compileTestNamePattern(String) - Static method in class com.indeed.proctor.store.GitProctor.HistoryParser
 
createRefresherTask(String, String) - Method in class com.indeed.proctor.store.GitProctorCore
Deprecated.
We don't need to specify username/password. Replaced by GitProctorCore.createRefresherTask()
createRefresherTask() - Method in class com.indeed.proctor.store.GitProctorCore
Creates a background task that can be scheduled to refresh a template directory used to seed each user workspace during a commit.

D

DEFAULT_GIT_CLONE_TIMEOUT_SECONDS - Static variable in class com.indeed.proctor.store.GitProctorUtils
 
DEFAULT_GIT_PULL_PUSH_TIMEOUT_SECONDS - Static variable in class com.indeed.proctor.store.GitProctorUtils
 
determineVersions(String) - Method in class com.indeed.proctor.store.GitProctorCore
 
doInWorkingDirectory(String, String, String, String, String, FileBasedProctorStore.ProctorUpdater) - Method in class com.indeed.proctor.store.GitProctorCore
 
doInWorkingDirectory(String, String, String, String, FileBasedProctorStore.ProctorUpdater) - Method in class com.indeed.proctor.store.GitProctorCore
 

G

getAddTestRevision() - Method in class com.indeed.proctor.store.GitProctorCore
 
getAllHistories() - Method in class com.indeed.proctor.store.GitProctor
 
getDirectoryPath() - Method in class com.indeed.proctor.store.GitDirectoryRefresher
Deprecated.
 
getFileContents(Class<C>, String[], C, String) - Method in class com.indeed.proctor.store.GitProctorCore
 
getGitCore() - Method in class com.indeed.proctor.store.GitProctor
 
getHistory(String, int, int) - Method in class com.indeed.proctor.store.GitProctor
 
getHistory(String, String, int, int) - Method in class com.indeed.proctor.store.GitProctor
 
getLatestVersion() - Method in class com.indeed.proctor.store.GitProctor
 
getMatrixHistory(int, int) - Method in class com.indeed.proctor.store.GitProctor
 
getName() - Method in class com.indeed.proctor.store.GitProctor
 
getRootDirectory() - Method in interface com.indeed.proctor.store.GitWorkspaceProvider
 
getRootDirectory() - Method in class com.indeed.proctor.store.GitWorkspaceProviderImpl
 
GitAPIExceptionWrapper - Class in com.indeed.proctor.store
 
GitAPIExceptionWrapper() - Constructor for class com.indeed.proctor.store.GitAPIExceptionWrapper
 
GitDirectoryRefresher - Class in com.indeed.proctor.store
Deprecated.
GitGcTask() - Constructor for class com.indeed.proctor.store.GitProctorCore.GitGcTask
 
GitNoAuthorizationException - Exception in com.indeed.proctor.store
 
GitNoAuthorizationException(String, Throwable) - Constructor for exception com.indeed.proctor.store.GitNoAuthorizationException
 
GitNoDevelperAccessLevelException - Exception in com.indeed.proctor.store
 
GitNoDevelperAccessLevelException(String, Throwable) - Constructor for exception com.indeed.proctor.store.GitNoDevelperAccessLevelException
 
GitNoMasterAccessLevelException - Exception in com.indeed.proctor.store
 
GitNoMasterAccessLevelException(String, Throwable) - Constructor for exception com.indeed.proctor.store.GitNoMasterAccessLevelException
 
GitProctor - Class in com.indeed.proctor.store
 
GitProctor(String, String, String, String) - Constructor for class com.indeed.proctor.store.GitProctor
 
GitProctor(String, String, String, String, String) - Constructor for class com.indeed.proctor.store.GitProctor
 
GitProctor(String, String, String) - Constructor for class com.indeed.proctor.store.GitProctor
 
GitProctor(GitProctorCore) - Constructor for class com.indeed.proctor.store.GitProctor
 
GitProctor(GitProctorCore, String) - Constructor for class com.indeed.proctor.store.GitProctor
 
GitProctor(GitProctorCore, String, String) - Constructor for class com.indeed.proctor.store.GitProctor
 
GitProctor.HistoryParser - Class in com.indeed.proctor.store
 
GitProctorCallable<T> - Interface in com.indeed.proctor.store
 
GitProctorCore - Class in com.indeed.proctor.store
 
GitProctorCore(String, String, String, String, File) - Constructor for class com.indeed.proctor.store.GitProctorCore
 
GitProctorCore(String, String, String, String, File, String) - Constructor for class com.indeed.proctor.store.GitProctorCore
 
GitProctorCore(String, String, String, String, GitWorkspaceProvider) - Constructor for class com.indeed.proctor.store.GitProctorCore
 
GitProctorCore(String, String, String, String, GitWorkspaceProvider, int, int) - Constructor for class com.indeed.proctor.store.GitProctorCore
 
GitProctorCore(String, String, String, String, GitWorkspaceProvider, int, int, boolean) - Constructor for class com.indeed.proctor.store.GitProctorCore
 
GitProctorCore(String, String, String, String, GitWorkspaceProvider, int, int, boolean, String) - Constructor for class com.indeed.proctor.store.GitProctorCore
 
GitProctorCore.GitGcTask - Class in com.indeed.proctor.store
 
GitProctorUtils - Class in com.indeed.proctor.store
 
GitWorkspaceProvider - Interface in com.indeed.proctor.store
 
GitWorkspaceProviderImpl - Class in com.indeed.proctor.store
 
GitWorkspaceProviderImpl(File) - Constructor for class com.indeed.proctor.store.GitWorkspaceProviderImpl
 
GitWorkspaceProviderImpl(File, int) - Constructor for class com.indeed.proctor.store.GitWorkspaceProviderImpl
 

H

HistoryParser(RevWalk, DiffFormatter, String, Set<String>) - Constructor for class com.indeed.proctor.store.GitProctor.HistoryParser
 
HistoryParser(RevWalk, DiffFormatter, String) - Constructor for class com.indeed.proctor.store.GitProctor.HistoryParser
 

M

main(String[]) - Static method in class com.indeed.proctor.store.GitProctor
 

P

parseFromHead(ObjectId) - Method in class com.indeed.proctor.store.GitProctor.HistoryParser
 

R

refresh() - Method in class com.indeed.proctor.store.GitProctor
 
refresh() - Method in class com.indeed.proctor.store.GitProctorCore
 
resolveSvnMigratedRevision(Revision, String) - Static method in class com.indeed.proctor.store.GitProctorUtils
Helper method to retrieve a canonical revision for git commits migrated from SVN.
run() - Method in class com.indeed.proctor.store.GitDirectoryRefresher
Deprecated.
 
run() - Method in class com.indeed.proctor.store.GitProctorCore.GitGcTask
 

S

setGitUrl(String) - Method in class com.indeed.proctor.store.GitAPIExceptionWrapper
 
synchronizedOperation(Callable<T>) - Method in interface com.indeed.proctor.store.GitWorkspaceProvider
 
synchronizedOperation(Callable<T>) - Method in class com.indeed.proctor.store.GitWorkspaceProviderImpl
 
synchronizedUpdateOperation(GitProctorCallable<T>) - Method in interface com.indeed.proctor.store.GitWorkspaceProvider
 
synchronizedUpdateOperation(GitProctorCallable<T>) - Method in class com.indeed.proctor.store.GitWorkspaceProviderImpl
 

V

verifySetup() - Method in class com.indeed.proctor.store.GitProctor
 

W

wrapException(StoreException.TestUpdateException) - Method in class com.indeed.proctor.store.GitAPIExceptionWrapper
 
C D G H M P R S V W 
Skip navigation links

Copyright © 2019. All rights reserved.