Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W 

A

AbstractJoinedLaunch - Class in com.epam.reportportal.service.launch
The class for mandatory logic for launches which were joined by LaunchIdLock object.
AbstractJoinedLaunch(ReportPortalClient, ListenerParameters, StartLaunchRQ, ExecutorService, LaunchIdLock, String) - Constructor for class com.epam.reportportal.service.launch.AbstractJoinedLaunch
 
AbstractJoinedLaunch(ReportPortalClient, ListenerParameters, Maybe<String>, ExecutorService, LaunchIdLock, String) - Constructor for class com.epam.reportportal.service.launch.AbstractJoinedLaunch
 
AbstractLaunchIdLock - Class in com.epam.reportportal.service.launch.lock
 
AbstractLaunchIdLock(ListenerParameters) - Constructor for class com.epam.reportportal.service.launch.lock.AbstractLaunchIdLock
 
Accessible - Class in com.epam.reportportal.utils.reflect
Utility class to decorate routine code of accessing fields and methods in complex objects.
Accessible(Object) - Constructor for class com.epam.reportportal.utils.reflect.Accessible
Create the decorator for given object.
AccessibleField - Class in com.epam.reportportal.utils.reflect
Utility class to decorate routine code of setting and getting a field thought Reflections.
AccessibleMethod - Class in com.epam.reportportal.utils.reflect
Utility class to decorate routine code of invoking a method thought Reflections.
addEvent(StatisticsEvent) - Method in class com.epam.reportportal.service.statistics.item.StatisticsItem
 
addParam(String, Object) - Method in class com.epam.reportportal.service.statistics.item.StatisticsEvent
 
addToQueue(Completable) - Method in class com.epam.reportportal.service.LaunchImpl.TreeItem
 
AGENT_NAME_PARAM - Static variable in class com.epam.reportportal.service.statistics.StatisticsService
 
AGENT_VERSION_PARAM - Static variable in class com.epam.reportportal.service.statistics.StatisticsService
 
anyMethod() - Method in class com.epam.reportportal.aspect.StepAspect
 
APPLICATION_ATOM_XML - Static variable in class com.epam.reportportal.utils.http.ContentType
 
APPLICATION_FORM_URLENCODED - Static variable in class com.epam.reportportal.utils.http.ContentType
 
APPLICATION_GZIP - Static variable in class com.epam.reportportal.utils.http.ContentType
 
APPLICATION_JAVA_ARCHIVE - Static variable in class com.epam.reportportal.utils.http.ContentType
 
APPLICATION_JSON - Static variable in class com.epam.reportportal.utils.http.ContentType
 
APPLICATION_OCTET_STREAM - Static variable in class com.epam.reportportal.utils.http.ContentType
 
APPLICATION_PDF - Static variable in class com.epam.reportportal.utils.http.ContentType
 
APPLICATION_SOAP_XML - Static variable in class com.epam.reportportal.utils.http.ContentType
 
APPLICATION_SVG_XML - Static variable in class com.epam.reportportal.utils.http.ContentType
 
APPLICATION_XHTML_XML - Static variable in class com.epam.reportportal.utils.http.ContentType
 
APPLICATION_XML - Static variable in class com.epam.reportportal.utils.http.ContentType
 
APPLICATION_ZIP - Static variable in class com.epam.reportportal.utils.http.ContentType
 
applyRandomDiscrepancy(float) - Method in class com.epam.reportportal.utils.Waiter
 
ARRAY_ELEMENT_DELIMITER - Static variable in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
ARRAY_END_PATTERN - Static variable in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
ARRAY_START_PATTERN - Static variable in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
asCode(String, String) - Static method in class com.epam.reportportal.utils.formatting.MarkdownUtils
Builds markdown representation of some script to be logged to ReportPortal
asMarkdown(String) - Static method in class com.epam.reportportal.utils.formatting.MarkdownUtils
Adds special prefix to make log message being processed as markdown
asTwoParts(String, String) - Static method in class com.epam.reportportal.utils.formatting.MarkdownUtils
 
Attribute - Annotation Type in com.epam.reportportal.annotations.attribute
Annotation used in Attributes as field, to provide ItemAttributesRQ with both 'key' and 'value' fields specified
ATTRIBUTE_VALUE_SEPARATOR - Static variable in class com.epam.reportportal.utils.properties.SystemAttributesExtractor
 
AttributeParser - Class in com.epam.reportportal.utils
This class contains functionality for parsing tags and attributes from string.
Attributes - Annotation Type in com.epam.reportportal.annotations.attribute
Annotation for test methods and classes to attach ItemAttributesRQ to the test items
ATTRIBUTES_SPLITTER - Static variable in class com.epam.reportportal.utils.AttributeParser
 
AttributeValue - Annotation Type in com.epam.reportportal.annotations.attribute
Annotation used in Attributes as field, to provide ItemAttributesRQ with only 'value' field specified ('key' in the resulted entity will be NULL)
AUDIO_MIDI - Static variable in class com.epam.reportportal.utils.http.ContentType
 
AUDIO_MPEG - Static variable in class com.epam.reportportal.utils.http.ContentType
 
AUDIO_OGG - Static variable in class com.epam.reportportal.utils.http.ContentType
 
AUDIO_WAV - Static variable in class com.epam.reportportal.utils.http.ContentType
 
AUDIO_WEBM - Static variable in class com.epam.reportportal.utils.http.ContentType
 

B

BearerAuthInterceptor - Class in com.epam.reportportal.service
Adds Bearer TOKEN to the request headers
BearerAuthInterceptor(String) - Constructor for class com.epam.reportportal.service.BearerAuthInterceptor
 
BufferSubscriber - Class in com.epam.reportportal.service.logs
A subscriber that buffers incoming SaveLogRQ objects until certain conditions are met, then emits them as batches to the downstream subscriber.
BufferSubscriber(Subscriber<? super List<SaveLogRQ>>, int, long) - Constructor for class com.epam.reportportal.service.logs.BufferSubscriber
 
build() - Method in class com.epam.reportportal.service.ReportPortal.Builder
 
buildClient(Class<T>, ListenerParameters) - Method in class com.epam.reportportal.service.ReportPortal.Builder
 
buildClient(Class<T>, ListenerParameters, ExecutorService) - Method in class com.epam.reportportal.service.ReportPortal.Builder
 
builder() - Static method in class com.epam.reportportal.service.ReportPortal
Creates new builder for ReportPortal
Builder() - Constructor for class com.epam.reportportal.service.ReportPortal.Builder
 
buildExecutorService(ListenerParameters) - Method in class com.epam.reportportal.service.ReportPortal.Builder
 
buildExecutorService(String, int) - Static method in class com.epam.reportportal.utils.MultithreadingUtils
Creates a fixed thread pool executor service with daemon threads and custom naming pattern.
buildExecutorService(String, ListenerParameters) - Static method in class com.epam.reportportal.utils.MultithreadingUtils
Creates a fixed thread pool executor service with daemon threads using pool size from listener parameters.
buildFinishTestItemRequest(ItemStatus, Date) - Static method in class com.epam.reportportal.service.step.StepRequestUtils
 
buildFinishTestItemRequest(ItemStatus) - Static method in class com.epam.reportportal.service.step.StepRequestUtils
 
buildLaunchLock(ListenerParameters) - Method in class com.epam.reportportal.service.ReportPortal.Builder
 
buildLogMultiPartRequest(List<SaveLogRQ>) - Static method in class com.epam.reportportal.utils.http.HttpRequestUtils
 
buildRestEndpoint(ListenerParameters, OkHttpClient) - Method in class com.epam.reportportal.service.ReportPortal.Builder
 
buildRestEndpoint(ListenerParameters, OkHttpClient, ExecutorService) - Method in class com.epam.reportportal.service.ReportPortal.Builder
 
buildStartStepRequest(String, String, MethodSignature) - Static method in class com.epam.reportportal.aspect.StepRequestUtils
 
buildStartStepRequest(MethodSignature, Step, JoinPoint) - Static method in class com.epam.reportportal.aspect.StepRequestUtils
 
buildStartStepRequest(String, String) - Static method in class com.epam.reportportal.service.step.StepRequestUtils
 
ByteSource - Class in com.epam.reportportal.utils.files
A readable stateful source of bytes.
ByteSource(ByteSource) - Constructor for class com.epam.reportportal.utils.files.ByteSource
 
ByteSource(URL) - Constructor for class com.epam.reportportal.utils.files.ByteSource
 

C

calculateRequestSize(SaveLogRQ) - Static method in class com.epam.reportportal.utils.http.HttpRequestUtils
Estimate HTTP request size of a SaveLogRQ.
call() - Method in class com.epam.reportportal.service.launch.SecondaryLaunchFinishCondition
 
cancel() - Method in class com.epam.reportportal.service.logs.BufferSubscriber
 
CLASS_FULL_NAME_TEMPLATE - Static variable in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
CLASS_SIMPLE_NAME_TEMPLATE - Static variable in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
clearAttribute(String) - Method in class com.epam.reportportal.service.tree.TestItemTree.TestItemLeaf
 
client - Variable in class com.epam.reportportal.service.Launch
 
CLIENT_NAME_PARAM - Static variable in class com.epam.reportportal.service.statistics.StatisticsService
 
CLIENT_VERSION_PARAM - Static variable in class com.epam.reportportal.service.statistics.StatisticsService
 
ClientIdProvider - Class in com.epam.reportportal.utils
A static class which contains methods to get current Client ID.
ClientProperties - Enum in com.epam.reportportal.utils.properties
Implementation of the PropertyHolder with `client name and version` attribute names: 1) internal - from the environment (OS, JVM) 2) external - from `*.properties` file
ClientUtils - Class in com.epam.reportportal.utils.http
Common utility code for OkHttpClient
clone() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
clonePojo(T, Class<T>) - Static method in class com.epam.reportportal.utils.ObjectUtils
Clone POJO object through ObjectMapper to avoid implementation of clone method and model modification.
close() - Method in class com.epam.reportportal.service.statistics.DummyClient
 
close() - Method in class com.epam.reportportal.service.statistics.StatisticsClient
 
close() - Method in class com.epam.reportportal.service.statistics.StatisticsService
 
com.epam.reportportal.annotations - package com.epam.reportportal.annotations
 
com.epam.reportportal.annotations.attribute - package com.epam.reportportal.annotations.attribute
 
com.epam.reportportal.aspect - package com.epam.reportportal.aspect
 
com.epam.reportportal.exception - package com.epam.reportportal.exception
 
com.epam.reportportal.listeners - package com.epam.reportportal.listeners
 
com.epam.reportportal.message - package com.epam.reportportal.message
 
com.epam.reportportal.service - package com.epam.reportportal.service
 
com.epam.reportportal.service.item - package com.epam.reportportal.service.item
 
com.epam.reportportal.service.launch - package com.epam.reportportal.service.launch
 
com.epam.reportportal.service.launch.lock - package com.epam.reportportal.service.launch.lock
 
com.epam.reportportal.service.logs - package com.epam.reportportal.service.logs
 
com.epam.reportportal.service.statistics - package com.epam.reportportal.service.statistics
 
com.epam.reportportal.service.statistics.item - package com.epam.reportportal.service.statistics.item
 
com.epam.reportportal.service.step - package com.epam.reportportal.service.step
 
com.epam.reportportal.service.tree - package com.epam.reportportal.service.tree
 
com.epam.reportportal.utils - package com.epam.reportportal.utils
 
com.epam.reportportal.utils.files - package com.epam.reportportal.utils.files
 
com.epam.reportportal.utils.formatting - package com.epam.reportportal.utils.formatting
 
com.epam.reportportal.utils.formatting.templating - package com.epam.reportportal.utils.formatting.templating
 
com.epam.reportportal.utils.http - package com.epam.reportportal.utils.http
 
com.epam.reportportal.utils.properties - package com.epam.reportportal.utils.properties
 
com.epam.reportportal.utils.reflect - package com.epam.reportportal.utils.reflect
 
completeIssues(Issue) - Method in class com.epam.reportportal.service.LaunchImpl
Lookup for the Issue Type locator in project settings and fill missed external issue fields based on properties.
completeLogCompletables() - Method in class com.epam.reportportal.service.LaunchImpl
Marks flow as completed
ComputationConcurrentHashMap() - Constructor for class com.epam.reportportal.service.LaunchImpl.ComputationConcurrentHashMap
 
ContentType - Class in com.epam.reportportal.utils.http
Content-Type header constants and utility methods.
context() - Static method in class com.epam.reportportal.service.LoggingContext
Return current logging context attached to the current thread.
convert(ByteSource) - Static method in class com.epam.reportportal.utils.files.ImageConverter
Convert image to black and white colors
convertIfImage(TypeAwareByteSource) - Static method in class com.epam.reportportal.utils.files.ImageConverter
 
copyFiles(File, File) - Static method in class com.epam.reportportal.utils.files.Utils
Copies a File into File in binary mode.
copyStreams(InputStream, OutputStream, int) - Static method in class com.epam.reportportal.utils.files.Utils
Copies an InputStream into on OutputStream byte-to-byte.
copyStreams(InputStream, OutputStream) - Static method in class com.epam.reportportal.utils.files.Utils
Copies an InputStream into on OutputStream byte-to-byte.
create(ReportPortalClient, ListenerParameters) - Static method in class com.epam.reportportal.service.ReportPortal
Creates new ReportPortal based on already built dependencies
create(ReportPortalClient, ListenerParameters, ExecutorService) - Static method in class com.epam.reportportal.service.ReportPortal
Creates new ReportPortal based on already built dependencies
createIssue(Issue, String, List<ParameterResource>) - Static method in class com.epam.reportportal.utils.IssueUtils
Creates Issue object from the provided Issue annotation if it is not null and passed TestFilter filters suit the provided test name and parameters.
createIssue(List<Issue>, String, List<ParameterResource>) - Static method in class com.epam.reportportal.utils.IssueUtils
Creates Issue object from the provided list of Issue annotations if it is not empty and at least one of them suits corresponding TestFilter filters by provided test name and parameters.
createIssue(Issue[], String, List<ParameterResource>) - Static method in class com.epam.reportportal.utils.IssueUtils
Creates Issue object from the provided Issue annotation array if it is not null or empty and at least one of them suits corresponding TestFilter filters by provided test name and parameters.
createIssue(Issues, String, List<ParameterResource>) - Static method in class com.epam.reportportal.utils.IssueUtils
Creates Issue object from the provided Issues annotation if it is not null and at least one of the annotations in the value array suits corresponding TestFilter filters by provided test name and parameters.
createItemAttribute(String, String) - Static method in class com.epam.reportportal.utils.AttributeParser
Create an ItemAttributesRQ instance with key and value.
createItemAttributes(String[], String) - Static method in class com.epam.reportportal.utils.AttributeParser
Create list of attributes from key array and a value.
createItemAttributes(String, String[]) - Static method in class com.epam.reportportal.utils.AttributeParser
Create list of attributes from a key and value array.
createScheduler(ExecutorService) - Method in class com.epam.reportportal.service.LaunchImpl
 
createTestItemLeaf(Maybe<String>) - Static method in class com.epam.reportportal.service.tree.TestItemTree
Create a Test Item Leaf for a tree of Test Items
createTestItemLeaf(Maybe<String>, Maybe<String>) - Static method in class com.epam.reportportal.service.tree.TestItemTree
Create a Test Item Leaf for a tree of Test Items
createTestItemLeaf(Maybe<String>, Map<TestItemTree.ItemTreeKey, TestItemTree.TestItemLeaf>) - Static method in class com.epam.reportportal.service.tree.TestItemTree
Create a Test Item Leaf for a tree of Test Items
createTestItemLeaf(Maybe<String>, Map<TestItemTree.ItemTreeKey, TestItemTree.TestItemLeaf>, Map<String, Object>) - Static method in class com.epam.reportportal.service.tree.TestItemTree
Create a Test Item Leaf for a tree of Test Items
createTestItemLeaf(Maybe<String>, Maybe<String>, Map<TestItemTree.ItemTreeKey, TestItemTree.TestItemLeaf>) - Static method in class com.epam.reportportal.service.tree.TestItemTree
Create a Test Item Leaf for a tree of Test Items
createTestItemLeaf(Maybe<String>, Maybe<String>, Map<TestItemTree.ItemTreeKey, TestItemTree.TestItemLeaf>, Map<String, Object>) - Static method in class com.epam.reportportal.service.tree.TestItemTree
Create a Test Item Leaf for a tree of Test Items
createVirtualItem() - Method in class com.epam.reportportal.service.Launch
Starts a virtual test item in ReportPortal.
createVirtualItem() - Method in class com.epam.reportportal.service.LaunchImpl
Creates a virtual test item in ReportPortal.
createVirtualItemCompletable() - Method in class com.epam.reportportal.service.LaunchImpl
Creates a Completable that polls for completion of all virtual items.
currentLaunch() - Static method in class com.epam.reportportal.service.Launch
Returns a current launch in a link to the current thread.
CUSTOM_AGENT - Static variable in class com.epam.reportportal.service.LaunchImpl
Default Agent name for cases where real name is not known.

D

DEFAULT_BATCH_PAYLOAD_LIMIT - Static variable in class com.epam.reportportal.listeners.ListenerParameters
 
DEFAULT_BTS_ISSUE_FAIL - Static variable in class com.epam.reportportal.listeners.ListenerParameters
 
DEFAULT_DATE_FORMAT - Static variable in class com.epam.reportportal.utils.http.HttpRequestUtils
 
DEFAULT_EXCEPTION_TRUNCATE - Static variable in class com.epam.reportportal.listeners.ListenerParameters
 
DEFAULT_FILE_WAIT_TIMEOUT - Static variable in class com.epam.reportportal.listeners.ListenerParameters
 
DEFAULT_LAUNCH_CREATION_SKIP - Static variable in class com.epam.reportportal.listeners.ListenerParameters
 
DEFAULT_LAUNCH_UUID_OUTPUT - Static variable in class com.epam.reportportal.listeners.ListenerParameters
 
DEFAULT_LAUNCH_UUID_PRINT - Static variable in class com.epam.reportportal.listeners.ListenerParameters
 
DEFAULT_LOG_BATCH_SIZE - Static variable in class com.epam.reportportal.listeners.ListenerParameters
 
defaultClient(ListenerParameters) - Method in class com.epam.reportportal.service.ReportPortal.Builder
 
DefaultProperties - Enum in com.epam.reportportal.utils.properties
Default implementation of PropertyHolder with attribute names that should be retrieved: 1) internal - from the environment (OS, JVM) 2) external - from `*.properties` file
defaultPropertiesLoader() - Method in class com.epam.reportportal.service.ReportPortal.Builder
 
DefaultStepReporter - Class in com.epam.reportportal.service.step
DefaultStepReporter(Launch) - Constructor for class com.epam.reportportal.service.step.DefaultStepReporter
 
Description - Annotation Type in com.epam.reportportal.annotations
If put on a method or constructor, or class, overrides or set corresponding Test Item description on ReportPortal.
detect(File) - Static method in class com.epam.reportportal.utils.MimeTypeDetector
 
detect(ByteSource, String) - Static method in class com.epam.reportportal.utils.MimeTypeDetector
 
DISABLE_PROPERTY - Static variable in class com.epam.reportportal.service.LaunchImpl
Environment variable name to disable analytics
DisplayName - Annotation Type in com.epam.reportportal.annotations
If put on a method or constructor, or class, overrides corresponding Test Item name on ReportPortal.
dispose() - Static method in class com.epam.reportportal.service.LoggingContext
Disposes current logging context
DummyClient - Class in com.epam.reportportal.service.statistics
 
DummyClient() - Constructor for class com.epam.reportportal.service.statistics.DummyClient
 
DummyReportPortalClientHandler - Class in com.epam.reportportal.service
An InvocationHandler to mock ReportPortalClient interface for noop launch case.
DummyReportPortalClientHandler() - Constructor for class com.epam.reportportal.service.DummyReportPortalClientHandler
 
duration(long, TimeUnit) - Method in class com.epam.reportportal.utils.Waiter
 

E

emit(Maybe<String>, Function<String, SaveLogRQ>) - Method in class com.epam.reportportal.service.LoggingContext
Emits log.
emit(Function<String, SaveLogRQ>) - Method in class com.epam.reportportal.service.LoggingContext
Emits log.
emitLaunchLog(Function<String, SaveLogRQ>) - Static method in class com.epam.reportportal.service.ReportPortal
Emits log message on Launch level if there is any active context attached to the current thread
emitLaunchLog(String, String, Date) - Static method in class com.epam.reportportal.service.ReportPortal
Emits log message on Launch level if there is any active context attached to the current thread
emitLaunchLog(String, String, Date, File) - Static method in class com.epam.reportportal.service.ReportPortal
Emits log message on Launch level if there is any active context attached to the current thread
emitLaunchLog(ReportPortalMessage, String, Date) - Static method in class com.epam.reportportal.service.ReportPortal
Emit log message to the current Launch.
emitLog(Function<String, SaveLogRQ>) - Static method in class com.epam.reportportal.service.ReportPortal
Emits log message if there is any active context attached to the current thread
emitLog(Maybe<String>, Function<String, SaveLogRQ>) - Static method in class com.epam.reportportal.service.ReportPortal
Emits log message if there is any active context attached to the current thread
emitLog(String, String, Date) - Static method in class com.epam.reportportal.service.ReportPortal
Emits log message if there is any active context attached to the current thread
emitLog(String, String, Date, File) - Static method in class com.epam.reportportal.service.ReportPortal
Emits log message if there is any active context attached to the current thread
emitLog(ReportPortalMessage, String, Date) - Static method in class com.epam.reportportal.service.ReportPortal
Emit log message to the current test item.
equals(Object) - Method in class com.epam.reportportal.service.item.TestCaseIdEntry
 
equals(Object) - Method in class com.epam.reportportal.service.tree.TestItemTree.ItemTreeKey
 
equals(Object) - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
error - Variable in exception com.epam.reportportal.exception.ReportPortalException
HTTP Error Response Body
evaluateStatus(ItemStatus, ItemStatus) - Static method in class com.epam.reportportal.utils.StatusEvaluation
Calculate an Item status according to its child item status and current status.
ExceptionUtils - Class in com.epam.reportportal.utils.formatting
Utility class for exception formatting.
ExternalIssue - Annotation Type in com.epam.reportportal.annotations
Link current Issue with an Issue posted in External Bug Tracking System.
extract(String, ClassLoader) - Static method in class com.epam.reportportal.utils.properties.SystemAttributesExtractor
Loads properties from the specified location
extract(String, ClassLoader, PropertyHolder...) - Static method in class com.epam.reportportal.utils.properties.SystemAttributesExtractor
Loads properties from the specified location
extract(Path) - Static method in class com.epam.reportportal.utils.properties.SystemAttributesExtractor
Loads properties from the specified location
extract(Path, PropertyHolder...) - Static method in class com.epam.reportportal.utils.properties.SystemAttributesExtractor
Loads properties from the specified location

F

failedNestedStep(Step, Throwable) - Method in class com.epam.reportportal.aspect.StepAspect
 
field(Field) - Method in class com.epam.reportportal.utils.reflect.Accessible
Create a decorator for an instance of accessible field.
field(String) - Method in class com.epam.reportportal.utils.reflect.Accessible
Create a decorator for an instance of accessible field.
FIELD_REFERENCE_DELIMITER - Static variable in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
finish(FinishExecutionRQ) - Method in class com.epam.reportportal.service.Launch
Finishes launch in ReportPortal.
finish(FinishExecutionRQ) - Method in class com.epam.reportportal.service.launch.PrimaryLaunch
Wait for all secondary launches finish and then close the Primary Launch.
finish(FinishExecutionRQ) - Method in class com.epam.reportportal.service.launch.SecondaryLaunch
 
finish(FinishExecutionRQ) - Method in class com.epam.reportportal.service.LaunchImpl
Finishes launch in ReportPortal.
finishInstanceUuid(String) - Method in class com.epam.reportportal.service.launch.lock.LaunchIdLockFile
Remove self UUID from sync file, means that a client finished its Launch.
finishInstanceUuid(String) - Method in class com.epam.reportportal.service.launch.lock.LaunchIdLockSocket
Remove self UUID from sync file, means that a client finished its Launch.
finishInstanceUuid(String) - Method in interface com.epam.reportportal.service.LaunchIdLock
Remove self UUID from a lock, means that a Client finished its Launch.
finishItem(ReportPortalClient, FinishTestItemRQ, Maybe<String>, TestItemTree.TestItemLeaf) - Static method in class com.epam.reportportal.service.tree.ItemTreeReporter
 
finishLaunch(String, FinishExecutionRQ) - Method in interface com.epam.reportportal.service.ReportPortalClient
 
finishLaunch(String, FinishExecutionRQ) - Method in interface com.epam.reportportal.service.ReportPortalClientV2
 
finishNestedStep(Step) - Method in class com.epam.reportportal.aspect.StepAspect
 
finishNestedStep(FinishTestItemRQ) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
 
finishNestedStep(ItemStatus) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
 
finishNestedStep() - Method in class com.epam.reportportal.service.step.DefaultStepReporter
 
finishNestedStep(Throwable) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
 
finishNestedStep(ItemStatus) - Method in interface com.epam.reportportal.service.step.StepReporter
 
finishNestedStep() - Method in interface com.epam.reportportal.service.step.StepReporter
 
finishNestedStep(Throwable) - Method in interface com.epam.reportportal.service.step.StepReporter
 
finishNestedStep(FinishTestItemRQ) - Method in interface com.epam.reportportal.service.step.StepReporter
 
finishPreviousStep(ItemStatus) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
Finish current step started by any of #sendStep methods.
finishPreviousStep() - Method in class com.epam.reportportal.service.step.DefaultStepReporter
Finish current step started by any of #sendStep methods.
finishPreviousStep(ItemStatus) - Method in interface com.epam.reportportal.service.step.StepReporter
 
finishPreviousStep() - Method in interface com.epam.reportportal.service.step.StepReporter
 
finishTestItem(Maybe<String>, FinishTestItemRQ) - Method in class com.epam.reportportal.service.Launch
Finishes Test Item in ReportPortal asynchronously (non-blocking).
finishTestItem(Maybe<String>, FinishTestItemRQ) - Method in class com.epam.reportportal.service.LaunchImpl
Finishes Test Item in ReportPortal asynchronously (non-blocking).
finishTestItem(String, FinishTestItemRQ) - Method in interface com.epam.reportportal.service.ReportPortalClient
 
finishTestItem(String, FinishTestItemRQ) - Method in interface com.epam.reportportal.service.ReportPortalClientV2
 
formatDataTable(List<List<String>>, int) - Static method in class com.epam.reportportal.utils.formatting.MarkdownUtils
Converts a table represented as List of Lists to a formatted table string.
formatDataTable(List<List<String>>) - Static method in class com.epam.reportportal.utils.formatting.MarkdownUtils
Converts a table represented as List of Lists to a formatted table string.
formatDataTable(Map<String, String>) - Static method in class com.epam.reportportal.utils.formatting.MarkdownUtils
Converts a table represented as Map to a formatted table string.
formatParametersAsTable(List<ParameterResource>) - Static method in class com.epam.reportportal.utils.ParameterUtils
Format parameters as Markdown table.

G

GeneralReportPortalException - Exception in com.epam.reportportal.exception
Base ReportPortal.
GeneralReportPortalException(int, String, String) - Constructor for exception com.epam.reportportal.exception.GeneralReportPortalException
 
get() - Method in class com.epam.reportportal.utils.MemoizingSupplier
 
getApiKey() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getArrayDelimiter() - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
getArrayEnd() - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
getArrayStart() - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
getAttribute(String) - Method in class com.epam.reportportal.service.tree.TestItemTree.TestItemLeaf
 
getAttributeLengthLimit() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getAttributes() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getAttributes() - Method in class com.epam.reportportal.service.tree.TestItemTree.TestItemLeaf
 
getBaseUrl() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getBatchLogsSize() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getBatchPayloadLimit() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getBtsIssueUrl() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getBtsProjectId() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getBtsUrl() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getChildItems() - Method in class com.epam.reportportal.service.tree.TestItemTree.TestItemLeaf
 
getChildren() - Method in class com.epam.reportportal.service.LaunchImpl.TreeItem
 
getClassName() - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
getClassRef() - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
getClient() - Method in class com.epam.reportportal.service.Launch
Returns ReportPortal client for the launch.
getClient() - Method in class com.epam.reportportal.service.ReportPortal
 
getClientId() - Method in class com.epam.reportportal.service.statistics.item.StatisticsItem
 
getClientId() - Static method in class com.epam.reportportal.utils.ClientIdProvider
Return current Client ID, generate new in case of errors.
getClientJoin() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getClientJoinLaunchTimeout() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getClientJoinMode() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getClientJoinTimeout() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getCodeRef(Executable) - Static method in class com.epam.reportportal.utils.TestCaseIdUtils
Generates a text code reference by consuming a Executable
getData() - Method in class com.epam.reportportal.message.ReportPortalMessage
 
getDescription() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getEnable() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getError() - Method in exception com.epam.reportportal.exception.ReportPortalException
 
getEvents() - Method in class com.epam.reportportal.service.statistics.item.StatisticsItem
 
getExecutor() - Method in class com.epam.reportportal.service.LaunchImpl
Returns a current executor which is used to process launch events such as requests and responses.
getFieldDelimiter() - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
getFile(File) - Static method in class com.epam.reportportal.utils.files.Utils
Locates and reads a file either by a direct path or by a relative path in classpath.
getFile(URI) - Static method in class com.epam.reportportal.utils.files.Utils
Locates and reads a file either by a direct path or by a relative path in classpath.
getFileAsByteSource(File) - Static method in class com.epam.reportportal.utils.files.Utils
Locates and reads a file either by a direct path or by a relative path in classpath.
getFinishResponse() - Method in class com.epam.reportportal.service.tree.TestItemTree.TestItemLeaf
 
getFinishTestItemRQ() - Method in class com.epam.reportportal.service.step.StepReporter.StepEntry
 
getHash() - Method in class com.epam.reportportal.service.tree.TestItemTree.ItemTreeKey
 
getHttpCallTimeout() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getHttpConnectTimeout() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getHttpReadTimeout() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getHttpWriteTimeout() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getId() - Method in class com.epam.reportportal.service.item.TestCaseIdEntry
 
getInstance(ListenerParameters) - Method in enum com.epam.reportportal.service.launch.lock.LaunchIdLockMode
 
getIoPoolSize() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getItemByUuid(String) - Method in interface com.epam.reportportal.service.ReportPortalClient
 
getItemId() - Method in class com.epam.reportportal.service.step.StepReporter.StepEntry
 
getItemId() - Method in class com.epam.reportportal.service.tree.TestItemTree.TestItemLeaf
 
getIterableDelimiter() - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
getIterableEnd() - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
getIterableStart() - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
getKeystore() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getKeystorePassword() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getKeystoreType() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getLaunch() - Method in class com.epam.reportportal.service.Launch
Returns current launch UUID promise as Maybe, empty if the launch is not started.
getLaunch() - Method in class com.epam.reportportal.service.LaunchImpl
Returns current launch UUID promise as Maybe, empty if the launch is not started.
getLaunchByUuid(String) - Method in interface com.epam.reportportal.service.ReportPortalClient
 
getLaunchId() - Method in class com.epam.reportportal.service.tree.TestItemTree
 
getLaunchName() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getLaunchRunningMode() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getLaunchUuid() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getLiveInstanceUuids() - Method in class com.epam.reportportal.service.launch.lock.LaunchIdLockFile
 
getLiveInstanceUuids() - Method in class com.epam.reportportal.service.launch.lock.LaunchIdLockSocket
 
getLiveInstanceUuids() - Method in interface com.epam.reportportal.service.LaunchIdLock
Return all instance UUIDs which are still running.
getLockFileName() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getLockPortNumber() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getLockWaitTimeout() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getMediaType() - Method in class com.epam.reportportal.message.TypeAwareByteSource
 
getMessage() - Method in exception com.epam.reportportal.exception.GeneralReportPortalException
 
getMessage() - Method in exception com.epam.reportportal.exception.ReportPortalException
 
getMessage() - Method in class com.epam.reportportal.message.ReportPortalMessage
 
getMethodCallEnd() - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
getMethodCallStart() - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
getMethodName() - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
getName() - Method in class com.epam.reportportal.service.statistics.item.StatisticsEvent
 
getName() - Method in class com.epam.reportportal.service.tree.TestItemTree.ItemTreeKey
 
getName() - Method in enum com.epam.reportportal.utils.properties.ClientProperties
 
getName() - Method in enum com.epam.reportportal.utils.properties.DefaultProperties
 
getName() - Method in interface com.epam.reportportal.utils.properties.PropertyHolder
 
getOrCompute(Maybe<String>) - Method in class com.epam.reportportal.service.LaunchImpl.ComputationConcurrentHashMap
 
getOutput() - Method in enum com.epam.reportportal.utils.properties.OutputTypes
 
getParameters() - Method in class com.epam.reportportal.service.Launch
Returns reporting parameters of the current launch.
getParameters() - Method in class com.epam.reportportal.service.ReportPortal
 
getParameters(Executable, List<T>) - Static method in class com.epam.reportportal.utils.ParameterUtils
Read all parameters from a method or a constructor and converts in into a list of ParameterResource.
getParameters(String, List<Pair<String, T>>) - Static method in class com.epam.reportportal.utils.ParameterUtils
Read all parameters from a method or a constructor and converts in into a list of ParameterResource.
getParametersForTestCaseId(Executable, List<T>) - Static method in class com.epam.reportportal.utils.TestCaseIdUtils
Returns a string of parameters values, separated by comma and embraced by '[]'.
getParams() - Method in class com.epam.reportportal.service.statistics.item.StatisticsEvent
 
getParent() - Method in class com.epam.reportportal.service.LaunchImpl.TreeItem
 
getParent() - Method in class com.epam.reportportal.service.step.DefaultStepReporter
 
getParent() - Method in interface com.epam.reportportal.service.step.StepReporter
 
getParentId() - Method in class com.epam.reportportal.service.tree.TestItemTree.TestItemLeaf
 
getPrintLaunchUuidOutput() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getProjectName() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getProjectSettings() - Method in interface com.epam.reportportal.service.ReportPortalClient
 
getProperties() - Method in class com.epam.reportportal.utils.properties.PropertiesLoader
Get all properties loaded from properties file and reloaded from from environment variables.
getProperty(String) - Method in class com.epam.reportportal.utils.properties.PropertiesLoader
Get specified property loaded from properties file and reloaded from from environment variables.
getProperty(ListenerProperty, String) - Method in class com.epam.reportportal.utils.properties.PropertiesLoader
Get specified property
getProperty(ListenerProperty) - Method in class com.epam.reportportal.utils.properties.PropertiesLoader
Get specified property
getPropertyAsBoolean(ListenerProperty, boolean) - Method in class com.epam.reportportal.utils.properties.PropertiesLoader
Get specified property
getPropertyAsInt(ListenerProperty, int) - Method in class com.epam.reportportal.utils.properties.PropertiesLoader
Get specified property
getPropertyAsLong(ListenerProperty, long) - Method in class com.epam.reportportal.utils.properties.PropertiesLoader
Get specified property
getPropertyFilePath() - Static method in class com.epam.reportportal.utils.properties.PropertiesLoader
Get path to ReportPortal configuration file according to Environment Variables and System Properties.
getPropertyKeys() - Method in enum com.epam.reportportal.utils.properties.ClientProperties
 
getPropertyKeys() - Method in enum com.epam.reportportal.utils.properties.DefaultProperties
 
getPropertyKeys() - Method in interface com.epam.reportportal.utils.properties.PropertyHolder
 
getPropertyName() - Method in enum com.epam.reportportal.utils.properties.ListenerProperty
 
getProxyPassword() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getProxyUrl() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getProxyUser() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getReportingTimeout() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getRerunOf() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getResource(String) - Static method in class com.epam.reportportal.utils.files.Utils
Finds a resource with a given name.
getResourceAsStream(String) - Static method in class com.epam.reportportal.utils.files.Utils
Returns an input stream for reading the specified resource.
getRxBufferSize() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getScheduler() - Method in class com.epam.reportportal.service.LaunchImpl
Returns a current Scheduler which is used to process launch events such as requests and responses.
getSelfName() - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
getSkippedAnIssue() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getStackTrace(Throwable, Throwable, boolean) - Static method in class com.epam.reportportal.utils.formatting.ExceptionUtils
Get stack trace of the throwable excluding the stack trace of the base throwable.
getStackTrace(Throwable, Throwable) - Static method in class com.epam.reportportal.utils.formatting.ExceptionUtils
Get stack trace of the throwable excluding the stack trace of the base throwable.
getStatistics() - Method in class com.epam.reportportal.service.statistics.StatisticsService
 
getStatus() - Method in class com.epam.reportportal.service.tree.TestItemTree.TestItemLeaf
 
getStatusCode() - Method in exception com.epam.reportportal.exception.GeneralReportPortalException
 
getStatusMessage() - Method in exception com.epam.reportportal.exception.GeneralReportPortalException
 
getStepName(Step, MethodSignature, JoinPoint) - Static method in class com.epam.reportportal.aspect.StepNameUtils
Generate step name based on a template bypassed in Step annotation.
getStepName(String, TemplateConfiguration, MethodSignature, JoinPoint) - Static method in class com.epam.reportportal.aspect.StepNameUtils
Generate step name based on a template and configuration bypassed.
getStepReporter() - Method in class com.epam.reportportal.service.Launch
Returns Nested Step reporter for the current launch.
getSyncFileName() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getTestCaseId(TestCaseId, Executable, List<T>) - Static method in class com.epam.reportportal.utils.TestCaseIdUtils
Generates a TestCaseIdEntry
getTestCaseId(TestCaseId, Executable, String, List<T>) - Static method in class com.epam.reportportal.utils.TestCaseIdUtils
Generates a TestCaseIdEntry
getTestCaseId(TestCaseId, Executable, String, List<T>, Object) - Static method in class com.epam.reportportal.utils.TestCaseIdUtils
Generates a TestCaseIdEntry
getTestCaseId(Executable, List<T>) - Static method in class com.epam.reportportal.utils.TestCaseIdUtils
Generates Test Case ID based on an executable reference and a list of parameters
getTestCaseId(String, List<T>) - Static method in class com.epam.reportportal.utils.TestCaseIdUtils
Generates Test Case ID based on a code reference and a list of parameters
getTestCaseId(List<T>) - Static method in class com.epam.reportportal.utils.TestCaseIdUtils
Generates Test Case ID based on a list of parameters
getTestItems() - Method in class com.epam.reportportal.service.tree.TestItemTree
 
getTimestamp() - Method in class com.epam.reportportal.service.step.StepReporter.StepEntry
 
getTruncateItemNamesLimit() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getTruncateReplacement() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getTruststore() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getTruststorePassword() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getTruststoreType() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getType() - Method in class com.epam.reportportal.service.tree.TestItemTree.TestItemLeaf
 
getType() - Method in class com.epam.reportportal.utils.reflect.AccessibleField
 
getValue() - Method in class com.epam.reportportal.utils.reflect.AccessibleField
Return given field value.

H

hashCode() - Method in class com.epam.reportportal.service.item.TestCaseIdEntry
 
hashCode() - Method in class com.epam.reportportal.service.tree.TestItemTree.ItemTreeKey
 
hashCode() - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
HashMarkSeparatedMessageParser - Class in com.epam.reportportal.message
Colon separated message parser.
HashMarkSeparatedMessageParser() - Constructor for class com.epam.reportportal.message.HashMarkSeparatedMessageParser
 
HttpRequestUtils - Class in com.epam.reportportal.utils.http
 

I

ignore(Class<? extends Throwable>) - Method in class com.epam.reportportal.utils.Waiter
 
IMAGE_BMP - Static variable in class com.epam.reportportal.utils.http.ContentType
 
IMAGE_GIF - Static variable in class com.epam.reportportal.utils.http.ContentType
 
IMAGE_JPEG - Static variable in class com.epam.reportportal.utils.http.ContentType
 
IMAGE_PNG - Static variable in class com.epam.reportportal.utils.http.ContentType
 
IMAGE_SVG - Static variable in class com.epam.reportportal.utils.http.ContentType
 
IMAGE_TIFF - Static variable in class com.epam.reportportal.utils.http.ContentType
 
IMAGE_TYPE - Static variable in class com.epam.reportportal.utils.files.ImageConverter
 
IMAGE_WEBP - Static variable in class com.epam.reportportal.utils.http.ContentType
 
IMAGE_X_ICON - Static variable in class com.epam.reportportal.utils.http.ContentType
 
ImageConverter - Class in com.epam.reportportal.utils.files
This class contains functionality for converting images to Black and white colors
ImageConverter() - Constructor for class com.epam.reportportal.utils.files.ImageConverter
 
init(Maybe<String>) - Static method in class com.epam.reportportal.service.LoggingContext
Initializes new logging context and attaches it to current thread
INNER_PATH - Static variable in class com.epam.reportportal.utils.properties.PropertiesLoader
 
intercept(Interceptor.Chain) - Method in class com.epam.reportportal.service.BearerAuthInterceptor
 
intercept(Interceptor.Chain) - Method in class com.epam.reportportal.service.PathParamInterceptor
Intercepts the HTTP request and replaces any path segments containing the specified parameter with the replacement value.
InternalReportPortalClientException - Exception in com.epam.reportportal.exception
ReportPortal client exception define any internal client logic exception.
InternalReportPortalClientException(String, Throwable) - Constructor for exception com.epam.reportportal.exception.InternalReportPortalClientException
 
InternalReportPortalClientException(String) - Constructor for exception com.epam.reportportal.exception.InternalReportPortalClientException
 
INTERPRETER_FORMAT - Static variable in class com.epam.reportportal.service.statistics.StatisticsService
 
INTERPRETER_PARAM - Static variable in class com.epam.reportportal.service.statistics.StatisticsService
 
invoke(Object, Method, Object[]) - Method in class com.epam.reportportal.service.DummyReportPortalClientHandler
 
invoke(Object...) - Method in class com.epam.reportportal.utils.reflect.AccessibleMethod
Set given method.
isAsyncReporting() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
isBtsIssueFail() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
isCallbackReportingEnabled() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
isConvertImage() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
isExceptionTruncate() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
isFailed(Maybe<String>) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
 
isFailed(Maybe<String>) - Method in interface com.epam.reportportal.service.step.StepReporter
 
isHttpLogging() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
isImage(TypeAwareByteSource) - Static method in class com.epam.reportportal.utils.files.ImageConverter
Check is input file is image
isImage(String) - Static method in class com.epam.reportportal.utils.files.ImageConverter
Check is input file is image
isInitialized() - Method in class com.epam.reportportal.utils.MemoizingSupplier
 
isInternal() - Method in enum com.epam.reportportal.utils.properties.ClientProperties
 
isInternal() - Method in enum com.epam.reportportal.utils.properties.DefaultProperties
 
isInternal() - Method in interface com.epam.reportportal.utils.properties.PropertyHolder
 
isKnownType(String) - Static method in class com.epam.reportportal.utils.http.ContentType
Check if the Media Type is known.
isLaunchUuidCreationSkip() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
isPrintLaunchUuid() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
isRequired() - Method in enum com.epam.reportportal.utils.properties.ListenerProperty
 
isRerun() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
Issue - Annotation Type in com.epam.reportportal.annotations
This annotation supposed to automatically link failed test items a specific Issue on ReportPortal.
Issues - Annotation Type in com.epam.reportportal.annotations
Gathering annotation for Issue
IssueUtils - Class in com.epam.reportportal.utils
Utility class for creating Issue objects from different annotation sources taking into account test name and parameters filtering.
isTruncateFields() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
isValidType(String) - Static method in class com.epam.reportportal.utils.http.ContentType
Check if the Media Type is valid.
ItemStatus - Enum in com.epam.reportportal.listeners
All possible statuses of test method finish supported by backend.
ItemTreeReporter - Class in com.epam.reportportal.service.tree
This class provides methods for sending requests to the ReportPortal instance, using ReportPortalClient and TestItemTree.TestItemLeaf.
ItemType - Enum in com.epam.reportportal.listeners
All possible types of test items supported by backend.
ITERABLE_ELEMENT_DELIMITER - Static variable in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
ITERABLE_END_PATTERN - Static variable in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
ITERABLE_START_PATTERN - Static variable in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 

K

KEY_VALUE_SPLITTER - Static variable in class com.epam.reportportal.utils.AttributeParser
 
KNOWN_TYPES - Static variable in class com.epam.reportportal.utils.http.ContentType
 

L

Launch - Class in com.epam.reportportal.service
Launch object represents a lifecycle of a Launch on ReportPortal.
LaunchIdLock - Interface in com.epam.reportportal.service
A service to perform blocking operation to get single launch UUID for multiple clients.
LaunchIdLockFile - Class in com.epam.reportportal.service.launch.lock
A service to perform blocking I/O operations on '.lock' and '.sync' file to get single launch UUID for multiple clients on a machine.
LaunchIdLockFile(ListenerParameters) - Constructor for class com.epam.reportportal.service.launch.lock.LaunchIdLockFile
 
LaunchIdLockMode - Enum in com.epam.reportportal.service.launch.lock
Enumeration of all possible Launch ID locking modes.
LaunchIdLockSocket - Class in com.epam.reportportal.service.launch.lock
A service to perform blocking I/O operations on network sockets to get single launch UUID for multiple clients on a machine.
LaunchIdLockSocket(ListenerParameters) - Constructor for class com.epam.reportportal.service.launch.lock.LaunchIdLockSocket
 
LaunchImpl - Class in com.epam.reportportal.service
Asynchronous Launch object implementation, which uses reactive framework to handle launch events.
LaunchImpl(ReportPortalClient, ListenerParameters, StartLaunchRQ, ExecutorService, FlowableSubscriber<BatchSaveOperatingRS>) - Constructor for class com.epam.reportportal.service.LaunchImpl
 
LaunchImpl(ReportPortalClient, ListenerParameters, StartLaunchRQ, ExecutorService) - Constructor for class com.epam.reportportal.service.LaunchImpl
 
LaunchImpl(ReportPortalClient, ListenerParameters, Maybe<String>, ExecutorService) - Constructor for class com.epam.reportportal.service.LaunchImpl
 
LaunchImpl.ComputationConcurrentHashMap - Class in com.epam.reportportal.service
 
LaunchImpl.TreeItem - Class in com.epam.reportportal.service
Wrapper around TestItem entity to be able to track parent and children items
LaunchLoggingCallback - Class in com.epam.reportportal.service.logs
Set of logging callback for ReportPortal client
LINE_DELIMITER - Static variable in class com.epam.reportportal.utils.formatting.ExceptionUtils
 
ListenerParameters - Class in com.epam.reportportal.listeners
ReportPortal client parameters.
ListenerParameters() - Constructor for class com.epam.reportportal.listeners.ListenerParameters
Create class instance with default parameters
ListenerParameters(PropertiesLoader) - Constructor for class com.epam.reportportal.listeners.ListenerParameters
Create class instance with parameters from property source
ListenerProperty - Enum in com.epam.reportportal.utils.properties
Describe properties names
load(String) - Static method in class com.epam.reportportal.utils.properties.PropertiesLoader
Loads properties from specified location
load() - Static method in class com.epam.reportportal.utils.properties.PropertiesLoader
Loads properties from default location
loadKeyStore(String, String, String) - Static method in class com.epam.reportportal.utils.SslUtils
Load keystore
LOCK_FILE_CHARSET - Static variable in class com.epam.reportportal.service.launch.lock.LaunchIdLockFile
 
log(SaveLogRQ) - Method in class com.epam.reportportal.service.Launch
// * Logs message to the ReportPortal Launch, provided request.
log(Function<String, SaveLogRQ>) - Method in class com.epam.reportportal.service.Launch
Logs message to the ReportPortal Launch, request factory.
log(Maybe<String>, Function<String, SaveLogRQ>) - Method in class com.epam.reportportal.service.Launch
Logs message to the ReportPortal Launch, request factory with specified Test Item UUID.
log(SaveLogRQ) - Method in class com.epam.reportportal.service.LaunchImpl
Logs message to the ReportPortal Launch.
log(Function<String, SaveLogRQ>) - Method in class com.epam.reportportal.service.LaunchImpl
Logs message to the ReportPortal Launch.
log(Maybe<String>, Function<String, SaveLogRQ>) - Method in class com.epam.reportportal.service.LaunchImpl
Logs message to the ReportPortal Launch.
log(SaveLogRQ) - Method in interface com.epam.reportportal.service.ReportPortalClient
 
log(List<MultipartBody.Part>) - Method in interface com.epam.reportportal.service.ReportPortalClient
 
log(SaveLogRQ) - Method in interface com.epam.reportportal.service.ReportPortalClientV2
 
log(List<MultipartBody.Part>) - Method in interface com.epam.reportportal.service.ReportPortalClientV2
 
LOG_ERROR - Static variable in class com.epam.reportportal.service.logs.LaunchLoggingCallback
Logs an error
LOG_SUCCESS - Static variable in class com.epam.reportportal.service.logs.LaunchLoggingCallback
Logs success
LogBatchingFlowable - Class in com.epam.reportportal.service.logs
A flowable which compile SaveLogRQ messages into specific batches limited by the number of entities in the batch and estimated payload size.
LogBatchingFlowable(Flowable<SaveLogRQ>, ListenerParameters) - Constructor for class com.epam.reportportal.service.logs.LogBatchingFlowable
 
logCompletableResults(String) - Static method in class com.epam.reportportal.utils.SubscriptionUtils
 
logCompletables - Variable in class com.epam.reportportal.service.LaunchImpl
 
logCreated(String) - Static method in class com.epam.reportportal.service.logs.LaunchLoggingCallback
Logs message once some entity creation
LoggingContext - Class in com.epam.reportportal.service
Logging context holds thread-local context for logging and converts SaveLogRQ to multipart HTTP request to ReportPortal Basic flow: After start some test item (suite/test/step) context should be initialized with observable of item ID and ReportPortal client.
LoggingSubscriber - Class in com.epam.reportportal.service.logs
Set of logging subscription for ReportPortal logging client
LoggingSubscriber() - Constructor for class com.epam.reportportal.service.logs.LoggingSubscriber
 
LOGICAL_SEPARATOR - Static variable in class com.epam.reportportal.utils.formatting.MarkdownUtils
 
LogLevel - Enum in com.epam.reportportal.listeners
All possible logging level supported by a backend.
logMaybeResults(String) - Static method in class com.epam.reportportal.utils.SubscriptionUtils
 

M

MAPPER - Static variable in class com.epam.reportportal.utils.http.HttpRequestUtils
 
MARKDOWN_MODE - Static variable in class com.epam.reportportal.utils.formatting.MarkdownUtils
 
MarkdownUtils - Class in com.epam.reportportal.utils.formatting
Set helpful of utility methods for reporting to ReportPortal
MAX_TABLE_SIZE - Static variable in class com.epam.reportportal.utils.formatting.MarkdownUtils
 
MAX_WAIT_TIME_DISCREPANCY - Static variable in interface com.epam.reportportal.service.LaunchIdLock
 
MemoizingSupplier<T> - Class in com.epam.reportportal.utils
Returns a supplier which caches the instance retrieved during the first call to get() and returns that value on subsequent calls to get().
MemoizingSupplier(Supplier<T>) - Constructor for class com.epam.reportportal.utils.MemoizingSupplier
 
mergeLaunches(MergeLaunchesRQ) - Method in interface com.epam.reportportal.service.ReportPortalClient
 
mergeLaunches(MergeLaunchesRQ) - Method in interface com.epam.reportportal.service.ReportPortalClientV2
 
MessageParser - Interface in com.epam.reportportal.message
Parses formatted message for ReportPortal
method(Method) - Method in class com.epam.reportportal.utils.reflect.Accessible
Create a decorator for an instance of accessible method.
method(String, Class<?>...) - Method in class com.epam.reportportal.utils.reflect.Accessible
Create a decorator for an instance of accessible method.
METHOD_CALL_END_PATTERN - Static variable in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
METHOD_CALL_START_PATTERN - Static variable in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
METHOD_NAME_TEMPLATE - Static variable in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
MimeTypeDetector - Class in com.epam.reportportal.utils
Utility stuff to detect mime type of binary data
MIN_COL_SIZE - Static variable in class com.epam.reportportal.utils.formatting.MarkdownUtils
 
MultiKeyAttribute - Annotation Type in com.epam.reportportal.annotations.attribute
Annotation used in Attributes as field, to provide multiple ItemAttributesRQ with both 'key' and 'value' fields specified.
MULTIPART_ALTERNATIVE - Static variable in class com.epam.reportportal.utils.http.ContentType
 
MULTIPART_DIGEST - Static variable in class com.epam.reportportal.utils.http.ContentType
 
MULTIPART_FORM_DATA - Static variable in class com.epam.reportportal.utils.http.ContentType
 
MULTIPART_MIXED - Static variable in class com.epam.reportportal.utils.http.ContentType
 
MULTIPART_PARALLEL - Static variable in class com.epam.reportportal.utils.http.ContentType
 
MultithreadingUtils - Class in com.epam.reportportal.utils
Utility class for working with multithreading in ReportPortal client.
MultithreadingUtils() - Constructor for class com.epam.reportportal.utils.MultithreadingUtils
 
MultiValueAttribute - Annotation Type in com.epam.reportportal.annotations.attribute
Annotation used in Attributes as field, to provide multiple ItemAttributesRQ with both 'key' (optional) and 'value' fields specified.

N

newLaunch(StartLaunchRQ) - Method in class com.epam.reportportal.service.ReportPortal
Starts launch in ReportPortal
NOOP_LAUNCH - Static variable in class com.epam.reportportal.service.Launch
Launch implementation for disabled Reporting, every method does nothing.
NOOP_STEP_REPORTER - Static variable in interface com.epam.reportportal.service.step.StepReporter
A StepReporter which does nothing, specially for disabled RP listeners.
NOT_ISSUE - Static variable in class com.epam.reportportal.service.Launch
An Issue to remove 'To Investigate' mark from a skipped/failed Test Item
NOT_ISSUE - Static variable in class com.epam.reportportal.utils.StaticStructuresUtils
 
NULL_VALUE - Static variable in class com.epam.reportportal.utils.formatting.templating.TemplateProcessing
 
NULL_VALUE - Static variable in class com.epam.reportportal.utils.ParameterUtils
 

O

ObjectUtils - Class in com.epam.reportportal.utils
A class for auxiliary manipulations with objects.
obtainLaunchUuid(String) - Method in class com.epam.reportportal.service.launch.lock.LaunchIdLockFile
Returns a Launch UUID for many Clients launched on one machine.
obtainLaunchUuid(String) - Method in class com.epam.reportportal.service.launch.lock.LaunchIdLockSocket
Returns a Launch UUID for many Clients launched on one machine.
obtainLaunchUuid(String) - Method in interface com.epam.reportportal.service.LaunchIdLock
Returns a Launch UUID for many clients.
of(String) - Static method in class com.epam.reportportal.service.tree.TestItemTree.ItemTreeKey
 
of(String, int) - Static method in class com.epam.reportportal.service.tree.TestItemTree.ItemTreeKey
 
on(Object) - Static method in class com.epam.reportportal.utils.reflect.Accessible
Create the decorator for given object.
onComplete() - Method in class com.epam.reportportal.service.logs.BufferSubscriber
 
onComplete() - Method in class com.epam.reportportal.service.logs.LoggingSubscriber
 
ONE_SPACE - Static variable in class com.epam.reportportal.utils.formatting.MarkdownUtils
 
onError(Throwable) - Method in class com.epam.reportportal.service.logs.BufferSubscriber
 
onError(Throwable) - Method in class com.epam.reportportal.service.logs.LoggingSubscriber
 
onNext(SaveLogRQ) - Method in class com.epam.reportportal.service.logs.BufferSubscriber
 
onNext(BatchSaveOperatingRS) - Method in class com.epam.reportportal.service.logs.LoggingSubscriber
 
onSubscribe(Subscription) - Method in class com.epam.reportportal.service.logs.BufferSubscriber
 
onSubscribe(Subscription) - Method in class com.epam.reportportal.service.logs.LoggingSubscriber
 
openBufferedStream() - Method in class com.epam.reportportal.utils.files.ByteSource
Wrap result InputStream object into BufferedInputStream object.
openStream() - Method in class com.epam.reportportal.message.TypeAwareByteSource
 
openStream() - Method in class com.epam.reportportal.utils.files.ByteSource
Return new InputStream object which can be read and closed naturally.
OutputTypes - Enum in com.epam.reportportal.utils.properties
 
overrideWith(Properties) - Method in class com.epam.reportportal.utils.properties.PropertiesLoader
Overrides properties with provided values

P

PADDING_SPACES_NUM - Static variable in class com.epam.reportportal.utils.formatting.MarkdownUtils
 
ParameterKey - Annotation Type in com.epam.reportportal.annotations
Used in parametrized tests.
parameters - Variable in class com.epam.reportportal.service.launch.lock.AbstractLaunchIdLock
 
ParameterUtils - Class in com.epam.reportportal.utils
A utility class for parameters read and processing.
parse(String) - Method in class com.epam.reportportal.message.HashMarkSeparatedMessageParser
 
parse(String) - Method in interface com.epam.reportportal.message.MessageParser
 
parseAsSet(String) - Static method in class com.epam.reportportal.utils.AttributeParser
Parse attribute string.
Input attribute string should have format: build:4r3wf234;attributeKey:attributeValue;attributeValue2;attributeValue3.
Output map should have format:
build:4r3wf234
attributeKey:attributeValue
null:attributeValue2
null:attributeValue3
PathParamInterceptor - Class in com.epam.reportportal.service
OkHttp Interceptor implementation that substitutes path parameters in URL segments.
PathParamInterceptor(String, String) - Constructor for class com.epam.reportportal.service.PathParamInterceptor
Constructs a PathParamInterceptor with specified parameter name and replacement value.
pollingEvery(long, TimeUnit) - Method in class com.epam.reportportal.utils.Waiter
 
PrimaryLaunch - Class in com.epam.reportportal.service.launch
An implementation of a Launch object which managed to obtain main lock with LaunchIdLock object.
PrimaryLaunch(ReportPortalClient, ListenerParameters, StartLaunchRQ, ExecutorService, LaunchIdLock, String) - Constructor for class com.epam.reportportal.service.launch.PrimaryLaunch
 
printLaunch(ListenerParameters) - Static method in class com.epam.reportportal.utils.SubscriptionUtils
 
processTemplate(String, Object, Executable, Map<String, Object>, TemplateConfiguration) - Static method in class com.epam.reportportal.utils.formatting.templating.TemplateProcessing
Format given pattern with given parameters and configuration.
processTemplate(String, Map<String, Object>, TemplateConfiguration) - Static method in class com.epam.reportportal.utils.formatting.templating.TemplateProcessing
Format given pattern with given parameters and configuration.
projectSettings - Variable in class com.epam.reportportal.service.LaunchImpl
 
PROPERTIES_PATH_PROPERTY - Static variable in class com.epam.reportportal.utils.properties.PropertiesLoader
 
PropertiesLoader - Class in com.epam.reportportal.utils.properties
Load ReportPortal launch start properties
PropertyHolder - Interface in com.epam.reportportal.utils.properties
Interface for containers with meta information that should be sent to the ReportPortal instance via ItemAttributesRQ using SystemAttributesExtractor

Q

queue - Variable in class com.epam.reportportal.service.LaunchImpl
Messages queue to track items execution order

R

read() - Method in class com.epam.reportportal.utils.files.ByteSource
Read internal byte source and return it as byte array.
readFileToBytes(File) - Static method in class com.epam.reportportal.utils.files.Utils
Reads a File into an array of bytes.
readInputStreamToBytes(InputStream) - Static method in class com.epam.reportportal.utils.files.Utils
Reads an InputStream into an array of bytes.
readInputStreamToBytes(InputStream, int) - Static method in class com.epam.reportportal.utils.files.Utils
Reads an InputStream into an array of bytes.
readInputStreamToString(InputStream) - Static method in class com.epam.reportportal.utils.files.Utils
Reads an InputStream into a String.
REDUNDANT_ISSUE - Static variable in class com.epam.reportportal.utils.StaticStructuresUtils
 
removeParent(Maybe<String>) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
 
removeParent(Maybe<String>) - Method in interface com.epam.reportportal.service.step.StepReporter
 
ReportPortal - Class in com.epam.reportportal.service
Default ReportPortal Reporter implementation.
ReportPortal.Builder - Class in com.epam.reportportal.service
 
ReportPortalClient - Interface in com.epam.reportportal.service
 
ReportPortalClientV2 - Interface in com.epam.reportportal.service
 
ReportPortalException - Exception in com.epam.reportportal.exception
Base ReportPortal.
ReportPortalException(int, String, ErrorRS) - Constructor for exception com.epam.reportportal.exception.ReportPortalException
 
ReportPortalMessage - Class in com.epam.reportportal.message
ReportPortal message wrapper.
ReportPortalMessage() - Constructor for class com.epam.reportportal.message.ReportPortalMessage
 
ReportPortalMessage(String) - Constructor for class com.epam.reportportal.message.ReportPortalMessage
 
ReportPortalMessage(ByteSource, String, String) - Constructor for class com.epam.reportportal.message.ReportPortalMessage
 
ReportPortalMessage(TypeAwareByteSource, String) - Constructor for class com.epam.reportportal.message.ReportPortalMessage
 
ReportPortalMessage(File, String) - Constructor for class com.epam.reportportal.message.ReportPortalMessage
 
request(long) - Method in class com.epam.reportportal.service.logs.BufferSubscriber
 
reset() - Method in class com.epam.reportportal.utils.MemoizingSupplier
 
retrieveAttributes(Attributes) - Static method in class com.epam.reportportal.utils.AttributeParser
Parse ReportPortal attributes from Attributes annotation instance.
retrieveValue(TemplateConfiguration, int, String[], Object) - Static method in class com.epam.reportportal.utils.formatting.templating.TemplateProcessing
Example: fields = {"object", "names", "hash"} from 'template part' = {object.names.hash} templateConfig - default
RetryWithDelay - Class in com.epam.reportportal.utils
Retry with Delay and attempts limits
RetryWithDelay(Predicate<? super Throwable>, long, long) - Constructor for class com.epam.reportportal.utils.RetryWithDelay
 
RP_JSON_ITEM - Static variable in class com.epam.reportportal.utils.http.ContentType
 
RP_JSON_LAUNCH - Static variable in class com.epam.reportportal.utils.http.ContentType
 
RP_MESSAGE_PREFIX - Static variable in interface com.epam.reportportal.message.MessageParser
 
RP_PROPERTIES_FILE_PATH - Static variable in class com.epam.reportportal.utils.ClientIdProvider
 

S

SecondaryLaunch - Class in com.epam.reportportal.service.launch
An implementation of a Launch object which didn't manage to obtain main lock with LaunchIdLock object.
SecondaryLaunch(ReportPortalClient, ListenerParameters, Maybe<String>, ExecutorService, LaunchIdLock, String) - Constructor for class com.epam.reportportal.service.launch.SecondaryLaunch
 
SecondaryLaunchFinishCondition - Class in com.epam.reportportal.service.launch
Condition which designed to wait for all secondary launches finished (true), or at least one launch finished (false).
SecondaryLaunchFinishCondition(LaunchIdLock, String) - Constructor for class com.epam.reportportal.service.launch.SecondaryLaunchFinishCondition
 
SELF_NAME_TEMPLATE - Static variable in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
send(StatisticsItem) - Method in class com.epam.reportportal.service.statistics.DummyClient
 
send(StatisticsItem) - Method in interface com.epam.reportportal.service.statistics.Statistics
 
send(String, String, String, StatisticsItem) - Method in interface com.epam.reportportal.service.statistics.StatisticsApiClient
 
send(StatisticsItem) - Method in class com.epam.reportportal.service.statistics.StatisticsClient
Convert and send StatisticsItem to backend statistics service.
sendEvent(Maybe<String>, StartLaunchRQ) - Method in class com.epam.reportportal.service.statistics.StatisticsService
 
sendLog(ReportPortalClient, String, String, Date, Maybe<String>, TestItemTree.TestItemLeaf) - Static method in class com.epam.reportportal.service.tree.ItemTreeReporter
 
sendLog(ReportPortalClient, String, String, Date, File, Maybe<String>, TestItemTree.TestItemLeaf) - Static method in class com.epam.reportportal.service.tree.ItemTreeReporter
 
sendStackTraceToRP(Throwable) - Static method in class com.epam.reportportal.service.ReportPortal
Formats and reports a Throwable to ReportPortal
sendStep(ItemStatus, String, Runnable) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
 
sendStep(ItemStatus, String) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
 
sendStep(String) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
 
sendStep(ItemStatus, String, String...) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
 
sendStep(String, String...) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
 
sendStep(ItemStatus, String, Throwable) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
 
sendStep(ItemStatus, String, File...) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
 
sendStep(String, File...) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
 
sendStep(ItemStatus, String, Throwable, File...) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
 
sendStep(String) - Method in interface com.epam.reportportal.service.step.StepReporter
 
sendStep(String, String...) - Method in interface com.epam.reportportal.service.step.StepReporter
 
sendStep(ItemStatus, String) - Method in interface com.epam.reportportal.service.step.StepReporter
 
sendStep(ItemStatus, String, String...) - Method in interface com.epam.reportportal.service.step.StepReporter
 
sendStep(ItemStatus, String, Throwable) - Method in interface com.epam.reportportal.service.step.StepReporter
 
sendStep(String, File...) - Method in interface com.epam.reportportal.service.step.StepReporter
 
sendStep(ItemStatus, String, File...) - Method in interface com.epam.reportportal.service.step.StepReporter
 
sendStep(ItemStatus, String, Throwable, File...) - Method in interface com.epam.reportportal.service.step.StepReporter
 
setApiKey(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setArrayDelimiter(String) - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
setArrayEnd(String) - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
setArrayStart(String) - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
setAsyncReporting(boolean) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setAttribute(String, Object) - Method in class com.epam.reportportal.service.tree.TestItemTree.TestItemLeaf
 
setAttributeLengthLimit(int) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setAttributes(Set<ItemAttributesRQ>) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setBaseUrl(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setBatchLogsSize(Integer) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setBatchPayloadLimit(Long) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setBtsIssueFail(boolean) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setBtsIssueUrl(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setBtsProjectId(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setBtsUrl(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setCallbackReportingEnabled(boolean) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setClassName(String) - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
setClassRef(String) - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
setClientJoin(boolean) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setClientJoinLaunchTimeout(long) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setClientJoinMode(LaunchIdLockMode) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setClientJoinTimeout(long) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setConvertImage(boolean) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setDescription(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setEnable(Boolean) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setEvents(List<StatisticsEvent>) - Method in class com.epam.reportportal.service.statistics.item.StatisticsItem
 
setExceptionTruncate(boolean) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setFieldDelimiter(String) - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
setFinishResponse(Maybe<OperationCompletionRS>) - Method in class com.epam.reportportal.service.tree.TestItemTree.TestItemLeaf
 
setHttpCallTimeout(Duration) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setHttpConnectTimeout(Duration) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setHttpLogging(boolean) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setHttpReadTimeout(Duration) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setHttpWriteTimeout(Duration) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setId(String) - Method in class com.epam.reportportal.service.item.TestCaseIdEntry
 
setIoPoolSize(Integer) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setIterableDelimiter(String) - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
setIterableEnd(String) - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
setIterableStart(String) - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
setKeystore(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setKeystorePassword(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setKeystoreType(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setLaunchId(Maybe<String>) - Method in class com.epam.reportportal.service.tree.TestItemTree
 
setLaunchName(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setLaunchRunningMode(Mode) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setLaunchUuid(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setLaunchUuidCreationSkip(boolean) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setLockFileName(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setLockPortNumber(int) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setLockWaitTimeout(long) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setMethodCallEnd(String) - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
setMethodCallStart(String) - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
setMethodName(String) - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
setParams(Map<String, Object>) - Method in class com.epam.reportportal.service.statistics.item.StatisticsEvent
 
setParent(Maybe<String>) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
 
setParent(Maybe<String>) - Method in interface com.epam.reportportal.service.step.StepReporter
 
setParentId(Maybe<String>) - Method in class com.epam.reportportal.service.tree.TestItemTree.TestItemLeaf
 
setPrintLaunchUuid(boolean) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setPrintLaunchUuidOutput(PrintStream) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setProjectName(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setProxyPassword(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setProxyUrl(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setProxyUser(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setReportingTimeout(Integer) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setRerun(boolean) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setRerunOf(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setRxBufferSize(int) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setSelfName(String) - Method in class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
setSkippedAnIssue(Boolean) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setStatus(ItemStatus) - Method in class com.epam.reportportal.service.tree.TestItemTree.TestItemLeaf
 
setStepStatus(ItemStatus) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
 
setStepStatus(ItemStatus) - Method in interface com.epam.reportportal.service.step.StepReporter
Set execution status for current step.
setSyncFileName(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setTruncateFields(boolean) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setTruncateItemNamesLimit(int) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setTruncateReplacement(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setTruststore(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setTruststorePassword(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setTruststoreType(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setType(ItemType) - Method in class com.epam.reportportal.service.tree.TestItemTree.TestItemLeaf
 
setupProxy(OkHttpClient.Builder, ListenerParameters) - Static method in class com.epam.reportportal.utils.http.ClientUtils
 
setValue(Object) - Method in class com.epam.reportportal.utils.reflect.AccessibleField
Set given field value.
shutdownExecutorService(ExecutorService, long, TimeUnit) - Static method in class com.epam.reportportal.utils.MultithreadingUtils
Gracefully shuts down an executor service with a specified timeout.
SKIP_TRACE_MARKER - Static variable in class com.epam.reportportal.utils.formatting.ExceptionUtils
 
source() - Method in class com.epam.reportportal.service.logs.LogBatchingFlowable
 
splitKeyValue(String) - Static method in class com.epam.reportportal.utils.AttributeParser
Parse a string representation of an attribute to ReportPortal attribute object instance.
SslUtils - Class in com.epam.reportportal.utils
 
SslUtils() - Constructor for class com.epam.reportportal.utils.SslUtils
 
STANDARD_CHARSET - Static variable in class com.epam.reportportal.utils.properties.PropertiesLoader
 
start() - Method in class com.epam.reportportal.service.launch.SecondaryLaunch
 
start() - Method in class com.epam.reportportal.service.Launch
Starts new launch in ReportPortal asynchronously (non-blocking).
start(boolean) - Method in class com.epam.reportportal.service.LaunchImpl
Starts launch in ReportPortal.
start() - Method in class com.epam.reportportal.service.LaunchImpl
Starts new launch in ReportPortal asynchronously (non-blocking).
START_LAUNCH_EVENT_ACTION - Static variable in class com.epam.reportportal.service.statistics.StatisticsService
 
startItem(ReportPortalClient, StartTestItemRQ, Maybe<String>, TestItemTree.TestItemLeaf) - Static method in class com.epam.reportportal.service.tree.ItemTreeReporter
 
startLaunch(StartLaunchRQ) - Method in interface com.epam.reportportal.service.ReportPortalClient
 
startLaunch(StartLaunchRQ) - Method in interface com.epam.reportportal.service.ReportPortalClientV2
 
startNestedStep(JoinPoint, Step) - Method in class com.epam.reportportal.aspect.StepAspect
 
startNestedStep(StartTestItemRQ) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
 
startNestedStep(StartTestItemRQ) - Method in interface com.epam.reportportal.service.step.StepReporter
 
startRq - Variable in class com.epam.reportportal.service.LaunchImpl
 
startTestItem(StartTestItemRQ) - Method in class com.epam.reportportal.service.Launch
Starts new root test item in ReportPortal asynchronously (non-blocking).
startTestItem(Maybe<String>, StartTestItemRQ) - Method in class com.epam.reportportal.service.Launch
Starts new test item in ReportPortal asynchronously (non-blocking).
startTestItem(Maybe<String>, Maybe<String>, StartTestItemRQ) - Method in class com.epam.reportportal.service.Launch
Starts new test item in ReportPortal asynchronously (non-blocking), ensure provided retry item ID starts first.
startTestItem(StartTestItemRQ) - Method in class com.epam.reportportal.service.LaunchImpl
Starts new root test item in ReportPortal asynchronously (non-blocking).
startTestItem(Maybe<String>, Maybe<String>, StartTestItemRQ) - Method in class com.epam.reportportal.service.LaunchImpl
Starts new test item in ReportPortal asynchronously (non-blocking), ensure provided retry item ID starts first.
startTestItem(Maybe<String>, StartTestItemRQ) - Method in class com.epam.reportportal.service.LaunchImpl
Starts new test item in ReportPortal asynchronously (non-blocking).
startTestItem(StartTestItemRQ) - Method in interface com.epam.reportportal.service.ReportPortalClient
 
startTestItem(String, StartTestItemRQ) - Method in interface com.epam.reportportal.service.ReportPortalClient
 
startTestItem(StartTestItemRQ) - Method in interface com.epam.reportportal.service.ReportPortalClientV2
 
startTestItem(String, StartTestItemRQ) - Method in interface com.epam.reportportal.service.ReportPortalClientV2
 
startVirtualTestItem(Maybe<String>, StartTestItemRQ) - Method in class com.epam.reportportal.service.Launch
Starts new test item in ReportPortal asynchronously (non-blocking) and populates the provided virtual item with the real item ID.
startVirtualTestItem(Maybe<String>, Maybe<String>, StartTestItemRQ) - Method in class com.epam.reportportal.service.Launch
Starts new test item in ReportPortal asynchronously (non-blocking) and populates the provided virtual item with the real item ID.
startVirtualTestItem(Maybe<String>, StartTestItemRQ) - Method in class com.epam.reportportal.service.LaunchImpl
Starts new test item in ReportPortal asynchronously (non-blocking) and populates the provided virtual item with the real item ID.
startVirtualTestItem(Maybe<String>, Maybe<String>, StartTestItemRQ) - Method in class com.epam.reportportal.service.LaunchImpl
Starts new test item in ReportPortal asynchronously (non-blocking) and populates the provided virtual item with the real item ID.
StaticStructuresUtils - Class in com.epam.reportportal.utils
 
StaticStructuresUtils() - Constructor for class com.epam.reportportal.utils.StaticStructuresUtils
 
Statistics - Interface in com.epam.reportportal.service.statistics
 
StatisticsApiClient - Interface in com.epam.reportportal.service.statistics
 
StatisticsClient - Class in com.epam.reportportal.service.statistics
Statistics backend service asynchronous client.
StatisticsClient(String, String, ListenerParameters) - Constructor for class com.epam.reportportal.service.statistics.StatisticsClient
Create an instance of the client, construct own HTTP client by given parameters
StatisticsClient(String, String, StatisticsApiClient) - Constructor for class com.epam.reportportal.service.statistics.StatisticsClient
Create an instance of the client with given HTTP client
StatisticsEvent - Class in com.epam.reportportal.service.statistics.item
Representation of the Statistics EVENT entity
StatisticsEvent(String) - Constructor for class com.epam.reportportal.service.statistics.item.StatisticsEvent
 
StatisticsItem - Class in com.epam.reportportal.service.statistics.item
Interface for mapping any Statistics entity to the parameters mapping that will be used in the StatisticsClient.send(StatisticsItem)
StatisticsItem(String) - Constructor for class com.epam.reportportal.service.statistics.item.StatisticsItem
 
StatisticsService - Class in com.epam.reportportal.service.statistics
 
StatisticsService(ListenerParameters, Statistics) - Constructor for class com.epam.reportportal.service.statistics.StatisticsService
 
StatisticsService(ListenerParameters) - Constructor for class com.epam.reportportal.service.statistics.StatisticsService
 
statusCode - Variable in exception com.epam.reportportal.exception.GeneralReportPortalException
HTTP Status Code
StatusEvaluation - Class in com.epam.reportportal.utils
 
statusMessage - Variable in exception com.epam.reportportal.exception.GeneralReportPortalException
HTTP Status Message
Step - Annotation Type in com.epam.reportportal.annotations
Annotation-marker for methods that are invoked during the test execution.
step(ItemStatus, String) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
 
step(String) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
 
step(ItemStatus, String, Supplier<T>) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
 
step(String, Supplier<T>) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
 
step(String) - Method in interface com.epam.reportportal.service.step.StepReporter
Report a step with specified name.
step(ItemStatus, String) - Method in interface com.epam.reportportal.service.step.StepReporter
Report a step with specified status and name.
step(ItemStatus, String, Supplier<T>) - Method in interface com.epam.reportportal.service.step.StepReporter
Wrap passed actions as a separate step and report it.
step(String, Supplier<T>) - Method in interface com.epam.reportportal.service.step.StepReporter
Wrap passed actions as a separate step and report it.
StepAspect - Class in com.epam.reportportal.aspect
 
StepAspect() - Constructor for class com.epam.reportportal.aspect.StepAspect
 
StepEntry(Maybe<String>, Date, FinishTestItemRQ) - Constructor for class com.epam.reportportal.service.step.StepReporter.StepEntry
 
StepEntry(Maybe<String>, FinishTestItemRQ) - Constructor for class com.epam.reportportal.service.step.StepReporter.StepEntry
 
StepNameUtils - Class in com.epam.reportportal.aspect
Helper methods to generate step names.
StepReporter - Interface in com.epam.reportportal.service.step
A class for manual nested step reporting.
StepReporter.StepEntry - Class in com.epam.reportportal.service.step
 
StepRequestUtils - Class in com.epam.reportportal.aspect
 
StepRequestUtils - Class in com.epam.reportportal.service.step
 
stripMediaType(String) - Static method in class com.epam.reportportal.utils.http.ContentType
Extract Media Type from a Content-Type header.
subscribeActual(Subscriber<? super List<SaveLogRQ>>) - Method in class com.epam.reportportal.service.logs.LogBatchingFlowable
 
SubscriptionUtils - Class in com.epam.reportportal.utils
 
SubscriptionUtils() - Constructor for class com.epam.reportportal.utils.SubscriptionUtils
 
supports(String) - Method in class com.epam.reportportal.message.HashMarkSeparatedMessageParser
 
supports(String) - Method in interface com.epam.reportportal.message.MessageParser
 
SystemAttributesExtractor - Class in com.epam.reportportal.utils.properties
Util for retrieving properties from `System` env variables and provided `resource` and converting them to the ItemAttributesRQ with ItemAttributesRQ.isSystem()='true'

T

TABLE_COLUMN_SEPARATOR - Static variable in class com.epam.reportportal.utils.formatting.MarkdownUtils
 
TABLE_INDENT - Static variable in class com.epam.reportportal.utils.formatting.MarkdownUtils
 
TABLE_ROW_SEPARATOR - Static variable in class com.epam.reportportal.utils.formatting.MarkdownUtils
 
TemplateConfig - Annotation Type in com.epam.reportportal.annotations
Template configuration.
TemplateConfiguration - Class in com.epam.reportportal.utils.formatting.templating
Template configuration holder class.
TemplateConfiguration() - Constructor for class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
TemplateConfiguration(TemplateConfig) - Constructor for class com.epam.reportportal.utils.formatting.templating.TemplateConfiguration
 
TemplateProcessing - Class in com.epam.reportportal.utils.formatting.templating
Class for processing simple string templates.
test(Throwable) - Method in class com.epam.reportportal.utils.RetryWithDelay
 
TestCaseId - Annotation Type in com.epam.reportportal.annotations
Annotation used to declare the uniqueness of the test method/class.
TestCaseIdEntry - Class in com.epam.reportportal.service.item
 
TestCaseIdEntry() - Constructor for class com.epam.reportportal.service.item.TestCaseIdEntry
 
TestCaseIdEntry(String) - Constructor for class com.epam.reportportal.service.item.TestCaseIdEntry
 
TestCaseIdKey - Annotation Type in com.epam.reportportal.annotations
Annotation to mark a field or a method parameter that will be used to generate TestCaseId.value() in a parameterized test
TestCaseIdUtils - Class in com.epam.reportportal.utils
A static class which contains methods to generate Test Case IDs and code references.
TestFilter - Annotation Type in com.epam.reportportal.annotations
Link current Issue with a specific Parameterized or Dynamic test by applying filters.
TestItemTree - Class in com.epam.reportportal.service.tree
Tree for holding test items structure to provide TestItemTree.TestItemLeaf retrieving by TestItemTree.ItemTreeKey for API calls using ItemTreeReporter.
TestItemTree() - Constructor for class com.epam.reportportal.service.tree.TestItemTree
 
TestItemTree.ItemTreeKey - Class in com.epam.reportportal.service.tree
Key for test items structure storing in the TestItemTree
TestItemTree.TestItemLeaf - Class in com.epam.reportportal.service.tree
Class represents test item with links on parent and descendants.
TestNameFilter - Annotation Type in com.epam.reportportal.annotations
Filter Test Set by Test Name.
TestParamFilter - Annotation Type in com.epam.reportportal.annotations
Filter Test Set by Parameter.
TEXT_HTML - Static variable in class com.epam.reportportal.utils.http.ContentType
 
TEXT_JSON - Static variable in class com.epam.reportportal.utils.http.ContentType
 
TEXT_PLAIN - Static variable in class com.epam.reportportal.utils.http.ContentType
 
TEXT_XML - Static variable in class com.epam.reportportal.utils.http.ContentType
 
till(Callable<T>) - Method in class com.epam.reportportal.utils.Waiter
 
TIME_SEPARATOR - Static variable in class com.epam.reportportal.service.launch.lock.LaunchIdLockFile
 
timeoutFail() - Method in class com.epam.reportportal.utils.Waiter
 
TmsLink - Annotation Type in com.epam.reportportal.annotations
Add a link to a Test Case located in external Test Management System.
TmsLinks - Annotation Type in com.epam.reportportal.annotations
Gathering annotation for TmsLink
toBoxedType(Class<?>) - Static method in class com.epam.reportportal.utils.ParameterUtils
Converts primitive type to a corresponding boxed class, or returns the same instance if the input is not primitive.
toSaveLogRQ(String, String, String, Date, ReportPortalMessage) - Static method in class com.epam.reportportal.service.ReportPortal
Converts ReportPortalMessage to SaveLogRQ.
toString() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
toString() - Method in class com.epam.reportportal.service.DummyReportPortalClientHandler
 
toString() - Method in class com.epam.reportportal.utils.MemoizingSupplier
 
toString(Object) - Static method in class com.epam.reportportal.utils.ObjectUtils
Convert POJO object through ObjectMapper to a string.
TRANSFER_CHARSET - Static variable in class com.epam.reportportal.service.launch.lock.LaunchIdLockSocket
 
TreeItem() - Constructor for class com.epam.reportportal.service.LaunchImpl.TreeItem
 
TRUNCATION_REPLACEMENT - Static variable in class com.epam.reportportal.utils.formatting.MarkdownUtils
 
TypeAwareByteSource - Class in com.epam.reportportal.message
ByteSource which knows about content mime type
TypeAwareByteSource(ByteSource, String) - Constructor for class com.epam.reportportal.message.TypeAwareByteSource
 
TYPICAL_FILE_PART_HEADER - Static variable in class com.epam.reportportal.utils.http.HttpRequestUtils
 
TYPICAL_JSON_ARRAY - Static variable in class com.epam.reportportal.utils.http.HttpRequestUtils
 
TYPICAL_JSON_ARRAY_ELEMENT - Static variable in class com.epam.reportportal.utils.http.HttpRequestUtils
 
TYPICAL_JSON_ARRAY_ELEMENT_LENGTH - Static variable in class com.epam.reportportal.utils.http.HttpRequestUtils
 
TYPICAL_JSON_ARRAY_LENGTH - Static variable in class com.epam.reportportal.utils.http.HttpRequestUtils
 
TYPICAL_JSON_PART_HEADER - Static variable in class com.epam.reportportal.utils.http.HttpRequestUtils
 
TYPICAL_JSON_PART_HEADER_LENGTH - Static variable in class com.epam.reportportal.utils.http.HttpRequestUtils
 
TYPICAL_MULTIPART_BOUNDARY - Static variable in class com.epam.reportportal.utils.http.HttpRequestUtils
 
TYPICAL_MULTIPART_FOOTER - Static variable in class com.epam.reportportal.utils.http.HttpRequestUtils
 
TYPICAL_MULTIPART_FOOTER_LENGTH - Static variable in class com.epam.reportportal.utils.http.HttpRequestUtils
 

U

updateInstanceUuid(String) - Method in class com.epam.reportportal.service.launch.lock.LaunchIdLockFile
Update timestamp for instance record in sync file.
updateInstanceUuid(String) - Method in class com.epam.reportportal.service.launch.lock.LaunchIdLockSocket
 
updateInstanceUuid(String) - Method in interface com.epam.reportportal.service.LaunchIdLock
Update self UUID in a lock, means that the Client still executing its Launch.
updateLaunch(String, UpdateLaunchRQ) - Method in interface com.epam.reportportal.service.ReportPortalClient
 
Utils - Class in com.epam.reportportal.utils.files
File utilities.

V

valueOf(String) - Static method in enum com.epam.reportportal.listeners.ItemStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.epam.reportportal.listeners.ItemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.epam.reportportal.listeners.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.epam.reportportal.service.launch.lock.LaunchIdLockMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.epam.reportportal.utils.properties.ClientProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.epam.reportportal.utils.properties.DefaultProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.epam.reportportal.utils.properties.ListenerProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.epam.reportportal.utils.properties.OutputTypes
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.epam.reportportal.listeners.ItemStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.epam.reportportal.listeners.ItemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.epam.reportportal.listeners.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.epam.reportportal.service.launch.lock.LaunchIdLockMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.epam.reportportal.utils.properties.ClientProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.epam.reportportal.utils.properties.DefaultProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.epam.reportportal.utils.properties.ListenerProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.epam.reportportal.utils.properties.OutputTypes
Returns an array containing the constants of this enum type, in the order they are declared.
VIDEO_MPEG - Static variable in class com.epam.reportportal.utils.http.ContentType
 
VIDEO_OGG - Static variable in class com.epam.reportportal.utils.http.ContentType
 
VIDEO_WEBM - Static variable in class com.epam.reportportal.utils.http.ContentType
 
virtualItemDisposables - Variable in class com.epam.reportportal.service.LaunchImpl
Collection of disposables from virtual item subscriptions
virtualItems - Variable in class com.epam.reportportal.service.LaunchImpl
Mapping between virtual item Maybes and their emitters

W

Waiter - Class in com.epam.reportportal.utils
The simplest waiter, just to not include a new dependency into the project.
Waiter(String) - Constructor for class com.epam.reportportal.utils.Waiter
 
waitForCompletable(Completable...) - Method in class com.epam.reportportal.service.LaunchImpl
Executes completion tasks with a timeout.
waitForItemsCompletion(Completable) - Method in class com.epam.reportportal.service.LaunchImpl
Waits for completion of all test items including virtual ones and log emitters.
withExecutorService(ExecutorService) - Method in class com.epam.reportportal.service.ReportPortal.Builder
 
withHttpClient(OkHttpClient.Builder) - Method in class com.epam.reportportal.service.ReportPortal.Builder
 
withLaunch(Maybe<String>) - Method in class com.epam.reportportal.service.ReportPortal
Factory method for ReportPortal that uses already started launch
withParameters(ListenerParameters) - Method in class com.epam.reportportal.service.ReportPortal.Builder
 
withParent(Maybe<String>) - Method in class com.epam.reportportal.service.LaunchImpl.TreeItem
 
withStepAnnotation(Step) - Method in class com.epam.reportportal.aspect.StepAspect
 
wrap(byte[]) - Static method in class com.epam.reportportal.utils.files.ByteSource
Create an instance of the object from given bytes.
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links