OpenTAP 9.25
API Reference
|
Plugin type that defines a sub command for the OpenTAP CLI (tap.exe). Deriving from this, and annotating the class and any public properties with CommandLineArgumentAttribute and UnnamedCommandLineArgument attributes will allow it to be called from the OpenTAP CLI. More...
Public Member Functions | |
int | Execute (CancellationToken cancellationToken) |
The code to be executed by the action. More... | |
Plugin type that defines a sub command for the OpenTAP CLI (tap.exe). Deriving from this, and annotating the class and any public properties with CommandLineArgumentAttribute and UnnamedCommandLineArgument attributes will allow it to be called from the OpenTAP CLI.
int OpenTap.Cli.ICliAction.Execute | ( | CancellationToken | cancellationToken | ) |
The code to be executed by the action.
Implemented in OpenTap.Cli.RunCliAction, OpenTap.Package.GitVersionAction, OpenTap.Package.PackageAction, OpenTap.Package.PackageCreateAction, OpenTap.Package.IsolatedPackageAction, and OpenTap.Package.LockingPackageAction.
OpenTAP 9.25 API built Tue Aug 6 2024 07:49:25