Index

A B C D F G H I R S W 
All Classes and Interfaces|All Packages|Serialized Form

A

addAttachment(AttachmentData, AttachmentRenderer<AttachmentData>) - Method in class io.qameta.allure.attachment.DefaultAttachmentProcessor
 
addAttachment(T, AttachmentRenderer<T>) - Method in interface io.qameta.allure.attachment.AttachmentProcessor
 
AttachmentContent - Interface in io.qameta.allure.attachment
 
AttachmentData - Interface in io.qameta.allure.attachment
Marker interface for complex Allure attachments.
AttachmentProcessor<T extends AttachmentData> - Interface in io.qameta.allure.attachment
 
AttachmentRenderer<T extends AttachmentData> - Interface in io.qameta.allure.attachment
 
AttachmentRenderException - Exception in io.qameta.allure.attachment
 
AttachmentRenderException(String, Throwable) - Constructor for exception io.qameta.allure.attachment.AttachmentRenderException
 

B

build() - Method in class io.qameta.allure.attachment.http.HttpRequestAttachment.Builder
 
build() - Method in class io.qameta.allure.attachment.http.HttpResponseAttachment.Builder
 

C

create(String) - Static method in class io.qameta.allure.attachment.http.HttpResponseAttachment.Builder
 
create(String, String) - Static method in class io.qameta.allure.attachment.http.HttpRequestAttachment.Builder
 

D

DefaultAttachmentContent - Class in io.qameta.allure.attachment
 
DefaultAttachmentContent(String, String, String) - Constructor for class io.qameta.allure.attachment.DefaultAttachmentContent
 
DefaultAttachmentProcessor - Class in io.qameta.allure.attachment
 
DefaultAttachmentProcessor() - Constructor for class io.qameta.allure.attachment.DefaultAttachmentProcessor
 
DefaultAttachmentProcessor(AllureLifecycle) - Constructor for class io.qameta.allure.attachment.DefaultAttachmentProcessor
 

F

FreemarkerAttachmentRenderer - Class in io.qameta.allure.attachment
 
FreemarkerAttachmentRenderer(String) - Constructor for class io.qameta.allure.attachment.FreemarkerAttachmentRenderer
 

G

getBody() - Method in class io.qameta.allure.attachment.http.HttpRequestAttachment
 
getBody() - Method in class io.qameta.allure.attachment.http.HttpResponseAttachment
 
getContent() - Method in interface io.qameta.allure.attachment.AttachmentContent
 
getContent() - Method in class io.qameta.allure.attachment.DefaultAttachmentContent
 
getContentType() - Method in interface io.qameta.allure.attachment.AttachmentContent
 
getContentType() - Method in class io.qameta.allure.attachment.DefaultAttachmentContent
 
getCookies() - Method in class io.qameta.allure.attachment.http.HttpRequestAttachment
 
getCookies() - Method in class io.qameta.allure.attachment.http.HttpResponseAttachment
 
getCurl() - Method in class io.qameta.allure.attachment.http.HttpRequestAttachment
 
getFileExtension() - Method in interface io.qameta.allure.attachment.AttachmentContent
 
getFileExtension() - Method in class io.qameta.allure.attachment.DefaultAttachmentContent
 
getHeaders() - Method in class io.qameta.allure.attachment.http.HttpRequestAttachment
 
getHeaders() - Method in class io.qameta.allure.attachment.http.HttpResponseAttachment
 
getMethod() - Method in class io.qameta.allure.attachment.http.HttpRequestAttachment
 
getName() - Method in interface io.qameta.allure.attachment.AttachmentData
 
getName() - Method in class io.qameta.allure.attachment.http.HttpRequestAttachment
 
getName() - Method in class io.qameta.allure.attachment.http.HttpResponseAttachment
 
getResponseCode() - Method in class io.qameta.allure.attachment.http.HttpResponseAttachment
 
getUrl() - Method in class io.qameta.allure.attachment.http.HttpRequestAttachment
 
getUrl() - Method in class io.qameta.allure.attachment.http.HttpResponseAttachment
 

H

HttpRequestAttachment - Class in io.qameta.allure.attachment.http
 
HttpRequestAttachment(String, String, String, String, String, Map<String, String>, Map<String, String>) - Constructor for class io.qameta.allure.attachment.http.HttpRequestAttachment
 
HttpRequestAttachment.Builder - Class in io.qameta.allure.attachment.http
Builder for HttpRequestAttachment.
HttpResponseAttachment - Class in io.qameta.allure.attachment.http
 
HttpResponseAttachment(String, String, String, int, Map<String, String>, Map<String, String>) - Constructor for class io.qameta.allure.attachment.http.HttpResponseAttachment
 
HttpResponseAttachment.Builder - Class in io.qameta.allure.attachment.http
Builder for HttpRequestAttachment.

I

io.qameta.allure.attachment - package io.qameta.allure.attachment
 
io.qameta.allure.attachment.http - package io.qameta.allure.attachment.http
 

R

render(AttachmentData) - Method in class io.qameta.allure.attachment.FreemarkerAttachmentRenderer
 
render(T) - Method in interface io.qameta.allure.attachment.AttachmentRenderer
 

S

setBody(String) - Method in class io.qameta.allure.attachment.http.HttpRequestAttachment.Builder
 
setBody(String) - Method in class io.qameta.allure.attachment.http.HttpResponseAttachment.Builder
 
setCookie(String, String) - Method in class io.qameta.allure.attachment.http.HttpRequestAttachment.Builder
 
setCookie(String, String) - Method in class io.qameta.allure.attachment.http.HttpResponseAttachment.Builder
 
setCookies(Map<String, String>) - Method in class io.qameta.allure.attachment.http.HttpRequestAttachment.Builder
 
setCookies(Map<String, String>) - Method in class io.qameta.allure.attachment.http.HttpResponseAttachment.Builder
 
setHeader(String, String) - Method in class io.qameta.allure.attachment.http.HttpRequestAttachment.Builder
 
setHeader(String, String) - Method in class io.qameta.allure.attachment.http.HttpResponseAttachment.Builder
 
setHeaders(Map<String, String>) - Method in class io.qameta.allure.attachment.http.HttpRequestAttachment.Builder
 
setHeaders(Map<String, String>) - Method in class io.qameta.allure.attachment.http.HttpResponseAttachment.Builder
 
setMethod(String) - Method in class io.qameta.allure.attachment.http.HttpRequestAttachment.Builder
 
setResponseCode(int) - Method in class io.qameta.allure.attachment.http.HttpResponseAttachment.Builder
 
setUrl(String) - Method in class io.qameta.allure.attachment.http.HttpResponseAttachment.Builder
 

W

withBody(String) - Method in class io.qameta.allure.attachment.http.HttpRequestAttachment.Builder
Deprecated.
scheduled for removal in 3.0 release
withBody(String) - Method in class io.qameta.allure.attachment.http.HttpResponseAttachment.Builder
Deprecated.
scheduled for removal in 3.0 release
withCookie(String, String) - Method in class io.qameta.allure.attachment.http.HttpRequestAttachment.Builder
Deprecated.
scheduled for removal in 3.0 release
withCookie(String, String) - Method in class io.qameta.allure.attachment.http.HttpResponseAttachment.Builder
Deprecated.
scheduled for removal in 3.0 release
withCookies(Map<String, String>) - Method in class io.qameta.allure.attachment.http.HttpRequestAttachment.Builder
Deprecated.
scheduled for removal in 3.0 release
withCookies(Map<String, String>) - Method in class io.qameta.allure.attachment.http.HttpResponseAttachment.Builder
Deprecated.
scheduled for removal in 3.0 release
withHeader(String, String) - Method in class io.qameta.allure.attachment.http.HttpRequestAttachment.Builder
Deprecated.
scheduled for removal in 3.0 release
withHeader(String, String) - Method in class io.qameta.allure.attachment.http.HttpResponseAttachment.Builder
Deprecated.
scheduled for removal in 3.0 release
withHeaders(Map<String, String>) - Method in class io.qameta.allure.attachment.http.HttpRequestAttachment.Builder
Deprecated.
scheduled for removal in 3.0 release
withHeaders(Map<String, String>) - Method in class io.qameta.allure.attachment.http.HttpResponseAttachment.Builder
Deprecated.
scheduled for removal in 3.0 release
withMethod(String) - Method in class io.qameta.allure.attachment.http.HttpRequestAttachment.Builder
Deprecated.
scheduled for removal in 3.0 release
withResponseCode(int) - Method in class io.qameta.allure.attachment.http.HttpResponseAttachment.Builder
Deprecated.
scheduled for removal in 3.0 release
withUrl(String) - Method in class io.qameta.allure.attachment.http.HttpResponseAttachment.Builder
Deprecated.
scheduled for removal in 3.0 release
A B C D F G H I R S W 
All Classes and Interfaces|All Packages|Serialized Form