Package core.support.listeners
Class ParamOverrideTestNgService
- java.lang.Object
-
- com.epam.reportportal.testng.TestNGService
-
- core.support.listeners.ParamOverrideTestNgService
-
- All Implemented Interfaces:
com.epam.reportportal.testng.ITestNGService
public class ParamOverrideTestNgService extends com.epam.reportportal.testng.TestNGService
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTRIBUTESstatic StringBATCH_SIZEstatic StringCONVERT_IMAGEstatic StringDESCRIPTIONstatic StringENDPOINTstatic StringHTTP_PROXYstatic StringLAUNCHstatic StringLAUNCH_IDstatic StringLAUNCH_UUIDstatic StringPROJECTstatic StringREPORT_PORTAL_ENABLEstatic StringUUID
-
Constructor Summary
Constructors Constructor Description ParamOverrideTestNgService()
-
Method Summary
-
Methods inherited from class com.epam.reportportal.testng.TestNGService
buildFinishTestMethodRq, buildFinishTestMethodRq, buildFinishTestRq, buildFinishTestSuiteRq, buildStartConfigurationRq, buildStartLaunchRq, buildStartStepRq, buildStartStepRq, buildStartSuiteRq, buildStartTestItemRq, createConfigurationDescription, createConfigurationName, createSkippedSteps, createStepAttributes, createStepDescription, createStepName, createStepParameters, finishLaunch, finishTest, finishTestMethod, finishTestMethod, finishTestSuite, getAttribute, getReportPortal, getSuiteStatus, isTestPassed, sendReportPortalMsg, setReportPortal, startConfiguration, startLaunch, startTest, startTestMethod, startTestSuite
-
-
-
-
Field Detail
-
ENDPOINT
public static String ENDPOINT
-
UUID
public static String UUID
-
LAUNCH
public static String LAUNCH
-
PROJECT
public static String PROJECT
-
REPORT_PORTAL_ENABLE
public static String REPORT_PORTAL_ENABLE
-
DESCRIPTION
public static String DESCRIPTION
-
HTTP_PROXY
public static String HTTP_PROXY
-
CONVERT_IMAGE
public static String CONVERT_IMAGE
-
BATCH_SIZE
public static String BATCH_SIZE
-
ATTRIBUTES
public static String ATTRIBUTES
-
LAUNCH_UUID
public static String LAUNCH_UUID
-
LAUNCH_ID
public static String LAUNCH_ID
-
-