I am searching some Jenkins client frameworks to deal with Jenkins server.I have found a good and updated Jenkins client server API called RisingOak/jenkins-client
Connectivity with Jenkins Server
JenkinsServer jenkins = new JenkinsServer(new URI("http://localhost:8080/jenkins"), "admin", "password")
I have setup multiple projects in Jenkins so i want to get list of jobs details for each project using Jenkings client like in Jenkings server left side list.
If anyone families with RisingOak/jenkins-client or any other APIs Please let me know how to achieve this.