ArtifactInfo Struct Reference
Structure containing information of an artifact.
#include <scmTypes.h>
Public Attributes | |
| std::string | name = "" |
| Artifact name. | |
| std::string | filename = "" |
| Filename. | |
| ArtifactType | type |
| Type of artifact. | |
| std::string | md5 = "" |
| File MD5 checksum. | |
| std::uint32_t | size |
| File size in bytes. | |
| std::string | version = "" |
| Artifact version. | |
