CockpitStepRecorder class
final
Methods
-
importStepRecords(Iterable<CockpitStepRecord> steps)
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
recordCommandResult(CockpitCommand command, CockpitCommandResult result)
→ void
-
-
recordStep({required String actionType, required Map<String, Object?> actionArgs, CockpitObservation? observation, CockpitSnapshot? snapshot, List<CockpitArtifactRef> artifactRefs = const [], CockpitCommandType? commandType, CockpitLocator? locator, CockpitLocatorResolution? locatorResolution, CockpitCommandError? commandError, int? durationMs, CockpitCommandStatus? status, CockpitTargetKind? targetKind, CockpitPlaneKind? executionPlane, CockpitSurfaceKind? surfaceKind, List<CockpitPlaneKind> fallbackTrail = const <CockpitPlaneKind>[], bool usedPlaneFallback = false, CockpitCaptureProfile? requestedCaptureProfile, CockpitCaptureKind? resolvedCaptureKind, bool usedCaptureFallback = false, String? degradationReason, List<CockpitArtifactRef> captureRefs = const []})
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited