AutomatedReasoningPolicyBuildLogEntry

Represents a single entry in the policy build log, containing information about a specific step or event in the build process.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The annotation or operation that was being processed when this log entry was created.

Link copied to clipboard

Detailed information about the specific build steps that were executed, including any sub-operations or transformations.

Link copied to clipboard

The status of the build step (e.g., SUCCESS, FAILED, IN_PROGRESS).

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String