public interface JGitFileSystem extends FileSystem, FileSystemId, FileSystemStateAware, LockableFileSystem
| Modifier and Type | Method and Description |
|---|---|
void |
addOldHeadsOfPendingDiffs(String branchName,
NotificationModel notificationModel) |
CommitInfo |
buildCommitInfo(String defaultMessage,
CommentedOption op) |
void |
checkClosed() |
void |
clearOldHeadsOfPendingDiffs() |
CommitInfo |
getBatchCommitInfo() |
org.eclipse.jgit.transport.CredentialsProvider |
getCredential() |
Git |
getGit() |
int |
getNumberOfCommitsSinceLastGC() |
Map<String,NotificationModel> |
getOldHeadsOfPendingDiffs() |
boolean |
hasOldHeadsOfPendingDiffs() |
int |
incrementAndGetCommitCount() |
boolean |
isHadCommitOnBatchState(Path path) |
boolean |
isOnBatch() |
void |
publishEvents(Path watchable,
List<WatchEvent<?>> elist) |
void |
resetCommitCount() |
void |
setBatchCommitInfo(CommitInfo batchCommitInfo) |
void |
setBatchCommitInfo(String defaultMessage,
CommentedOption op) |
void |
setHadCommitOnBatchState(boolean value) |
void |
setHadCommitOnBatchState(Path path,
boolean hadCommitOnBatchState) |
void |
setState(String state) |
getFileStores, getName, getPath, getPathMatcher, getRootDirectories, getSeparator, getUserPrincipalLookupService, isOpen, isReadOnly, newWatchService, provider, supportedFileAttributeViewsidgetStatelock, unlockGit getGit()
org.eclipse.jgit.transport.CredentialsProvider getCredential()
void checkClosed()
throws IllegalStateException
IllegalStateExceptionvoid publishEvents(Path watchable, List<WatchEvent<?>> elist)
boolean isOnBatch()
void setState(String state)
CommitInfo buildCommitInfo(String defaultMessage, CommentedOption op)
void setBatchCommitInfo(String defaultMessage, CommentedOption op)
void setHadCommitOnBatchState(Path path, boolean hadCommitOnBatchState)
void setHadCommitOnBatchState(boolean value)
boolean isHadCommitOnBatchState(Path path)
void setBatchCommitInfo(CommitInfo batchCommitInfo)
CommitInfo getBatchCommitInfo()
int incrementAndGetCommitCount()
void resetCommitCount()
int getNumberOfCommitsSinceLastGC()
void addOldHeadsOfPendingDiffs(String branchName, NotificationModel notificationModel)
Map<String,NotificationModel> getOldHeadsOfPendingDiffs()
boolean hasOldHeadsOfPendingDiffs()
void clearOldHeadsOfPendingDiffs()
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.