Home > @rushstack/heft > StageHooksBase
StageHooksBase class
Signature:
export declare abstract class StageHooksBase<TStageProperties extends object>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
afterLoadStageConfiguration | AsyncSeriesHook | ||
loadStageConfiguration | AsyncSeriesHook | ||
overrideStage | AsyncSeriesBailHook<TStageProperties> | (BETA) This hook allows the stage’s execution to be completely overridden. Only the last-registered plugin with an override hook provided applies. |