Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 379 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 379 Bytes

What is Joreman?

Joreman is a Java client that enables you to perform common Foreman tasks in Java.

ForemanClient foreman = new ForemanClientFactory().createClient();

ForemanVM vm = foreman.newHost()
                           .withName("MyTestVM")
                           .build();

New to Foreman?

Visit http://theforeman.org