public JenkinsMonitor(Uri url)
        {
            this.url = url;
            this.client = new JsonJenkinsClient();

            this.lastBuilds = new Dictionary<string, Build>();
        }
Exemple #2
0
        public void Test()
        {
            var client = new JsonJenkinsClient();

            // Event publishers
            //
            //
        }