NSExecutionTemplate

The ExecutionTemplate which is created using the expand and harvest execution builder functions. This template class is used as a builder to construct the arguments to start an NS tooling specific execution, such as expanding or harvesting.

Properties

Link copied to clipboard
abstract val ctx: ScopeContext

This field contains the context object that is applicable to the scope that defines the execution. The object is inherited directly from the parent net.democritus.scripting.scope.ScriptScope without alterations.

Functions

Link copied to clipboard
abstract fun clean(value: Boolean)

Enables a clean operation when value is true. This is true by default.

Link copied to clipboard
abstract fun pomFile(value: Path)
abstract fun pomFile(value: String)

The path to the POM file needed to execute the operation.