Abstracted class used for library interaction.
Kind: global class
Abstracted class used for library interaction.
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. |
Create/update infrastructure in Gantree configuration.
Kind: instance method of Gantree
Param | Type | Description |
---|---|---|
gantreeConfigObj | object |
Gantree configuration, must come from returnConfig. |
Destroy infrastructure in Gantree configuration.
Kind: instance method of Gantree
Param | Type | Description |
---|---|---|
gantreeConfigObj | object |
Gantree configuration, must come from returnConfig. |