A B C D E F G I M N O P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractRelativeReferences - Class in org.projectnessie.jaxrs.tests
-
A set of tests specifically aimed at testing relative references in API v2.
- AbstractRelativeReferences(BaseTestNessieRest) - Constructor for class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
- allReferences() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- api() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- apiV2() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- assignAndDeleteRefWithoutType() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieRest
- assignReferenceFromBranchAmbiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot assign a reference from a branch + ambiguous expected hash (writing operation).
- assignReferenceFromBranchHead() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot assign a reference from a branch + missing expected hash.
- assignReferenceFromBranchUnambiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Can assign a reference from a branch + unambiguous expected hash, and the hash is the current HEAD of the reference.
- assignReferenceFromBranchUnambiguousExpectedHashNonExistent() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot assign a reference from a branch + unambiguous expected hash, when the hash does not exist.
- assignReferenceFromBranchUnambiguousExpectedHashUnreachable() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot assign a reference from a branch + unambiguous expected hash, when the hash is not reachable from the current head of the reference.
- assignReferenceFromBranchUnambiguousNotAtExpectedHash() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot assign a reference from a branch + unambiguous expected hash, when the hash is not the current head of the reference.
- assignReferenceFromDetachedAmbiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot assign a reference from a DETACHED ref (assign-from ref must be a branch or a tag).
- assignReferenceFromDetachedUnambiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot assign a reference from a DETACHED ref (assign-from ref must be a branch or a tag).
- assignReferenceFromTagAmbiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot assign a reference from a tag + ambiguous expected hash (writing operation).
- assignReferenceFromTagHead() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot assign a reference from a tag + missing expected hash.
- assignReferenceFromTagUnambiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Can assign a reference from a tag + unambiguous expected hash, and the hash is the current HEAD of the reference.
- assignReferenceFromTagUnambiguousExpectedHashNonExistent() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot assign a reference from a tag + unambiguous expected hash, when the hash does not exist.
- assignReferenceFromTagUnambiguousExpectedHashUnreachable() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot assign a reference from a tag + unambiguous expected hash, when the hash is not reachable from the current head of the reference.
- assignReferenceFromTagUnambiguousNotAtExpectedHash() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot assign a reference from a tag + unambiguous expected hash, when the hash is not the current head of the reference.
- assignReferenceToBranchAmbiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot assign a reference to a branch + ambiguous target hash.
- assignReferenceToBranchHead() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot assign a reference to a branch + missing target hash.
- assignReferenceToBranchUnambiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Can assign a reference to a branch + unambiguous target hash.
- assignReferenceToDetachedAmbiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot assign a reference to a DETACHED + ambiguous target hash (writing operation).
- assignReferenceToDetachedUnambiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Can assign a reference to a DETACHED + unambiguous target hash.
- assignReferenceToTagAmbiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot assign a reference to a tag + ambiguous target hash (writing operation).
- assignReferenceToTagHead() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot assign a reference to a tag + missing target hash.
- assignReferenceToTagUnambiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Can assign a reference to a tag + unambiguous target hash.
B
- BaseTestNessieApi - Class in org.projectnessie.jaxrs.tests
-
Nessie-API tests.
- BaseTestNessieApi() - Constructor for class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- BaseTestNessieRest - Class in org.projectnessie.jaxrs.tests
-
REST specific tests.
- BaseTestNessieRest() - Constructor for class org.projectnessie.jaxrs.tests.BaseTestNessieRest
- BaseTestNessieRest.RelativeReferences - Class in org.projectnessie.jaxrs.tests
C
- clientUri - Variable in class org.projectnessie.jaxrs.tests.BaseTestNessieRest
- commitLog() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- commitLogForNamelessReference() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- commitMergeTransplant() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- commitParents() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- commitToBranchHead() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot commit to a branch without expected hash.
- commitToDetachedAmbiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot commit to a DETACHED ref (target reference must be a branch).
- commitToDetachedUnambiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot commit to a DETACHED ref (target reference must be a branch).
- commitToTagAmbiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot commit to a tag + ambiguous expected hash (target reference must be a branch).
- commitToTagHead() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot commit to a tag without expected hash (target reference must be a branch).
- commitToTagUnambiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot commit to a tag + unambiguous expected hash (target reference must be a branch), even if the hash is unambiguous.
- config() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- contents() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- contentsOnDefaultBranch() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- createReference(R, String) - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- createReferenceFromBranchAmbiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot create a reference from a branch + ambiguous target hash (writing operation).
- createReferenceFromBranchHead() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot create a reference from a branch + missing target hash.
- createReferenceFromBranchUnambiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Can create a reference from a branch + unambiguous target hash.
- createReferenceFromDetachedAmbiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot create a reference from a DETACHED + ambiguous target hash (writing operation).
- createReferenceFromDetachedUnambiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Can create a reference from a DETACHED + unambiguous target hash.
- createReferenceFromTagAmbiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot create a reference from a tag + ambiguous target hash (writing operation).
- createReferenceFromTagHead() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot create a reference from a tag + missing target hash.
- createReferenceFromTagUnambiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Can create a reference from a tag + unambiguous target hash.
D
- deleteReferenceAmbiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot delete a reference at an ambiguous expected hash (writing operation).
- deleteReferenceHead() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot delete a reference without expected hash.
- deleteReferenceUnambiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Can delete a reference at an unambiguous expected hash, and the hash is the current HEAD of the reference.
- deleteReferenceUnambiguousExpectedHashNonExistent() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot delete a reference at an unambiguous expected hash, when the hash does not exist.
- deleteReferenceUnambiguousExpectedHashUnreachable() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot delete a reference at an unambiguous expected hash, when the hash is not reachable from the current HEAD of the reference.
- deleteReferenceUnambiguousNotAtExpectedHash() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot delete a reference at an unambiguous expected hash, when the hash is not the current HEAD of the reference.
- diff() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- diffWithLimitInFirstPage() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- dummyPut(String...) - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
E
- EMPTY - Static variable in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- enableLogging() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieRest
- entries() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- entriesWithLimitInFirstPage() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- entryContentId() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
F
- fetchEntriesByNamelessReference() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- fullPagingSupport() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
G
- getRefByNameHashNotAllowed() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieRest
I
- isNewModel() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieRest
- isV2() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
M
- make(ResponseContext, ObjectMapper) - Method in class org.projectnessie.jaxrs.tests.ValidatingApiV1ResponseFactory
- mergeFromBranchHead() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot merge from a reference without source hash.
- mergeFromDetachedAmbiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot merge from a DETACHED ref + ambiguous source hash (writing operation).
- mergeFromDetachedUnambiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Can merge from a DETACHED ref + unambiguous source hash.
- mergeFromTagAmbiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot merge from a tag + ambiguous source hash (writing operation).
- mergeFromTagHead() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot merge from a tag without source hash.
- mergeFromTagUnambiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Can merge from a tag + unambiguous source hash.
- mergeToBranchHead() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot merge to a branch without expected hash.
- mergeToDetachedAmbiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot merge to a DETACHED ref (target reference must be a branch).
- mergeToDetachedUnambiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot merge to a DETACHED ref (target reference must be a branch), even with unambiguous expected hash.
- mergeToTagAmbiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot merge to a tag (target reference must be a branch).
- mergeToTagHead() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot merge to a tag without expected hash (target reference must be a branch).
- mergeToTagUnambiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot merge to a tag (target reference must be a branch), even with unambiguous expected hash.
- mergeTransplantDryRunWithConflictInResult() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
N
- namespaces() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
O
- org.projectnessie.jaxrs.tests - package org.projectnessie.jaxrs.tests
P
- pagingSupported(PagingBuilder<?, ?, ?>) - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- prepCommit(Branch, String, Operation...) - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
R
- referenceHistory() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- references() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- referencesUntyped(Reference.ReferenceType) - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- referencesWithLimitInFirstPage() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- referenceTypeInvalidValue() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieRest
- relativeCommitLocations() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- RelativeReferences() - Constructor for class org.projectnessie.jaxrs.tests.BaseTestNessieRest.RelativeReferences
- rest() - Static method in class org.projectnessie.jaxrs.tests.BaseTestNessieRest
S
- soft - Variable in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- specVersion() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
T
- tearDown() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- testCommitMetaAttributes() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieRest
- testDiffByNamelessReference() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- testErrorsV2() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieApi
- testGetContent(String, String) - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieRest
- testGetUnknownContentType() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieRest
- testInvalidTag(String) - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieRest
- testNotFoundUrls(String) - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieRest
- testNullMergePayload() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieRest
- testNullTagPayload() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieRest
- testReferenceConflictDetailsV1() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieRest
- testReferenceConflictDetailsV2() - Method in class org.projectnessie.jaxrs.tests.BaseTestNessieRest
- transplantFromDetachedAmbiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot transplant from a DETACHED ref + ambiguous source hash (writing operation).
- transplantFromDetachedUnambiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Can transplant from a DETACHED ref + unambiguous source hash.
- transplantFromTagAmbiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot transplant from a tag + ambiguous source hash (writing operation).
- transplantFromTagUnambiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Can transplant from a tag + unambiguous source hash.
- transplantToBranchHead() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot transplant to a branch without expected hash.
- transplantToDetachedAmbiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot transplant to a DETACHED ref (target reference must be a branch).
- transplantToDetachedUnambiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot transplant to a DETACHED ref (target reference must be a branch), even with unambiguous expected hash.
- transplantToTagAmbiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot transplant to a tag (target reference must be a branch).
- transplantToTagHead() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot transplant to a tag without expected hash (target reference must be a branch).
- transplantToTagUnambiguous() - Method in class org.projectnessie.jaxrs.tests.AbstractRelativeReferences
-
Cannot transplant to a tag (target reference must be a branch), even with unambiguous expected hash.
V
- ValidatingApiV1ResponseFactory - Class in org.projectnessie.jaxrs.tests
- ValidatingApiV1ResponseFactory() - Constructor for class org.projectnessie.jaxrs.tests.ValidatingApiV1ResponseFactory
All Classes All Packages