Interface DeltaPackageStrategy<TOptions>

Interface for a strategy to determine which components in the packages have changed and need to be deployed. Returns a list of components that have changed which can be used to create a new deployment package.

Type Parameters

  • TOptions extends object = object

Hierarchy

  • DeltaPackageStrategy

Methods