Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.52 KB

gantree.md

File metadata and controls

52 lines (34 loc) · 1.52 KB

Gantree

Abstracted class used for library interaction.

Kind: global class

new Gantree()

Abstracted class used for library interaction.

gantree.returnConfig(path) ⇒ object

Validate, preprocess and return a Gantree configuration from a JSON file.

Kind: instance method of Gantree
Returns: object - gantreeConfigObj

Param Type Description
path string Path to a Gantree configuration, file must be JSON.

gantree.syncAll(gantreeConfigObj)

Create/update infrastructure in Gantree configuration.

Kind: instance method of Gantree

Param Type Description
gantreeConfigObj object Gantree configuration, must come from returnConfig.

gantree.cleanAll(gantreeConfigObj)

Destroy infrastructure in Gantree configuration.

Kind: instance method of Gantree

Param Type Description
gantreeConfigObj object Gantree configuration, must come from returnConfig.