Skip to content

vnugent/joreman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages