Skip to content
vnugent edited this page Mar 26, 2013 · 4 revisions

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

Clone this wiki locally