#include <deployment_unit.h>
|
|
static const std::string | LATEST_VERSION {"latest"} |
Deployment unit identifier.
◆ deployment_unit()
| ignite::deployment_unit::deployment_unit |
( |
std::string | name, |
|
|
std::string | version = LATEST_VERSION ) |
|
inline |
Constructor.
- Parameters
-
| name | Unit name. |
| version | Unit version. Defaults to LATEST_VERSION. |
◆ get_name()
| const std::string & ignite::deployment_unit::get_name |
( |
| ) |
const |
|
inlinenodiscard |
Get name.
- Returns
- Unit name.
◆ get_version()
| const std::string & ignite::deployment_unit::get_version |
( |
| ) |
const |
|
inlinenodiscard |
Get version.
- Returns
- Unit version.
◆ set_name()
| void ignite::deployment_unit::set_name |
( |
const std::string & | name | ) |
|
|
inline |
◆ set_version()
| void ignite::deployment_unit::set_version |
( |
const std::string & | version | ) |
|
|
inline |
Set version.
- Parameters
-
| version | Unit version to set. |
The documentation for this class was generated from the following file: