Registry / testing / commons-model

commons-model

JSON →
library5.12.0javamavenunverified

Provides REST API model classes for EPAM ReportPortal, a test automation reporting tool.

<dependency> <groupId>com.epam.reportportal</groupId> <artifactId>commons-model</artifactId> <version>5.12.0</version> </dependency>
INSTALL
IMPORT
SIG · COMMONS-MODEL
C
commons-model
testingjavav5.12.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Launch
✓ com.epam.reportportal.model.launch.Launch

Creates a ReportPortal Launch model object.

import com.epam.reportportal.model.launch.Launch; public class Quickstart { public static void main(String[] args) { Launch launch = new Launch(); launch.setName("My Test Launch"); System.out.println("Launch name: " + launch.getName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.12.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
1
Resources
commons-model — mvn dependency:get commons-model · libregistry