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§
- This crate can also be used as a library for other tools to generate buildbot projects
Macros§
- Write blue text to the console, and then reset color
- This prints a format string with a specific color. The color must be one of the following.
- Prints debug message colored blue
- Prints error message colored red
- Flush stdout
- Write green text to the console, and then reset color
- Prints info message colored green
- Write red text to the console, and then reset color
- Prints warning message colored yellow
- Write yellow text to the console, and then reset color