Module: Performa
- Defined in:
- lib/performa.rb,
lib/performa/stage.rb,
lib/performa/errors.rb,
lib/performa/images.rb,
lib/performa/logger.rb,
lib/performa/version.rb,
lib/performa/coordinator.rb,
lib/performa/environment.rb,
lib/performa/shell_helper.rb,
lib/performa/configuration.rb,
lib/performa/command_result.rb,
lib/performa/results_helper.rb,
lib/performa/container_registry.rb
Defined Under Namespace
Modules: ContainerRegistry, Coordinator, Images, ResultsHelper, ShellHelper Classes: CommandResult, Configuration, Environment, Stage, StageCommand
Constant Summary collapse
- Error =
Class.new(StandardError)
- CommandFailureError =
Class.new(Error)
- LOG =
Logger.new(STDOUT)
- VERSION =
"0.3.0"