ArtifactCollection

ArtifactCollection class

Class represents artifact collection.

The ArtifactCollection type exposes the following members:

Properties

NameDescription
is_synchronizedIs this object synchronized.
sync_rootGets synchronization object of the collection.

Indexer

NameDescription
[index]Gets artifact by index. Index is started from 1.

Methods

NameDescription
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