TW-1827: Extract annotations from a task

- Thanks to Ryan.
This commit is contained in:
Paul Beckingham
2017-01-16 16:00:16 -05:00
parent fdd55bc422
commit 5206b4a84b
7 changed files with 40 additions and 0 deletions

View File

@@ -128,6 +128,7 @@ public:
std::vector <std::string> getTags () const;
void removeTag (const std::string&);
int getAnnotationCount () const;
bool hasAnnotations () const;
std::map <std::string, std::string> getAnnotations () const;
void setAnnotations (const std::map <std::string, std::string>&);