Documentation generator: JsDoc Toolkit 2.4.0
Template: Codeview 1.2
Generated on: 2011-3-3 14:20

Class Tree

Class Summary
Constructor Attributes Constructor Name and Description
 
Tree()
A Tree represents the snapshot of a repo for a specific Commit.
Field Summary
Field Attributes Field Name and Description
 
The entries contained in this Tree.
 
id
The sha1 hash of this Tree.

Method Summary

Method Attributes Method Name and Description
 
save()
Saves the Tree to the Repository.

Class Detail

Tree()
A Tree represents the snapshot of a repo for a specific Commit.
See:
Repository#getTree
Repository#createTree

Field Detail

{TreeEntry[]} entries
The entries contained in this Tree.
{String} id
The sha1 hash of this Tree.

Method Detail

  • save()
    Saves the Tree to the Repository. THIS IS UNIMPLEMENTED CURRENTLY
    Throws:
    If called, because it's currently unimplemented.