Skip to content

Commit

Permalink
EPMRPP-90010 || Add common plugin constants
Browse files Browse the repository at this point in the history
  • Loading branch information
pbortnik committed May 27, 2024
1 parent 9bc4735 commit ff54d0f
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package com.epam.reportportal.extension.util;

public class CommonConstants {

private CommonConstants() {
//static only
}

public static final String DESCRIPTION_KEY = "description";
public static final String METADATA = "metadata";
public static final String BINARY_DATA = "binaryData";
public static final String IS_INTEGRATIONS_ALLOWED = "isIntegrationsAllowed";

}

0 comments on commit ff54d0f

Please sign in to comment.