- 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
-
- CLASS_FULL_NAME_TEMPLATE - Static variable in class com.epam.reportportal.utils.templating.TemplateConfiguration
-
- CLASS_SIMPLE_NAME_TEMPLATE - Static variable in class com.epam.reportportal.utils.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.http - package com.epam.reportportal.utils.http
-
- com.epam.reportportal.utils.markdown - package com.epam.reportportal.utils.markdown
-
- com.epam.reportportal.utils.properties - package com.epam.reportportal.utils.properties
-
- com.epam.reportportal.utils.reflect - package com.epam.reportportal.utils.reflect
-
- com.epam.reportportal.utils.templating - package com.epam.reportportal.utils.templating
-
- complete() - Static method in class com.epam.reportportal.service.LaunchLoggingContext
-
Completes context attached to the current thread
- complete() - Static method in class com.epam.reportportal.service.LoggingContext
-
Completes context attached to the current thread
- completed() - Method in class com.epam.reportportal.service.LoggingContext
-
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(String) - Static method in class com.epam.reportportal.service.LaunchLoggingContext
-
- 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
-
- 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
- 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
- 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
-
- 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.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.
- finishTestItem(Maybe<String>, FinishTestItemRQ) - Method in class com.epam.reportportal.service.LaunchImpl
-
Finishes Test Item in ReportPortal.
- 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.markdown.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.markdown.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.markdown.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.templating.TemplateConfiguration
-
- getArrayEnd() - Method in class com.epam.reportportal.utils.templating.TemplateConfiguration
-
- getArrayStart() - Method in class com.epam.reportportal.utils.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
-
- 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.templating.TemplateConfiguration
-
- getClassRef() - Method in class com.epam.reportportal.utils.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
-
- 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.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.
- 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.templating.TemplateConfiguration
-
- getIterableEnd() - Method in class com.epam.reportportal.utils.templating.TemplateConfiguration
-
- getIterableStart() - Method in class com.epam.reportportal.utils.templating.TemplateConfiguration
-
- getKeystore() - Method in class com.epam.reportportal.listeners.ListenerParameters
-
- getKeystorePassword() - Method in class com.epam.reportportal.listeners.ListenerParameters
-
- getLaunch() - Method in class com.epam.reportportal.service.Launch
-
Returns current launch UUID Maybe, empty if the launch is not started.
- getLaunch() - Method in class com.epam.reportportal.service.LaunchImpl
-
- 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
-
- getMethodName() - Method in class com.epam.reportportal.utils.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
-
- 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
-
- 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.templating.TemplateConfiguration
-
- getSkippedAnIssue() - Method in class com.epam.reportportal.listeners.ListenerParameters
-
- 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
-
- 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.
- launch - Variable in class com.epam.reportportal.service.LaunchImpl
-
- 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
-
A basic Launch object implementation which does straight requests to ReportPortal.
- 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
- LaunchLoggingContext - Class in com.epam.reportportal.service
-
Logging context holds ConcurrentHashMap context for launch logging and converts
SaveLogRQ to multipart HTTP request to ReportPortal
Basic flow:
After start some launch context should be initialized with observable of
launch ID and ReportPortal client.
- 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) - 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 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
-
- 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
-
- 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.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(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) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
-
- sendStep(ItemStatus, 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(String, File...) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
-
- sendStep(ItemStatus, 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.templating.TemplateConfiguration
-
- setArrayEnd(String) - Method in class com.epam.reportportal.utils.templating.TemplateConfiguration
-
- setArrayStart(String) - Method in class com.epam.reportportal.utils.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
-
- setCallbackReportingEnabled(boolean) - Method in class com.epam.reportportal.listeners.ListenerParameters
-
- setClassName(String) - Method in class com.epam.reportportal.utils.templating.TemplateConfiguration
-
- setClassRef(String) - Method in class com.epam.reportportal.utils.templating.TemplateConfiguration
-
- setClientJoin(boolean) - 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
-
- setFieldDelimiter(String) - Method in class com.epam.reportportal.utils.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.templating.TemplateConfiguration
-
- setIterableEnd(String) - Method in class com.epam.reportportal.utils.templating.TemplateConfiguration
-
- setIterableStart(String) - Method in class com.epam.reportportal.utils.templating.TemplateConfiguration
-
- setKeystore(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
-
- setKeystorePassword(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
-
- 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
-
- setMethodName(String) - Method in class com.epam.reportportal.utils.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.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
-
- 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.
- 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
-
- start() - Method in class com.epam.reportportal.service.LaunchImpl
-
Starts launch in ReportPortal.
- 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
-
- startTestItem(StartTestItemRQ) - Method in class com.epam.reportportal.service.Launch
-
Starts new 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 in respect of provided retry item ID.
- startTestItem(StartTestItemRQ) - Method in class com.epam.reportportal.service.LaunchImpl
-
Starts new 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 in respect of provided retry item ID.
- 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
-
- 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(String) - Method in class com.epam.reportportal.service.step.DefaultStepReporter
-
- step(ItemStatus, 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
-
- 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.