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 4.0. All things "changeset" are being renamed to "commit", the more common term for the data they represent. 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 4.0. All things "changeset" are being renamed to "commit", the more common term for the data they represent. 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 ()