Package org.projectnessie.jaxrs
Class AbstractRestCommitLog
- java.lang.Object
-
- org.projectnessie.jaxrs.AbstractRest
-
- org.projectnessie.jaxrs.AbstractRestAssign
-
- org.projectnessie.jaxrs.AbstractRestCommitLog
-
- Direct Known Subclasses:
AbstractRestContents
public abstract class AbstractRestCommitLog extends AbstractRestAssign
SeeAbstractTestRestfor details about and reason for the inheritance model.
-
-
Constructor Summary
Constructors Constructor Description AbstractRestCommitLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcommitLogExtended(org.projectnessie.jaxrs.AbstractRest.ReferenceMode refMode)voidcommitLogExtendedForUnchangedOperation()voidcommitLogPaging()voidcommitLogPagingAndFilteringByAuthor()voidfilterCommitLogByAuthor()voidfilterCommitLogByCommitRange()voidfilterCommitLogByProperties()voidfilterCommitLogByTimeRange()voidfilterCommitLogOperations()-
Methods inherited from class org.projectnessie.jaxrs.AbstractRestAssign
testAssignRefToFreshMain
-
Methods inherited from class org.projectnessie.jaxrs.AbstractRest
createBranch, createBranch, createCommits, deleteBranch, getApi, getHttpClient, getUri, init, init, maybeAsDetachedName, setUp, tearDown
-
-
-
-
Method Detail
-
filterCommitLogOperations
@Test public void filterCommitLogOperations() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
filterCommitLogByAuthor
@Test public void filterCommitLogByAuthor() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
filterCommitLogByTimeRange
@Test public void filterCommitLogByTimeRange() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
filterCommitLogByProperties
@Test public void filterCommitLogByProperties() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
filterCommitLogByCommitRange
@Test public void filterCommitLogByCommitRange() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
commitLogPagingAndFilteringByAuthor
@Test public void commitLogPagingAndFilteringByAuthor() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
commitLogPaging
@Test public void commitLogPaging() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
commitLogExtended
@ParameterizedTest @EnumSource(org.projectnessie.jaxrs.AbstractRest.ReferenceMode.class) public void commitLogExtended(org.projectnessie.jaxrs.AbstractRest.ReferenceMode refMode) throws Exception- Throws:
Exception
-
-