Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To use Automatics system, partner has to provide implementation for Providers based API specification at Automatics API Specification.

There are two types of implementations required from partner.

ProjectRepositoryDescription

Partner Java API

implementation

Partner repository

Maven based project implemented based on specification Automatics API Specification.

This project adds Automatics Core as maven dependency in its pom.xml and implements all Java based providers.

Partner implementation project is added as maven dependency in Automatics Generic Tests. Any direct dependencies Direct dependency to Automatics Core in Generic Tests project areis

removed and replaced with Partner implementation. This project is added as dependency during development and test executionin Generic Tests.

Only generic tests, use this project as maven dependency.

Partner REST API 

implementation

Partner repositoryREST api implementation based on specification Automatics API Specification. REST APIs are used by both Automatics orchestration and Automatics Core.

...