*/ interface PluginZeroConfigInterface { /** * Check if this plugin can be executed. * * @param string $stage The current stage * @param Builder $builder The plugin builder * @param Build $build The current build * @return bool Plugin execution result status. */ public static function canExecute($stage, Builder $builder, Build $build); }