|
OpenTAP 9.31
API Reference
|
CLI sub command tap sdk create that can create a *.TapPackage from a definition in a package.xml file.
More...
Public Member Functions | |
| PackageCreateAction () | |
| Constructs new action with default values for arguments. | |
| override int | Execute (CancellationToken cancellationToken) |
| Executes this action. | |
Public Member Functions inherited from OpenTap.Package.PackageAction | |
| delegate void | ProgressUpdateDelegate (int progressPercent, string message) |
| A delegate used by ProgressUpdate More... | |
| delegate void | ErrorDelegate (Exception ex) |
| A delegate type used by the Error event. More... | |
Static Public Member Functions | |
| static string | GetRealFilePath (string path, string version, string extension) |
| Obsolete. Do not use. | |
Additional Inherited Members | |
Protected Member Functions inherited from OpenTap.Package.PackageAction | |
| void | RaiseError (Exception ex) |
| Call this to raise the Error event. More... | |
| void | RaiseProgressUpdate (int progressPercent, string message) |
| Call this to raise the ProgressUpdate event. More... | |
Static Protected Attributes inherited from OpenTap.Package.PackageAction | |
| static TraceSource | log = OpenTap.Log.CreateSource("PackageAction") |
| Log source for PackageAction plugins. | |
Events inherited from OpenTap.Package.PackageAction | |
| ProgressUpdateDelegate | ProgressUpdate |
| Called by the action to indicate how far it has gotten. Will usually be called with a progressPercent of 100 to indicate that it is done. | |
| ErrorDelegate | Error |
| Called when a critical error happens. | |
CLI sub command tap sdk create that can create a *.TapPackage from a definition in a package.xml file.
OpenTAP 9.31 API built Fri Oct 17 2025 07:12:37