Interface PackageTaskBuilder
-
@ProviderType public interface PackageTaskBuilder
ExecutionTaskBuilder
...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PackageTaskBuilder
with(PackageId id)
Sets the package id of this task.ExecutionPlanBuilder
with(PackageTask.Type type)
Sets the type of this task
-
-
-
Method Detail
-
with
@Nonnull PackageTaskBuilder with(@Nonnull PackageId id)
Sets the package id of this task.- Parameters:
id
- the package id- Returns:
- this.
-
with
@Nonnull ExecutionPlanBuilder with(@Nonnull PackageTask.Type type)
Sets the type of this task- Parameters:
type
- the type- Returns:
- this.
-
-