outputArtifacts property

List<Artifact>? outputArtifacts
final

The name of the artifact that is the result of the action, if any. This name might be system-generated, such as "MyBuiltApp", or it might be defined by the user when the action is created.

Implementation

final List<Artifact>? outputArtifacts;