Skip to content

Refresh06/gocd-java-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

JAVA Client for GoCD API

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Java 100.0%