Skip to content

Latest commit

 

History

History
 
 

jberet-rest-api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Overview

This module defines REST API for interacting with batch job data, such as job instances, job executions, step executions and metrics.

Documentation

Detailed REST API docs are available at JBeret Docs Site

Build and Tests

To build this module:

mvn clean install

To test REST API defined in this module in WildFly or JBoss EAP,

go to test-apps/restAPI, and run:

mvn clean install -Pwildfly

In addition, all sample applications in wildfly-jberet-samples module use these REST API to manage batch job executions.