-
- All Implemented Interfaces:
public final class ExecRunner
Basic execution runner that runs a given ExecConfiguration.
Specific implementations likely use the same configuration but may assign different meaning to its values.
-
-
Constructor Summary
Constructors Constructor Description ExecRunner()
-
Method Summary
Modifier and Type Method Description final ExecResult
execute(ProjectApiHelper projectHelper, NodeExtension extension, ExecConfiguration execConfiguration)
-
-
Method Detail
-
execute
final ExecResult execute(ProjectApiHelper projectHelper, NodeExtension extension, ExecConfiguration execConfiguration)
-
-
-
-