Uses of Class
org.apache.jackrabbit.vault.packaging.registry.PackageTask.Type
-
Packages that use PackageTask.Type Package Description org.apache.jackrabbit.vault.packaging.registry org.apache.jackrabbit.vault.packaging.registry.impl -
-
Uses of PackageTask.Type in org.apache.jackrabbit.vault.packaging.registry
Methods in org.apache.jackrabbit.vault.packaging.registry that return PackageTask.Type Modifier and Type Method Description @NotNull PackageTask.TypePackageTask. getType()Returns the task type.static PackageTask.TypePackageTask.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static PackageTask.Type[]PackageTask.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jackrabbit.vault.packaging.registry with parameters of type PackageTask.Type Modifier and Type Method Description @NotNull ExecutionPlanBuilderPackageTaskBuilder. with(PackageTask.Type type)Sets the type of this task -
Uses of PackageTask.Type in org.apache.jackrabbit.vault.packaging.registry.impl
Methods in org.apache.jackrabbit.vault.packaging.registry.impl that return PackageTask.Type Modifier and Type Method Description @NotNull PackageTask.TypePackageTaskImpl. getType()
-