Interface PackageTaskBuilder
@ProviderType
public interface PackageTaskBuilder
ExecutionTaskBuilder...-
Method Summary
Modifier and TypeMethodDescription@NotNull PackageTaskBuilderSets the package id of this task.@NotNull ExecutionPlanBuilderwith(PackageTask.Type type) Sets the type of this task@NotNull PackageTaskBuilderwithOptions(@NotNull PackageTaskOptions options) Set the optional options for the package task
-
Method Details
-
with
Sets the package id of this task.- Parameters:
id- the package id- Returns:
- this.
-
with
Sets the type of this task- Parameters:
type- the type- Returns:
- the parent execution plan builder.
-
withOptions
Set the optional options for the package task- Parameters:
options- the options- Returns:
- this.
-