Module: Bookbinder
- Defined in:
- lib/bookbinder/cli.rb,
lib/bookbinder/sieve.rb,
lib/bookbinder/spider.rb,
lib/bookbinder/sheller.rb,
lib/bookbinder/terminal.rb,
lib/bookbinder/colorizer.rb,
lib/bookbinder/commands/bind.rb,
lib/bookbinder/commands/help.rb,
lib/bookbinder/deploy/pusher.rb,
lib/bookbinder/stabilimentum.rb,
lib/bookbinder/command_runner.rb,
lib/bookbinder/commands/chain.rb,
lib/bookbinder/commands/punch.rb,
lib/bookbinder/commands/watch.rb,
lib/bookbinder/config/fetcher.rb,
lib/bookbinder/deploy/archive.rb,
lib/bookbinder/deploy/failure.rb,
lib/bookbinder/deploy/success.rb,
lib/bookbinder/values/section.rb,
lib/bookbinder/commands/naming.rb,
lib/bookbinder/deploy/artifact.rb,
lib/bookbinder/server_director.rb,
lib/bookbinder/commands/imprint.rb,
lib/bookbinder/commands/version.rb,
lib/bookbinder/config/validator.rb,
lib/bookbinder/css_link_checker.rb,
lib/bookbinder/deploy/cf_routes.rb,
lib/bookbinder/errors/cli_error.rb,
lib/bookbinder/middleman_runner.rb,
lib/bookbinder/cf_command_runner.rb,
lib/bookbinder/command_validator.rb,
lib/bookbinder/commands/generate.rb,
lib/bookbinder/deploy/deployment.rb,
lib/bookbinder/deprecated_logger.rb,
lib/bookbinder/directory_helpers.rb,
lib/bookbinder/ingest/git_cloner.rb,
lib/bookbinder/sitemap_generator.rb,
lib/bookbinder/config/yaml_loader.rb,
lib/bookbinder/deploy/app_fetcher.rb,
lib/bookbinder/deploy/distributor.rb,
lib/bookbinder/commands/collection.rb,
lib/bookbinder/config/topic_config.rb,
lib/bookbinder/ingest/git_accessor.rb,
lib/bookbinder/ingest/working_copy.rb,
lib/bookbinder/values/user_message.rb,
lib/bookbinder/config/configuration.rb,
lib/bookbinder/dita_command_creator.rb,
lib/bookbinder/commands/push_to_prod.rb,
lib/bookbinder/config/cf_credentials.rb,
lib/bookbinder/config/product_config.rb,
lib/bookbinder/config/section_config.rb,
lib/bookbinder/deploy/blue_green_app.rb,
lib/bookbinder/ingest/cloner_factory.rb,
lib/bookbinder/ingest/update_failure.rb,
lib/bookbinder/ingest/update_success.rb,
lib/bookbinder/config/aws_credentials.rb,
lib/bookbinder/ingest/repo_identifier.rb,
lib/bookbinder/values/subnav_template.rb,
lib/bookbinder/commands/run_publish_ci.rb,
lib/bookbinder/subnav/subnav_generator.rb,
lib/bookbinder/subnav/template_creator.rb,
lib/bookbinder/values/output_locations.rb,
lib/bookbinder/commands/push_from_local.rb,
lib/bookbinder/streams/colorized_stream.rb,
lib/bookbinder/errors/programmer_mistake.rb,
lib/bookbinder/html_document_manipulator.rb,
lib/bookbinder/ingest/section_repository.rb,
lib/bookbinder/local_filesystem_accessor.rb,
lib/bookbinder/subnav/json_from_html_toc.rb,
lib/bookbinder/subnav/json_props_creator.rb,
lib/bookbinder/subnav/pdf_config_creator.rb,
lib/bookbinder/ingest/missing_working_copy.rb,
lib/bookbinder/config/dita_config_generator.rb,
lib/bookbinder/config/imprint/configuration.rb,
lib/bookbinder/ingest/destination_directory.rb,
lib/bookbinder/postprocessing/sitemap_writer.rb,
lib/bookbinder/subnav/json_from_markdown_toc.rb,
lib/bookbinder/config/configuration_decorator.rb,
lib/bookbinder/ingest/local_filesystem_cloner.rb,
lib/bookbinder/commands/build_and_push_tarball.rb,
lib/bookbinder/commands/update_local_doc_repos.rb,
lib/bookbinder/preprocessing/dita_preprocessor.rb,
lib/bookbinder/subnav/subnav_generator_factory.rb,
lib/bookbinder/config/checkers/products_checker.rb,
lib/bookbinder/dita_html_for_middleman_formatter.rb,
lib/bookbinder/preprocessing/link_to_site_gen_dir.rb,
lib/bookbinder/commands/components/command_options.rb,
lib/bookbinder/preprocessing/dita_pdf_preprocessor.rb,
lib/bookbinder/config/checkers/archive_menu_checker.rb,
lib/bookbinder/preprocessing/dita_html_preprocessor.rb,
lib/bookbinder/config/checkers/required_keys_checker.rb,
lib/bookbinder/config/checkers/subnav_topics_checker.rb,
lib/bookbinder/config/remote_yaml_credential_provider.rb,
lib/bookbinder/commands/components/bind/layout_preparer.rb,
lib/bookbinder/config/checkers/ditamap_presence_checker.rb,
lib/bookbinder/config/checkers/section_presence_checker.rb,
lib/bookbinder/commands/components/bind/directory_preparer.rb,
lib/bookbinder/commands/components/imprint/directory_preparer.rb,
lib/bookbinder/config/checkers/duplicate_section_name_checker.rb,
lib/bookbinder/config/checkers/repository_name_presence_checker.rb
Defined Under Namespace
Modules: CliError, Commands, Config, Deploy, DirectoryHelperMethods, Errors, Ingest, Postprocessing, Preprocessing, Streams, Subnav Classes: CfCommandRunner, Cli, Colorizer, CommandRunner, CommandValidator, CssLinkChecker, DeprecatedLogger, DitaCommandCreator, DitaHtmlForMiddlemanFormatter, HtmlDocumentManipulator, LocalFilesystemAccessor, MiddlemanRunner, OutputLocations, Section, ServerDirector, Sheller, Sieve, SitemapGenerator, Spider, SubnavTemplate, Terminal, UserMessage
Constant Summary collapse
- EscalationType =
OpenStruct.new(success: 0, error: 1, warn: 2)