Package org.projectnessie.jaxrs.tests
Class AbstractRestRefLog
- java.lang.Object
-
- org.projectnessie.jaxrs.tests.AbstractRest
-
- org.projectnessie.jaxrs.tests.AbstractRestAssign
-
- org.projectnessie.jaxrs.tests.AbstractRestCommitLog
-
- org.projectnessie.jaxrs.tests.AbstractRestContents
-
- org.projectnessie.jaxrs.tests.AbstractRestDiff
-
- org.projectnessie.jaxrs.tests.AbstractRestEntries
-
- org.projectnessie.jaxrs.tests.AbstractRestInvalidRefs
-
- org.projectnessie.jaxrs.tests.AbstractRestInvalid
-
- org.projectnessie.jaxrs.tests.AbstractRestMergeTransplant
-
- org.projectnessie.jaxrs.tests.AbstractRestMisc
-
- org.projectnessie.jaxrs.tests.AbstractRestReferences
-
- org.projectnessie.jaxrs.tests.AbstractRestRefLog
-
- Direct Known Subclasses:
AbstractRestNamespace
public abstract class AbstractRestRefLog extends AbstractRestReferences
SeeAbstractTestRestfor details about and reason for the inheritance model.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.projectnessie.jaxrs.tests.AbstractRestContents
AbstractRestContents.ContentAndOperationType
-
-
Field Summary
-
Fields inherited from class org.projectnessie.jaxrs.tests.AbstractRestInvalid
COMMA_VALID_HASH_1, COMMA_VALID_HASH_2, COMMA_VALID_HASH_3
-
Fields inherited from class org.projectnessie.jaxrs.tests.AbstractRest
soft
-
-
Constructor Summary
Constructors Constructor Description AbstractRestRefLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestReflog()-
Methods inherited from class org.projectnessie.jaxrs.tests.AbstractRestReferences
createReferences, defaultBranchProtection, filterReferences, forbiddenReferenceNames, getAllReferences, getAndDeleteBranch, getAndDeleteTag, getUnknownReference, referenceNames, testReferencesHaveMetadataProperties, testSingleReferenceHasMetadataProperties
-
Methods inherited from class org.projectnessie.jaxrs.tests.AbstractRestMisc
checkCelScriptFailureReporting, checkServerErrorPropagation, checkSpecialCharacterRoundTrip, testSupportedApiVersions
-
Methods inherited from class org.projectnessie.jaxrs.tests.AbstractRestMergeTransplant
mergeKeepCommits, mergeMessage, mergeMessageDefault, mergeSquashed, mergeWithCustomModes, mergeWithNamespaces, transplantKeepCommits, transplantMessageOverrideMultiple, transplantMessageSingle, transplantMessageSquashed, transplantSquashed, transplantWithCustomModes
-
Methods inherited from class org.projectnessie.jaxrs.tests.AbstractRestInvalid
invalidBranchNames, invalidHashes, invalidTags
-
Methods inherited from class org.projectnessie.jaxrs.tests.AbstractRestInvalidRefs
testInvalidNamedRefs, testUnknownHashesOnValidNamedRefs, testValidHashesOnValidNamedRefs
-
Methods inherited from class org.projectnessie.jaxrs.tests.AbstractRestEntries
fetchEntriesByNamelessReference, filterEntriesByFullKeyName, filterEntriesByName, filterEntriesByNamespace, filterEntriesByNamespaceAndPrefixDepth, filterEntriesByType
-
Methods inherited from class org.projectnessie.jaxrs.tests.AbstractRestDiff
diffRefModes, testDiff, testDiffByNamelessReference, testDiffFullPage, testDiffStream
-
Methods inherited from class org.projectnessie.jaxrs.tests.AbstractRestContents
contentAndOperationTypes, fetchContentByNamelessReference, multiget, verifyAllContentAndOperationTypes, verifyContentAndOperationTypesIndividually
-
Methods inherited from class org.projectnessie.jaxrs.tests.AbstractRestCommitLog
commitLogExtended, commitLogExtendedForUnchangedOperation, commitLogForNamelessReference, commitLogPaging, commitLogPagingAndFilteringByAuthor, commitResponse, filterCommitLogByAuthor, filterCommitLogByCommitRange, filterCommitLogByProperties, filterCommitLogByTimeRange, filterCommitLogOperations
-
Methods inherited from class org.projectnessie.jaxrs.tests.AbstractRestAssign
testAssignAndGetBranch, testAssignAndGetTag, testAssignBranch, testAssignRefToFreshMain, testAssignTag
-
Methods inherited from class org.projectnessie.jaxrs.tests.AbstractRest
contentWithoutId, createBranch, createBranch, createCommits, createTag, diffEntriesWithoutContentId, diffEntryWithoutContentId, getApi, maybeAsDetachedName, operationsWithoutContentId, operationWithoutContentId, tearDown
-
-