Re-exports§
pub use helper::input;pub use helper::unmatched_quotes;pub use helper::unquote;pub use helper::unwrap;pub use helper::yes_or_no;pub use helper::Cmd;pub use helper::File;pub use buildbot::Builder;pub use buildbot::MailNotifier;pub use buildbot::MasterConfig;pub use buildbot::MergeRequestHandler;pub use buildbot::Scheduler;pub use buildbot::Step;pub use buildbot::Worker;pub use buildbot::AUTH_TOKEN_PATH;pub use buildsystem::*;
Modules§
- buildbot
- buildsystem
- helper
- This crate can also be used as a library for other tools to generate buildbot projects
Macros§
- blue
- Write blue text to the console, and then reset color
- color_
print - This prints a format string with a specific color. The color must be one of the following.
- debug
- Prints debug message colored blue
- error
- Prints error message colored red
- flush
- Flush stdout
- green
- Write green text to the console, and then reset color
- info
- Prints info message colored green
- red
- Write red text to the console, and then reset color
- warn
- Prints warning message colored yellow
- yellow
- Write yellow text to the console, and then reset color