public class

ContentTreeContext

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

Summary

Nested Classes
class ContentTreeContext.Builder  
Public Methods
@Deprecated @Nonnull String getChangesetId()
This method is deprecated. in 3.8 for removal in 5.0. All things "changeset" are being renamed to "commit", the more common term for the data they represent. Due to the significant number of touchpoints, the deprecated classes and interfaces will be left in for an entire major release cycle, rather than being removed in 4.0. Use getCommitId() instead.
@Nonnull String getCommitId()
boolean isRecursive()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

@Deprecated @Nonnull public String getChangesetId ()

This method is deprecated.
in 3.8 for removal in 5.0. All things "changeset" are being renamed to "commit", the more common term for the data they represent. Due to the significant number of touchpoints, the deprecated classes and interfaces will be left in for an entire major release cycle, rather than being removed in 4.0. Use getCommitId() instead.

Returns
  • the ID of the commit at which the content tree is being streamed

@Nonnull public String getCommitId ()

Returns
  • the ID of the commit at which the content tree is being streamed

public boolean isRecursive ()