Interface PackageTaskBuilder
-
@ProviderType public interface PackageTaskBuilder
ExecutionTaskBuilder...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PackageTaskBuilderwith(PackageId id)Sets the package id of this task.ExecutionPlanBuilderwith(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.
-
-