.snapshot -v <"snapshot_name"> [-c <"comment">][-e[f]][-s[f]][-pI][-pC]
[-a][-t][-r][-g]
Option | Description |
---|---|
-v <"snapshot_name"> | The name of the project snapshot is required. The snapshot name must be unique to the project. You must quote the name. |
-c <"comment"> | Saves an optional comment as part of the snapshot. You must quote the comment. |
-e -ef |
Snapshots the project and step environments
when the project snapshot is created. Adding the f option also snapshots any environments that the snapshot environments include with the Include environment variable type. |
-s -sf |
Snapshots the project and step selectors when
the project snapshot is created. Adding the f option also snapshots any selectors that the snapshot selectors include with the Include selector property type. |
-pI | Snapshots the inline projects or libraries and
their steps when the project snapshot is created. Inlined projects or libraries are triggered by a step and run after the step completes. |
-pC | Snapshots the chained projects or libraries
and their steps when the project snapshot is created. Projects or libraries can be triggered by a project pass/fail condition or a step pass/fail condition. Snapshots are created for both types of conditionally chained projects or libraries. |
-a | Copies the adaptor link when the project snapshot
is created. The adaptor link adds an adaptor to the project and runs the adaptor code. |
-t | Copies notification templates for pass and fail notification events that are set at the project level and step level. |
-r | Copies the project registers when the project snapshot is created. |
-g | Copies the tag values for the project tag variables. Tag variables are automatically copied, but their values are not. If you do not copy the tag values, they are reset to 1. |