- check(Repository, String) - Static method in class org.eclipse.jgit.junit.JGitTestUtil
-
Check if file exists
- check(String) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Check if file exists
- checkFile(File, String) - Static method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Check content of a file.
- checkoutBranch(String) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Checkout a branch
- cherryPick(AnyObjectId) - Method in class org.eclipse.jgit.junit.TestRepository
-
Cherry-pick a commit onto HEAD.
- child() - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
Create child commit builder
- CLASSPATH_TO_RESOURCES - Static variable in class org.eclipse.jgit.junit.JGitTestUtil
-
Constant CLASSPATH_TO_RESOURCES="org/eclipse/jgit/test/resources/"
- clearProperties() - Method in class org.eclipse.jgit.junit.MockSystemReader
-
Clear properties
- close() - Method in class org.eclipse.jgit.junit.TestRepository
-
Closes the underlying
Repository
object and any other internal
resources.
- commit() - Method in class org.eclipse.jgit.junit.TestRepository.BranchBuilder
-
- commit(RevCommit...) - Method in class org.eclipse.jgit.junit.TestRepository
-
Create a new commit.
- commit(RevTree, RevCommit...) - Method in class org.eclipse.jgit.junit.TestRepository
-
Create a new commit.
- commit(int, RevCommit...) - Method in class org.eclipse.jgit.junit.TestRepository
-
Create a new commit.
- commit(int, RevTree, RevCommit...) - Method in class org.eclipse.jgit.junit.TestRepository
-
Create a new commit.
- commit() - Method in class org.eclipse.jgit.junit.TestRepository
-
Create commit builder
- commitFile(String, String, String) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Commit a file with the specified contents on the specified branch,
creating the branch if it didn't exist before.
- committer - Variable in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
A fake (but stable) identity for committer fields in the test.
- committer(PersonIdent) - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
Set the committer identity
- committer() - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
Get the committer identity
- COMMITTER - Static variable in class org.eclipse.jgit.junit.TestRepository
-
Constant COMMITTER="J.
- COMMITTER_EMAIL - Static variable in class org.eclipse.jgit.junit.TestRepository
-
Constant COMMITTER_EMAIL="jcommitter@example.com"
- concat(byte[]...) - Static method in class org.eclipse.jgit.junit.JGitTestUtil
-
Concatenate byte arrays.
- CONTENT - Static variable in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Constant CONTENT=16
- CONTENT_ID - Static variable in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Constant CONTENT_ID=8
- copyFile(File, File) - Static method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Copy a file
- copyTestResource(String, File) - Static method in class org.eclipse.jgit.junit.JGitTestUtil
-
Copy test resource.
- create() - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
Create the commit
- createBareRepository() - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Creates a new empty bare repository.
- createBranch(ObjectId, String) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Create a branch
- createEntry(String, FileMode) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Create DirCacheEntry
- createEntry(String, FileMode, String) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Create DirCacheEntry
- createEntry(String, FileMode, int, String) - Method in class org.eclipse.jgit.junit.RepositoryTestCase
-
Create DirCacheEntry
- createRepository(boolean) - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Creates a new empty repository.
- createRepository(boolean, boolean) - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
- createTempDirectory(String) - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Creates a unique directory for a test
- createTempFile() - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Allocates a new unique file path that does not exist.
- createUniqueTestGitDir(boolean) - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Creates a new unique directory for a test repository
- createWorkRepository() - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Creates a new empty repository within a new empty working directory.