{"id":18649852,"url":"https://github.com/ashwanthkumar/gocd-java-client","last_synced_at":"2025-04-11T14:32:29.224Z","repository":{"id":10121741,"uuid":"64551351","full_name":"ashwanthkumar/gocd-java-client","owner":"ashwanthkumar","description":"JAVA Client for GoCD API","archived":false,"fork":false,"pushed_at":"2023-03-09T23:56:56.000Z","size":188,"stargazers_count":4,"open_issues_count":9,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T14:51:17.274Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ashwanthkumar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-30T15:44:06.000Z","updated_at":"2021-12-24T05:31:23.000Z","dependencies_parsed_at":"2024-11-07T06:41:05.407Z","dependency_job_id":null,"html_url":"https://github.com/ashwanthkumar/gocd-java-client","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwanthkumar%2Fgocd-java-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwanthkumar%2Fgocd-java-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwanthkumar%2Fgocd-java-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwanthkumar%2Fgocd-java-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashwanthkumar","download_url":"https://codeload.github.com/ashwanthkumar/gocd-java-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248419754,"owners_count":21100245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T06:40:52.799Z","updated_at":"2025-04-11T14:32:24.214Z","avatar_url":"https://github.com/ashwanthkumar.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/ashwanthkumar/gocd-java-client.svg?branch=master)](https://travis-ci.org/ashwanthkumar/gocd-java-client)\n# gocd-java-client\n\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/in.ashwanthkumar/gocd-java-client/badge.svg)](https://maven-badges.herokuapp.com/maven-central/in.ashwanthkumar/gocd-java-client)\n\nAttempt at building a Java client for programmatically accessing GoCD.\nSpecifically built for using in GoCD plugins, which needs to access certain information from the server.\n\n## Usage\n```java\nGoCD client = new GoCD(\"http://localhost\", \"admin\", \"badger\");\n// from v19.2.0 GoCD Server onwards\nGoCD client = new GoCD(\"http://localhost\", new PersonalAccessTokenAuthentication(\"PERSONAL_ACCESS_TOKEN\"));\nMap\u003cInteger, PipelineRunStatus\u003e statusMap = client.pipelineRunStatus(\"Build-Linux\");\n```\n\n**Note**: You need at least JDK 9 to use this library, but it is built and tested against JDK 11.\n\n## Credits\nUp to `0.0.7`, most of this is based on the work done at [gocd-janitor](https://github.com/ashwanthkumar/gocd-janitor)\nand [gocd-slack-build-notifier](https://github.com/ashwanthkumar/gocd-slack-build-notifier).\nCredit goes to all those who have contributed to the respective projects.\n\n## License\nLicensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashwanthkumar%2Fgocd-java-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashwanthkumar%2Fgocd-java-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashwanthkumar%2Fgocd-java-client/lists"}