ArtifactCollection
ArtifactCollection class
Class represents artifact collection.
The ArtifactCollection type exposes the following members:
Properties
| Name | Description |
|---|
| is_synchronized | Is this object synchronized. |
| sync_root | Gets synchronization object of the collection. |
Indexer
| Name | Description |
|---|
| [index] | Gets artifact by index. Index is started from 1. |
Methods
| Name | Description |
|---|
| delete(artifact) | Deletes specified artifact. |
| delete(index) | Deletes artifact by its index. |
| find_by_value(name, expected_value) | Finds artifacts by custom value. |
| update(artifact) | Update artifact inside the collection. |
See Also