Package com.atlassian.bitbucket.content
Interface DirectoryRevision
public interface DirectoryRevision
Represents a revision of a directory
- 
Method Summary
- 
Method Details- 
getChildren- Returns:
- a Page of nodes that are contained in the Directory at the revision.
 
- 
getCommitId- Returns:
- the commit ID of the Directory
 
- 
getPath- Returns:
- the path of the directory
 
 
-