* @author Dmitry Khomutov */ interface ZeroConfigPluginInterface { /** * @param string $stage * * @return bool */ public static function canExecuteOnStage($stage, Build $build); }