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

A

API_BASE - Static variable in class com.epam.reportportal.service.ReportPortal.Builder
 
asCode(String, String) - Static method in class com.epam.reportportal.utils.markdown.MarkdownUtils
Builds markdown representation of some script to be logged to ReportPortal
asMarkdown(String) - Static method in class com.epam.reportportal.utils.markdown.MarkdownUtils
Adds special prefix to make log message being processed as markdown

B

BearerAuthInterceptor - Class in com.epam.reportportal.service
Adds Bearer TOKEN to the request headers
BearerAuthInterceptor(String) - Constructor for class com.epam.reportportal.service.BearerAuthInterceptor
 
build() - Method in class com.epam.reportportal.service.ReportPortal.Builder
 
BUILD_MARKER - Static variable in class com.epam.reportportal.utils.TagsParser
 
BUILD_TAG - Static variable in class com.epam.reportportal.utils.TagsParser
 
buildClient(Class<T>, ListenerParameters) - Method in class com.epam.reportportal.service.ReportPortal.Builder
 
buildEndpointUrl(String, String) - Method in class com.epam.reportportal.service.ReportPortal.Builder
 
builder() - Static method in class com.epam.reportportal.service.ReportPortal
Creates new builder for ReportPortal
Builder() - Constructor for class com.epam.reportportal.service.ReportPortal.Builder
 
buildRestEndpoint(ListenerParameters, HttpClient) - Method in class com.epam.reportportal.service.ReportPortal.Builder
 

C

close() - Method in interface com.epam.reportportal.service.ReportPortalClient
 
com.epam.reportportal.annotations - package com.epam.reportportal.annotations
 
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.utils - package com.epam.reportportal.utils
 
com.epam.reportportal.utils.files - package com.epam.reportportal.utils.files
 
com.epam.reportportal.utils.markdown - package com.epam.reportportal.utils.markdown
 
com.epam.reportportal.utils.properties - package com.epam.reportportal.utils.properties
 
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
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
 
create(ReportPortalClient, ListenerParameters) - Static method in class com.epam.reportportal.service.ReportPortal
Creates new ReportPortal based on already built dependencies
create(String, Maybe<StartLaunchRS>) - Static method in class com.epam.reportportal.utils.LaunchFile
 

D

DEFAULT_BUFFER_SIZE - Static variable in class com.epam.reportportal.service.LoggingContext
 
defaultClient(ListenerParameters) - Method in class com.epam.reportportal.service.ReportPortal.Builder
 
defaultPropertiesLoader() - Method in class com.epam.reportportal.service.ReportPortal.Builder
 
detect(File) - Static method in class com.epam.reportportal.utils.MimeTypeDetector
 
detect(ByteSource, String) - Static method in class com.epam.reportportal.utils.MimeTypeDetector
 
detect(TikaInputStream, Metadata) - Static method in class com.epam.reportportal.utils.MimeTypeDetector
 

E

emit(Function<String, SaveLogRQ>) - Method in class com.epam.reportportal.service.LoggingContext
Emits log.
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(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
 
emitLog(ReportPortalMessage, String, Date) - Static method in class com.epam.reportportal.service.ReportPortal
 
error - Variable in exception com.epam.reportportal.exception.ReportPortalException
HTTP Error Response Body

F

FAILED - Static variable in class com.epam.reportportal.listeners.Statuses
 
FILE_PREFIX - Static variable in class com.epam.reportportal.utils.LaunchFile
 
find(String) - Static method in class com.epam.reportportal.utils.LaunchFile
 
findAllTags(String) - Static method in class com.epam.reportportal.utils.TagsParser
Parse tag string.
Input tag string should have format: build:4r3wf234;tag1;tag2;tag3.
Output map should have format:
build:4r3wf234
tag1:tag1
tag2:tag2
tag3:tag3
finish(FinishExecutionRQ) - Method in class com.epam.reportportal.service.Launch
Finishes launch in ReportPortal.
finish(FinishExecutionRQ) - Method in class com.epam.reportportal.service.LaunchImpl
Finishes launch in ReportPortal.
finishLaunch(String, FinishExecutionRQ) - Method in interface com.epam.reportportal.service.ReportPortalClient
 
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
 

G

GeneralReportPortalException - Exception in com.epam.reportportal.exception
Base ReportPortal.
GeneralReportPortalException(int, String, String) - Constructor for exception com.epam.reportportal.exception.GeneralReportPortalException
 
getBaseUrl() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getBatchLogsSize() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getClient() - Method in class com.epam.reportportal.service.ReportPortal
 
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
 
getFile() - Method in class com.epam.reportportal.utils.LaunchFile
 
getIoPoolSize() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getKeystore() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getKeystorePassword() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getLaunchName() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getLaunchRunningMode() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getMaxConnectionsPerRoute() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getMaxConnectionsTotal() - 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
 
getParameters() - Method in class com.epam.reportportal.service.Launch
 
getParameters() - Method in class com.epam.reportportal.service.ReportPortal
 
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
getPropertyName() - Method in enum com.epam.reportportal.utils.properties.ListenerProperty
 
getReportingTimeout() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getSkippedAnIssue() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getStatusCode() - Method in exception com.epam.reportportal.exception.GeneralReportPortalException
 
getStatusMessage() - Method in exception com.epam.reportportal.exception.GeneralReportPortalException
 
getTags() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
getTempDir() - Static method in class com.epam.reportportal.utils.LaunchFile
 
getUuid() - Method in class com.epam.reportportal.listeners.ListenerParameters
 

H

handle(Response<ByteSource>) - Method in class com.epam.reportportal.service.ReportPortalErrorHandler
 
hasError(Response<ByteSource>) - Method in class com.epam.reportportal.service.ReportPortalErrorHandler
 
HashMarkSeparatedMessageParser - Class in com.epam.reportportal.message
Colon separated message parser.
HashMarkSeparatedMessageParser() - Constructor for class com.epam.reportportal.message.HashMarkSeparatedMessageParser
 

I

IMAGE_TYPE - Static variable in class com.epam.reportportal.utils.files.ImageConverter
 
ImageConverter - Class in com.epam.reportportal.utils.files
This class contains functionality for converting images to Black and white colors
ImageConverter() - Constructor for class com.epam.reportportal.utils.files.ImageConverter
 
init(Maybe<String>, ReportPortalClient) - Static method in class com.epam.reportportal.service.LoggingContext
Initializes new logging context and attaches it to current thread
init(Maybe<String>, ReportPortalClient, int, boolean) - Static method in class com.epam.reportportal.service.LoggingContext
Initializes new logging context and attaches it to current thread
INNER_PATH - Static variable in class com.epam.reportportal.utils.properties.PropertiesLoader
 
InternalReportPortalClientException - Exception in com.epam.reportportal.exception
Report portal client exception define any internal client logic exception.
InternalReportPortalClientException(String, Exception) - Constructor for exception com.epam.reportportal.exception.InternalReportPortalClientException
 
InternalReportPortalClientException(String) - Constructor for exception com.epam.reportportal.exception.InternalReportPortalClientException
 
isConvertImage() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
isImage(TypeAwareByteSource) - Static method in class com.epam.reportportal.utils.files.ImageConverter
Check is input file is image
isImage(MediaType) - Static method in class com.epam.reportportal.utils.files.ImageConverter
Check is input file is image
isImage(String) - Static method in class com.epam.reportportal.utils.files.ImageConverter
Check is input file is image
isRequired() - Method in enum com.epam.reportportal.utils.properties.ListenerProperty
 
isRerun() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
isRerun() - Method in class com.epam.reportportal.service.LaunchImpl
 

L

Launch - Class in com.epam.reportportal.service
 
LaunchFile - Class in com.epam.reportportal.utils
Add Launch file
LaunchImpl - Class in com.epam.reportportal.service
 
ListenerParameters - Class in com.epam.reportportal.listeners
Report portal listeners parameters
ListenerParameters() - Constructor for class com.epam.reportportal.listeners.ListenerParameters
 
ListenerParameters(PropertiesLoader) - Constructor for class com.epam.reportportal.listeners.ListenerParameters
 
ListenerProperty - Enum in com.epam.reportportal.utils.properties
Describe properties names
load() - Static method in class com.epam.reportportal.utils.properties.PropertiesLoader
Loads properties from default location
load(String) - Static method in class com.epam.reportportal.utils.properties.PropertiesLoader
Loads properties from specified location
loadKeyStore(String, String) - Static method in class com.epam.reportportal.utils.SslUtils
Load keystore
log(SaveLogRQ) - Method in interface com.epam.reportportal.service.ReportPortalClient
 
log(MultiPartRequest) - Method in interface com.epam.reportportal.service.ReportPortalClient
 
logCompletableResults(String) - Static method in class com.epam.reportportal.utils.SubscriptionUtils
 
logFlowableResults(String) - Static method in class com.epam.reportportal.utils.SubscriptionUtils
 
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.
logMaybeResults(String) - Static method in class com.epam.reportportal.utils.SubscriptionUtils
 

M

MARKDOWN_MODE - Static variable in class com.epam.reportportal.utils.markdown.MarkdownUtils
 
MarkdownUtils - Class in com.epam.reportportal.utils.markdown
Set helpful of utility methods for reporting to ReportPortal
MarkdownUtils() - Constructor for class com.epam.reportportal.utils.markdown.MarkdownUtils
 
MessageParser - Interface in com.epam.reportportal.message
Parses formatted message for report portal
MimeTypeDetector - Class in com.epam.reportportal.utils
Utility stuff to detect mime type of binary data

N

newLaunch(StartLaunchRQ) - Method in class com.epam.reportportal.service.ReportPortal
Starts launch in ReportPortal
NOOP_LAUNCH - Static variable in class com.epam.reportportal.service.Launch
Implementation for disabled Reporting

O

openStream() - Method in class com.epam.reportportal.message.TypeAwareByteSource
 
overrideWith(Properties) - Method in class com.epam.reportportal.utils.properties.PropertiesLoader
Overrides properties with provided values

P

ParameterKey - Annotation Type in com.epam.reportportal.annotations
Used in parametrized tests.
parse(String) - Method in class com.epam.reportportal.message.HashMarkSeparatedMessageParser
 
parse(String) - Method in interface com.epam.reportportal.message.MessageParser
 
parseAsSet(String) - Static method in class com.epam.reportportal.utils.TagsParser
 
PASSED - Static variable in class com.epam.reportportal.listeners.Statuses
 
PATH - Static variable in class com.epam.reportportal.utils.properties.PropertiesLoader
 
process(HttpRequest, HttpContext) - Method in class com.epam.reportportal.service.BearerAuthInterceptor
 
PropertiesLoader - Class in com.epam.reportportal.utils.properties
Load report portal launch start properties

R

remove() - Method in class com.epam.reportportal.utils.LaunchFile
 
ReportPortal - Class in com.epam.reportportal.service
Default ReportPortal Reporter implementation.
ReportPortal.Builder - Class in com.epam.reportportal.service
 
ReportPortalClient - Interface in com.epam.reportportal.service
 
ReportPortalErrorHandler - Class in com.epam.reportportal.service
Report Portal Error Handler
Converts error from Endpoint to ReportPortal-related errors
ReportPortalErrorHandler(Serializer) - Constructor for class com.epam.reportportal.service.ReportPortalErrorHandler
 
ReportPortalException - Exception in com.epam.reportportal.exception
Base ReportPortal.
ReportPortalException(int, String, ErrorRS) - Constructor for exception com.epam.reportportal.exception.ReportPortalException
 
ReportPortalMessage - Class in com.epam.reportportal.message
Report portal message wrapper.
ReportPortalMessage() - Constructor for class com.epam.reportportal.message.ReportPortalMessage
 
ReportPortalMessage(String) - Constructor for class com.epam.reportportal.message.ReportPortalMessage
 
ReportPortalMessage(ByteSource, String, String) - Constructor for class com.epam.reportportal.message.ReportPortalMessage
 
ReportPortalMessage(TypeAwareByteSource, String) - Constructor for class com.epam.reportportal.message.ReportPortalMessage
 
ReportPortalMessage(File, String) - Constructor for class com.epam.reportportal.message.ReportPortalMessage
 
RetryWithDelay - Class in com.epam.reportportal.utils
Retry with Delay and attempts limits
RetryWithDelay(Predicate<? super Throwable>, long, long) - Constructor for class com.epam.reportportal.utils.RetryWithDelay
 
RP_MESSAGE_PREFIX - Static variable in interface com.epam.reportportal.message.MessageParser
 

S

setBaseUrl(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setBatchLogsSize(Integer) - 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
 
setIoPoolSize(Integer) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setKeystore(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setKeystorePassword(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setLaunchName(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setLaunchRunningMode(Mode) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setMaxConnectionsPerRoute(Integer) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setMaxConnectionsTotal(Integer) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setProjectName(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
 
setSkippedAnIssue(Boolean) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setTags(Set<String>) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
setUuid(String) - Method in class com.epam.reportportal.listeners.ListenerParameters
 
SKIPPED - Static variable in class com.epam.reportportal.listeners.Statuses
 
SslUtils - Class in com.epam.reportportal.utils
 
SslUtils() - Constructor for class com.epam.reportportal.utils.SslUtils
 
start() - Method in class com.epam.reportportal.service.Launch
 
start() - Method in class com.epam.reportportal.service.LaunchImpl
Starts launch in ReportPortal.
startLaunch(StartLaunchRQ) - Method in interface com.epam.reportportal.service.ReportPortalClient
 
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
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
 
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
 
statusCode - Variable in exception com.epam.reportportal.exception.GeneralReportPortalException
HTTP Status Code
Statuses - Class in com.epam.reportportal.listeners
Possible statuses of finished test methods
statusMessage - Variable in exception com.epam.reportportal.exception.GeneralReportPortalException
HTTP Status Message
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
 

T

TagsParser - Class in com.epam.reportportal.utils
This class contains functionality for parsing tags from string.
TagsParser() - Constructor for class com.epam.reportportal.utils.TagsParser
 
test(Throwable) - Method in class com.epam.reportportal.utils.RetryWithDelay
 
toString() - Method in class com.epam.reportportal.listeners.ListenerParameters
 
TypeAwareByteSource - Class in com.epam.reportportal.message
ByteSource which knows about content mime type
TypeAwareByteSource(ByteSource, String) - Constructor for class com.epam.reportportal.message.TypeAwareByteSource
 

U

UniqueID - Annotation Type in com.epam.reportportal.annotations
Report Portal uses uniqueID for identifying test item's originality.

V

validate() - Method in class com.epam.reportportal.utils.properties.PropertiesLoader
Validates properties
valueOf(String) - Static method in enum com.epam.reportportal.utils.properties.ListenerProperty
Returns the enum constant of this type with the specified name.
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.

W

withHttpClient(HttpClientBuilder) - Method in class com.epam.reportportal.service.ReportPortal.Builder
 
withLaunch(Maybe<String>) - Method in class com.epam.reportportal.service.ReportPortal
Factory method for ReportPortal that uses already started launch
withParameters(ListenerParameters) - Method in class com.epam.reportportal.service.ReportPortal.Builder
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links