Package org.projectnessie.jaxrs
Class AbstractRestRefLog
- java.lang.Object
-
- 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.AbstractRestContents
AbstractRestContents.ContentAndOperationType
-
-
Field Summary
-
Fields inherited from class org.projectnessie.jaxrs.AbstractRestInvalidWithHttp
COMMA_VALID_HASH_1, COMMA_VALID_HASH_2, COMMA_VALID_HASH_3
-
-
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.AbstractRestReferences
createReferences, defaultBranchProtection, filterReferences, forbiddenReferenceNames, getAllReferences, getUnknownReference, referenceNames, testReferencesHaveMetadataProperties, testSingleReferenceHasMetadataProperties
-
Methods inherited from class org.projectnessie.jaxrs.AbstractRestMisc
checkCelScriptFailureReporting, checkServerErrorPropagation, checkSpecialCharacterRoundTrip, testSupportedApiVersions
-
Methods inherited from class org.projectnessie.jaxrs.AbstractRestMergeTransplant
merge, mergeWithNamespaces, transplant
-
Methods inherited from class org.projectnessie.jaxrs.AbstractRestInvalidWithHttp
invalidBranchNames, invalidHashes, invalidTags
-
Methods inherited from class org.projectnessie.jaxrs.AbstractRestInvalidRefs
testInvalidNamedRefs, testUnknownHashesOnValidNamedRefs, testValidHashesOnValidNamedRefs
-
Methods inherited from class org.projectnessie.jaxrs.AbstractRestEntries
filterEntriesByNamespace, filterEntriesByNamespaceAndPrefixDepth, filterEntriesByType
-
Methods inherited from class org.projectnessie.jaxrs.AbstractRestDiff
diffRefModes, testDiff
-
Methods inherited from class org.projectnessie.jaxrs.AbstractRestContents
contentAndOperationTypes, icebergMetadataScenario, multiget, verifyAllContentAndOperationTypes, verifyContentAndOperationTypesIndividually
-
Methods inherited from class org.projectnessie.jaxrs.AbstractRestCommitLog
commitLogExtended, commitLogExtendedForUnchangedOperation, commitLogPaging, commitLogPagingAndFilteringByAuthor, filterCommitLogByAuthor, filterCommitLogByCommitRange, filterCommitLogByProperties, filterCommitLogByTimeRange, filterCommitLogOperations
-
Methods inherited from class org.projectnessie.jaxrs.AbstractRestAssign
testAssignRefToFreshMain
-
Methods inherited from class org.projectnessie.jaxrs.AbstractRest
createBranch, createBranch, createCommits, deleteBranch, getApi, getHttpClient, getOrCreateEmptyBranch, getUri, init, init, maybeAsDetachedName, setUp, tearDown
-
-