Virtual Method

FoundryBuildStagepurge

Declaration [src]

DexFuture*
purge (
  FoundryBuildStage* self,
  FoundryBuildProgress* progress
)

Description [src]

Purge operation for the stage.

This is used to perform a purge of an existing pipeline.

The purge command is run when doing a rebuild.

Parameters

progress

Type: FoundryBuildProgress

No description available.

The data is owned by the caller of the method.

Return value

Type: DexFuture

A DexFuture that resolves to any value or rejects with an error.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.