OperationManifestConnection

class OperationManifestConnection(val task: TaskProvider<out Task>, val manifest: Provider<RegularFile>)

Constructors

Link copied to clipboard
constructor(task: TaskProvider<out Task>, manifest: Provider<RegularFile>)

Properties

Link copied to clipboard
val manifest: Provider<RegularFile>

A json file containing the operation manifest

Link copied to clipboard
val task: TaskProvider<out Task>

The task that produces operationOutput