OnArtifact

data class OnArtifact(val artifactType: Class<*>) : UnlockCondition

Tool unlocks when an artifact of the specified type has been produced.

Constructors

Link copied to clipboard
constructor(artifactType: Class<*>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun isSatisfied(context: PlaybookContext): Boolean

Evaluate whether this condition is met given the current context.