public class

ContentTreeContext

extends Object
java.lang.Object
   ↳ com.atlassian.stash.content.ContentTreeContext

Summary

Nested Classes
class ContentTreeContext.Builder  
Public Methods
@Nonnull String getChangesetId()
@Deprecated int getStart()
This method is deprecated. in 2.10 for removal in 3.0. onStartPage(int), also deprecated for removal in 3.0, requires this value. It is included here solely to retain backwards compatibility with the deprecated interface. New code should not reference this value.
boolean isRecursive()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

@Nonnull public String getChangesetId ()

@Deprecated public int getStart ()

This method is deprecated.
in 2.10 for removal in 3.0. onStartPage(int), also deprecated for removal in 3.0, requires this value. It is included here solely to retain backwards compatibility with the deprecated interface. New code should not reference this value.

Retrieves the index of the first tree node on the requested page. If a PageRequest was not provided, this value will be 0.

Returns
  • the index of the first tree node

public boolean isRecursive ()