This class contains status of the build manager.
More...
#include <CProjectController.h>
|
| int | getNumErrors () |
| | Not implemented yet - will return the number of errors in the last build.
|
| int | getNumWarnings () |
| | Not implemented yet - will return the number of warnings in the last build.
|
| bool | isActive () |
| | Returns true, if winIDEA build manager is building.
|
| bool | isConfigError () |
| | Returns true, if winIDEA build manager is not properly configured.
|
| bool | isIdle () |
| | Returns true, if winIDEA build manager is in idle state.
|
| bool | isIdleWError () |
| | Returns true, if winIDEA build manager is in idle state, and there were errors in the last build.
|
This class contains status of the build manager.
It is not intended to be instantiated by clients. Returned by CProjectController::getStatus().
- See also
- CProjectController
◆ getNumErrors()
| int isys::CBuildStatus::getNumErrors |
( |
| ) |
|
|
inline |
Not implemented yet - will return the number of errors in the last build.
- Since
- 9.12.288
◆ getNumWarnings()
| int isys::CBuildStatus::getNumWarnings |
( |
| ) |
|
|
inline |
Not implemented yet - will return the number of warnings in the last build.
- Since
- 9.12.288
◆ isActive()
| bool isys::CBuildStatus::isActive |
( |
| ) |
|
|
inline |
Returns true, if winIDEA build manager is building.
- Since
- 9.12.288
◆ isConfigError()
| bool isys::CBuildStatus::isConfigError |
( |
| ) |
|
|
inline |
Returns true, if winIDEA build manager is not properly configured.
- Since
- 9.12.288
◆ isIdle()
| bool isys::CBuildStatus::isIdle |
( |
| ) |
|
|
inline |
Returns true, if winIDEA build manager is in idle state.
- Since
- 9.12.288
◆ isIdleWError()
| bool isys::CBuildStatus::isIdleWError |
( |
| ) |
|
|
inline |
Returns true, if winIDEA build manager is in idle state, and there were errors in the last build.
- See also
- getNumErrors
-
getNumWarnings
- Since
- 9.12.288