From 515fe10dfebf075129244214ca461c0da2e5c8d3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 17 Dec 2018 13:59:58 +0800 Subject: [PATCH] RooTicket.vala --- RooTicket.vala | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/RooTicket.vala b/RooTicket.vala index 781ad459..3587c221 100644 --- a/RooTicket.vala +++ b/RooTicket.vala @@ -1,4 +1,4 @@ -/** +/** code to fetch ticket info... @@ -73,6 +73,14 @@ public class RooTicket : Object public Gee.ArrayList tickets; // only available for singletonn. public Gee.ArrayList projects; // only available for singletonn. public Gee.ArrayList repos; // only available for singletonn. + + public Gee.ArrayList milestones; + public Gee.ArrayList priorities; + public Gee.ArrayList serverities; + public Gee.ArrayList classifications; + public Gee.ArrayList developers; + + public string username = ""; // only available for singletonn. public string password = ""; // only available for singletonn. -- 2.39.2