public interface

DirectoryRevision

com.atlassian.stash.content.DirectoryRevision

Class Overview

Represents a revision of a directory

Summary

Public Methods
Page<? extends ContentTreeNode> getChildren()
Path getPath()
String getRevision()

Public Methods

public Page<? extends ContentTreeNode> getChildren ()

Returns
  • a Page of nodes that are contained in the Directory at the revision.

public Path getPath ()

Returns
  • the path of the directory

public String getRevision ()

Returns
  • the revision of the Directory