Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 919 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 919 Bytes

Build Status

gocd-java-client

Attempt at building a simple Java client for accessing information in GoCD. Specifically built for using in GoCD plugins, who needs to access certain information from the server.

Usage

GoCD client = new GoCD("http://localhost", "admin", "badger");
Map<Integer, PipelineRunStatus> statusMap = client.pipelineRunStatus("Build-Linux");

Credits

Most of this was extracted from work done at gocd-janitor and gocd-slack-build-notifier. Credits goes to all those you've contributed to the respective projects.

License

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0