|
|
|
@ -5,6 +5,7 @@
|
|
|
|
|
#include <optional>
|
|
|
|
|
#include <nlohmann/json.hpp>
|
|
|
|
|
#include <generator>
|
|
|
|
|
#include "build.h"
|
|
|
|
|
|
|
|
|
|
#ifndef LAUNCHPAD_API
|
|
|
|
|
#ifdef BUILDING_LAUNCHPAD
|
|
|
|
@ -69,8 +70,10 @@ public:
|
|
|
|
|
const std::optional<std::string>& new_priority,
|
|
|
|
|
const std::optional<std::string>& new_section) const;
|
|
|
|
|
bool requestDeletion(const std::optional<std::string>& removal_comment) const;
|
|
|
|
|
std::optional<class build> build = getBuild();
|
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
const std::optional<class build> getBuild();
|
|
|
|
|
launchpad* lp;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|