- 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.
- 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
- 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.
- 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
-
- getTestCaseId(TestCaseId, Executable, String, List<T>) - Static method in class com.epam.reportportal.utils.TestCaseIdUtils
-
- getTestCaseId(TestCaseId, Executable, String, List<T>, Object) - Static method in class com.epam.reportportal.utils.TestCaseIdUtils
-
- 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.
- 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
-
- 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
-
- 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
-
- 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'
- 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