#include <build_tool.h>
Public Attributes | |
| bool | success = false |
| std::string | output |
| std::string | error_output |
| int | exit_code = 0 |
| std::chrono::seconds | duration {0} |
| std::string | command_executed |
Definition at line 35 of file build_tool.h.
| bool yaze::cli::agent::tools::BuildTool::BuildResult::success = false |
Definition at line 36 of file build_tool.h.
Referenced by yaze::cli::agent::tools::BuildTool::Clean(), and yaze::cli::agent::tools::BuildTool::ExecuteCommandInternal().
| std::string yaze::cli::agent::tools::BuildTool::BuildResult::output |
Definition at line 37 of file build_tool.h.
Referenced by yaze::cli::agent::tools::BuildTool::Clean(), and yaze::cli::agent::tools::BuildTool::ExecuteCommandInternal().
| std::string yaze::cli::agent::tools::BuildTool::BuildResult::error_output |
Definition at line 38 of file build_tool.h.
Referenced by yaze::cli::agent::tools::BuildTool::ExecuteCommandInternal().
| int yaze::cli::agent::tools::BuildTool::BuildResult::exit_code = 0 |
Definition at line 39 of file build_tool.h.
Referenced by yaze::cli::agent::tools::BuildTool::Clean(), and yaze::cli::agent::tools::BuildTool::ExecuteCommandInternal().
| std::chrono::seconds yaze::cli::agent::tools::BuildTool::BuildResult::duration {0} |
Definition at line 40 of file build_tool.h.
Referenced by yaze::cli::agent::tools::BuildTool::Clean().
| std::string yaze::cli::agent::tools::BuildTool::BuildResult::command_executed |
Definition at line 41 of file build_tool.h.
Referenced by yaze::cli::agent::tools::BuildTool::Clean(), and yaze::cli::agent::tools::BuildTool::ExecuteCommandInternal().