Atviseproject
An atvise-scm project's configuration.
Static Member Summary
| Static Public Members | ||
| public static get |
An array of editor related node ids. |
|
| public static get |
An array of server related node ids. |
|
| public static get |
The atvise-server's host. Defaults to localhost. |
|
| public static get |
These nodes (and their subnodes, if any) will be ignored by atvise-scm. |
|
| public static get |
The atvise-server nodes that atvise-scm should sync. |
|
| public static get |
nodesToWatch: String[] | NodeId[] The atvise-server nodes to watch in the corresponding tasks. |
|
| public static get |
The atvise-server ports to use. |
|
| public static get |
The transformers to use in this project. |
|
Static Public Members
public static get EditorRelatedNodes: NodeId[] source
An array of editor related node ids. They should be ignored in a atvise-scm project.
public static get ServerRelatedNodes: NodeId[] source
An array of server related node ids. They should be ignored in a atvise-scm project as they are read-only.
public static get ignoreNodes: NodeId[] source
These nodes (and their subnodes, if any) will be ignored by atvise-scm. Defaults to Atviseproject.EditorRelatedNodes combined with Atviseproject.ServerRelatedNodes.
public static get nodes: String[] | NodeId[] source
The atvise-server nodes that atvise-scm should sync. Defaults to
['ns=1;s=AGENT', 'ns=1;s=SYSTEM']
public static get nodesToWatch: String[] | NodeId[] source
The atvise-server nodes to watch in the corresponding tasks. Defaults to all nodes containing displays.
public static get useTransformers: Transformer[] source
The transformers to use in this project. Defaults to a single DisplayTransformer