About¶

Schema definitions for messages sent by Copr build system, and several convenience classes/methods to make the message consuming easier.

Contents:

  • Installation
  • How to consume Copr messages
    • Listening on fedora-messaging bus
    • Listening on STOMP bus
  • Copr messaging API
    • BuildChrootStarted
      • BuildChrootStarted.build_id
      • BuildChrootStarted.chroot
      • BuildChrootStarted.package_epoch
      • BuildChrootStarted.package_full_name
      • BuildChrootStarted.package_name
      • BuildChrootStarted.package_release
      • BuildChrootStarted.package_version
      • BuildChrootStarted.project_full_name
      • BuildChrootStarted.project_name
      • BuildChrootStarted.project_owner
    • BuildChrootEnded
      • BuildChrootEnded.build_id
      • BuildChrootEnded.chroot
      • BuildChrootEnded.package_epoch
      • BuildChrootEnded.package_full_name
      • BuildChrootEnded.package_name
      • BuildChrootEnded.package_release
      • BuildChrootEnded.package_version
      • BuildChrootEnded.project_full_name
      • BuildChrootEnded.project_name
      • BuildChrootEnded.project_owner
      • BuildChrootEnded.status

Indices and tables¶

  • Index

  • Module Index

  • Search Page

copr-messaging

Navigation

Contents:

  • Installation
  • How to consume Copr messages
  • Copr messaging API

Related Topics

  • Documentation overview
    • Next: Installation

Quick search

©2023, Copr Team. | Powered by Sphinx 7.1.2 & Alabaster 0.7.12 | Page source