Ejemplo n.º 1
0
        public JenkinsMonitor(Uri url)
        {
            this.url = url;
            this.client = new JsonJenkinsClient();

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

            // Event publishers
            //
            //
        }