Index

A B C D E F G H I J L M O P R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values

A

ACCEPT - Static variable in class com.aventstack.chaintest.http.HttpHeaders
 
addChild(Test) - Method in class com.aventstack.chaintest.domain.Test
 
addEmbed(byte[], String) - Method in class com.aventstack.chaintest.domain.Test
Adds an embedded media to the test from a byte array.
addEmbed(Embed) - Method in class com.aventstack.chaintest.domain.Test
Adds an embedded media to the test.
addEmbed(File, String) - Method in class com.aventstack.chaintest.domain.Test
Adds an embedded media to the test from a file.
addEmbed(String, String) - Method in class com.aventstack.chaintest.domain.Test
Adds an embedded media to the test.
addLog(String) - Method in class com.aventstack.chaintest.domain.Test
Adds a log entry to the test.
addSystemInfo(String, String) - Method in class com.aventstack.chaintest.service.ChainPluginService
 
addSystemInfo(Map<String, String>) - Method in class com.aventstack.chaintest.service.ChainPluginService
 
addTag(Tag) - Method in class com.aventstack.chaintest.domain.Test
 
addTag(String) - Method in class com.aventstack.chaintest.domain.Test
 
addTags(Collection<Tag>) - Method in class com.aventstack.chaintest.domain.Build
 
addTags(Collection<String>) - Method in class com.aventstack.chaintest.domain.Test
 
addTags(List<String>) - Method in class com.aventstack.chaintest.domain.Build
 
addTags(Set<String>) - Method in class com.aventstack.chaintest.domain.Build
 
addTags(Stream<Tag>) - Method in class com.aventstack.chaintest.domain.Build
 
afterTest(Test, Optional<Throwable>) - Method in class com.aventstack.chaintest.generator.ChainLPGenerator
 
afterTest(Test, Optional<Throwable>) - Method in class com.aventstack.chaintest.generator.ChainTestEmailGenerator
 
afterTest(Test, Optional<Throwable>) - Method in class com.aventstack.chaintest.generator.ChainTestSimpleGenerator
 
afterTest(Test, Optional<Throwable>) - Method in interface com.aventstack.chaintest.generator.Generator
 
afterTest(Test, Optional<Throwable>) - Method in class com.aventstack.chaintest.service.ChainPluginService
 
APPLICATION_JSON - Static variable in class com.aventstack.chaintest.http.MediaType
 
APPLICATION_OCTET_STREAM - Static variable in class com.aventstack.chaintest.http.MediaType
 
apply(HttpResponse.ResponseInfo) - Method in class com.aventstack.chaintest.http.JsonMappedBodyHandler
 
AWSS3Client - Class in com.aventstack.chaintest.storage
StorageService provides the ability to upload files to a storage service
AWSS3Client() - Constructor for class com.aventstack.chaintest.storage.AWSS3Client
 
AzureBlobClient - Class in com.aventstack.chaintest.storage
Azure Blob Storage client provides the ability to upload files to Azure Blob Storage
AzureBlobClient() - Constructor for class com.aventstack.chaintest.storage.AzureBlobClient
 

B

BASE_PROPERTY - Static variable in class com.aventstack.chaintest.generator.FileGenerator
 
BaseResponse<T extends ChainTestEntity> - Class in com.aventstack.chaintest.http
 
BaseResponse(ErrorResponse) - Constructor for class com.aventstack.chaintest.http.BaseResponse
 
BaseResponse(T) - Constructor for class com.aventstack.chaintest.http.BaseResponse
 
BasicEmbed - Class in com.aventstack.chaintest.domain
 
BasicEmbed(String) - Constructor for class com.aventstack.chaintest.domain.BasicEmbed
 
build() - Method in class com.aventstack.chaintest.http.ChainTestApiClient.Builder
 
Build - Class in com.aventstack.chaintest.domain
Represents a build in the ChainTest framework.
Build() - Constructor for class com.aventstack.chaintest.domain.Build
Default constructor.
Build(int, String) - Constructor for class com.aventstack.chaintest.domain.Build
Constructs a Build with the specified project ID and test runner.
Build(String) - Constructor for class com.aventstack.chaintest.domain.Build
Constructs a Build with the specified test runner.
Build(String, String) - Constructor for class com.aventstack.chaintest.domain.Build
Constructs a Build with the specified project name and test runner.
builder() - Static method in class com.aventstack.chaintest.http.ChainTestApiClient
 
Builder() - Constructor for class com.aventstack.chaintest.http.ChainTestApiClient.Builder
 

C

cacheTemplate(Class<?>, String, String) - Method in class com.aventstack.chaintest.generator.FileGenerator
 
ChainLPGenerator - Class in com.aventstack.chaintest.generator
 
ChainLPGenerator() - Constructor for class com.aventstack.chaintest.generator.ChainLPGenerator
 
ChainLPGenerator(String) - Constructor for class com.aventstack.chaintest.generator.ChainLPGenerator
 
ChainPluginService - Class in com.aventstack.chaintest.service
 
ChainPluginService(String) - Constructor for class com.aventstack.chaintest.service.ChainPluginService
 
CHAINTEST - Static variable in class com.aventstack.chaintest.generator.ChainTestPropertyKeys
 
ChainTestApiClient - Class in com.aventstack.chaintest.http
 
ChainTestApiClient() - Constructor for class com.aventstack.chaintest.http.ChainTestApiClient
 
ChainTestApiClient(Configuration) - Constructor for class com.aventstack.chaintest.http.ChainTestApiClient
 
ChainTestApiClient(ChainTestApiClient.Builder) - Constructor for class com.aventstack.chaintest.http.ChainTestApiClient
 
ChainTestApiClient(String) - Constructor for class com.aventstack.chaintest.http.ChainTestApiClient
 
ChainTestApiClient(String, boolean) - Constructor for class com.aventstack.chaintest.http.ChainTestApiClient
 
ChainTestApiClient(URI) - Constructor for class com.aventstack.chaintest.http.ChainTestApiClient
 
ChainTestApiClient(URI, boolean) - Constructor for class com.aventstack.chaintest.http.ChainTestApiClient
 
ChainTestApiClient.Builder - Class in com.aventstack.chaintest.http
 
ChainTestEmailGenerator - Class in com.aventstack.chaintest.generator
 
ChainTestEmailGenerator() - Constructor for class com.aventstack.chaintest.generator.ChainTestEmailGenerator
 
ChainTestEntity - Interface in com.aventstack.chaintest.domain
 
ChainTestPropertyKeys - Class in com.aventstack.chaintest.generator
 
ChainTestPropertyKeys() - Constructor for class com.aventstack.chaintest.generator.ChainTestPropertyKeys
 
ChainTestSimpleGenerator - Class in com.aventstack.chaintest.generator
 
ChainTestSimpleGenerator() - Constructor for class com.aventstack.chaintest.generator.ChainTestSimpleGenerator
 
client(ChainTestApiClient) - Method in class com.aventstack.chaintest.generator.ChainLPGenerator
 
CLIENT_EXPECT_CONTINUE - Static variable in class com.aventstack.chaintest.http.ChainTestApiClient
 
CLIENT_MAX_RETRIES - Static variable in class com.aventstack.chaintest.http.ChainTestApiClient
 
CLIENT_REQUEST_TIMEOUT - Static variable in class com.aventstack.chaintest.http.ChainTestApiClient
 
CLIENT_RETRY_INTERVAL - Static variable in class com.aventstack.chaintest.http.ChainTestApiClient
 
CLIENT_THROW_AFTER_RETRY_ATTEMPTS_EXCEEDED - Static variable in class com.aventstack.chaintest.http.ChainTestApiClient
 
clientId - Variable in class com.aventstack.chaintest.domain.Stat
 
close() - Method in class com.aventstack.chaintest.storage.AWSS3Client
 
close() - Method in class com.aventstack.chaintest.storage.AzureBlobClient
 
close() - Method in interface com.aventstack.chaintest.storage.StorageService
 
com.aventstack.chaintest.conf - package com.aventstack.chaintest.conf
 
com.aventstack.chaintest.domain - package com.aventstack.chaintest.domain
 
com.aventstack.chaintest.generator - package com.aventstack.chaintest.generator
 
com.aventstack.chaintest.http - package com.aventstack.chaintest.http
 
com.aventstack.chaintest.service - package com.aventstack.chaintest.service
 
com.aventstack.chaintest.storage - package com.aventstack.chaintest.storage
 
com.aventstack.chaintest.util - package com.aventstack.chaintest.util
 
complete() - Method in class com.aventstack.chaintest.domain.Build
Completes the build with the current result.
complete() - Method in class com.aventstack.chaintest.domain.Test
Completes the test with the current result.
complete(Result) - Method in class com.aventstack.chaintest.domain.Build
Completes the build with the specified result.
complete(Throwable) - Method in class com.aventstack.chaintest.domain.Test
Completes the test with the specified error.
complete(Optional<Throwable>) - Method in class com.aventstack.chaintest.domain.Test
Completes the test with the specified error.
computePriority(Result, Result) - Static method in enum com.aventstack.chaintest.domain.Result
 
computePriority(String, String) - Static method in enum com.aventstack.chaintest.domain.Result
 
config() - Method in class com.aventstack.chaintest.http.ChainTestApiClient
 
ConfigResolver - Class in com.aventstack.chaintest.conf
 
ConfigResolver() - Constructor for class com.aventstack.chaintest.conf.ConfigResolver
 
Configuration - Class in com.aventstack.chaintest.conf
ChainTest allows you to load externalized configuration from properties files, environment variables and system properties using the following order: application.properties application-test.properties test.properties config.properties chaintest.properties OS environment variables System.getProperties()
Configuration() - Constructor for class com.aventstack.chaintest.conf.Configuration
 
ConfigurationManager - Class in com.aventstack.chaintest.conf
 
ConfigurationManager() - Constructor for class com.aventstack.chaintest.conf.ConfigurationManager
 
containsKey(String) - Static method in class com.aventstack.chaintest.conf.ConfigurationManager
 
CONTENT_TYPE - Static variable in class com.aventstack.chaintest.http.HttpHeaders
 
copyClassPathResource(Class<?>, String, String) - Static method in class com.aventstack.chaintest.util.IOUtil
 
create(Map<String, String>) - Method in class com.aventstack.chaintest.storage.AWSS3Client
 
create(Map<String, String>) - Method in class com.aventstack.chaintest.storage.AzureBlobClient
 
create(Map<String, String>) - Method in interface com.aventstack.chaintest.storage.StorageService
 

D

DateTimeUtil - Class in com.aventstack.chaintest.util
 
DateTimeUtil() - Constructor for class com.aventstack.chaintest.util.DateTimeUtil
 
DEFAULT_CONTAINER_NAME - Static variable in interface com.aventstack.chaintest.storage.StorageService
 
DEFAULT_OUT_DIR - Static variable in class com.aventstack.chaintest.generator.FileGenerator
 
defaultBuilder() - Method in class com.aventstack.chaintest.http.ChainTestApiClient.Builder
 
DELETE - Enum constant in enum com.aventstack.chaintest.http.HttpMethod
 

E

embed(Test, byte[], String) - Method in class com.aventstack.chaintest.service.ChainPluginService
 
embed(Test, Embed) - Method in class com.aventstack.chaintest.service.ChainPluginService
 
embed(Test, File, String) - Method in class com.aventstack.chaintest.service.ChainPluginService
 
embed(Test, String, String) - Method in class com.aventstack.chaintest.service.ChainPluginService
 
embed(Method, byte[], String) - Method in class com.aventstack.chaintest.service.ChainPluginService
 
embed(Method, Embed) - Method in class com.aventstack.chaintest.service.ChainPluginService
 
embed(Method, File, String) - Method in class com.aventstack.chaintest.service.ChainPluginService
 
embed(Method, String, String) - Method in class com.aventstack.chaintest.service.ChainPluginService
 
embed(String, byte[], String) - Method in class com.aventstack.chaintest.service.ChainPluginService
 
embed(String, Embed) - Method in class com.aventstack.chaintest.service.ChainPluginService
 
embed(String, File, String) - Method in class com.aventstack.chaintest.service.ChainPluginService
 
embed(String, String, String) - Method in class com.aventstack.chaintest.service.ChainPluginService
 
Embed - Class in com.aventstack.chaintest.domain
 
Embed(byte[], String) - Constructor for class com.aventstack.chaintest.domain.Embed
 
Embed(File, String) - Constructor for class com.aventstack.chaintest.domain.Embed
 
Embed(String, String) - Constructor for class com.aventstack.chaintest.domain.Embed
 
equals(Object) - Method in class com.aventstack.chaintest.domain.Tag
 
equals(Object) - Method in class com.aventstack.chaintest.http.WrappedResponse
 
equals(Object) - Method in class com.aventstack.chaintest.http.WrappedResponseAsync
 
ERROR - Enum constant in enum com.aventstack.chaintest.domain.ExecutionStage
 
ErrorResponse - Class in com.aventstack.chaintest.http
 
ErrorResponse(Throwable) - Constructor for class com.aventstack.chaintest.http.ErrorResponse
 
ExceptionsUtil - Class in com.aventstack.chaintest.util
 
ExceptionsUtil() - Constructor for class com.aventstack.chaintest.util.ExceptionsUtil
 
executionFinished() - Method in class com.aventstack.chaintest.generator.ChainLPGenerator
 
executionFinished() - Method in class com.aventstack.chaintest.generator.ChainTestEmailGenerator
 
executionFinished() - Method in class com.aventstack.chaintest.generator.ChainTestSimpleGenerator
 
executionFinished() - Method in interface com.aventstack.chaintest.generator.Generator
 
executionFinished() - Method in class com.aventstack.chaintest.service.ChainPluginService
 
ExecutionStage - Enum in com.aventstack.chaintest.domain
 

F

FAILED - Enum constant in enum com.aventstack.chaintest.domain.Result
 
FileGenerator - Class in com.aventstack.chaintest.generator
 
FileGenerator(String) - Constructor for class com.aventstack.chaintest.generator.FileGenerator
 
FINISHED - Enum constant in enum com.aventstack.chaintest.domain.ExecutionStage
 
flush() - Method in class com.aventstack.chaintest.service.ChainPluginService
 
flush(Queue<Test>) - Method in class com.aventstack.chaintest.generator.ChainLPGenerator
 
flush(Queue<Test>) - Method in class com.aventstack.chaintest.generator.ChainTestEmailGenerator
 
flush(Queue<Test>) - Method in class com.aventstack.chaintest.generator.ChainTestSimpleGenerator
 
flush(Queue<Test>) - Method in interface com.aventstack.chaintest.generator.Generator
 
FreemarkerConfig - Class in com.aventstack.chaintest.generator
 
FreemarkerConfig() - Constructor for class com.aventstack.chaintest.generator.FreemarkerConfig
 

G

Generator - Interface in com.aventstack.chaintest.generator
 
get(String) - Static method in class com.aventstack.chaintest.conf.ConfigResolver
 
get(String) - Method in class com.aventstack.chaintest.conf.Configuration
 
GET - Enum constant in enum com.aventstack.chaintest.http.HttpMethod
 
getBuild() - Method in class com.aventstack.chaintest.generator.ChainLPGenerator
 
getBuild() - Method in class com.aventstack.chaintest.service.ChainPluginService
 
getClient() - Method in class com.aventstack.chaintest.generator.ChainLPGenerator
 
getCollection(String) - Method in class com.aventstack.chaintest.conf.YamlConfig
 
getConfig() - Method in class com.aventstack.chaintest.conf.Configuration
 
getConfig() - Static method in class com.aventstack.chaintest.conf.ConfigurationManager
 
getConfig(Class<?>) - Method in class com.aventstack.chaintest.generator.FreemarkerConfig
 
getConfig(Class<?>, String) - Method in class com.aventstack.chaintest.generator.FreemarkerConfig
 
getConfiguration() - Static method in class com.aventstack.chaintest.conf.ConfigurationManager
 
getDurationPretty() - Method in class com.aventstack.chaintest.domain.Build
 
getDurationPretty() - Method in class com.aventstack.chaintest.domain.Stat
 
getDurationPretty() - Method in class com.aventstack.chaintest.domain.Test
Returns the duration of the test in a human-readable format.
getExecutionStage() - Method in enum com.aventstack.chaintest.domain.ExecutionStage
 
getInstance() - Method in class com.aventstack.chaintest.generator.ChainLPGenerator
 
getInt(String) - Method in class com.aventstack.chaintest.conf.YamlConfig
 
getLogs() - Method in class com.aventstack.chaintest.service.ChainPluginService
 
getMethod() - Method in enum com.aventstack.chaintest.http.HttpMethod
 
getName() - Method in class com.aventstack.chaintest.domain.Embed
 
getName() - Method in class com.aventstack.chaintest.generator.ChainLPGenerator
 
getName() - Method in class com.aventstack.chaintest.generator.ChainTestEmailGenerator
 
getName() - Method in class com.aventstack.chaintest.generator.ChainTestSimpleGenerator
 
getName() - Method in interface com.aventstack.chaintest.generator.Generator
 
getObject(String) - Method in class com.aventstack.chaintest.conf.YamlConfig
 
getOutFile() - Method in class com.aventstack.chaintest.generator.FileGenerator
 
getOutFile(Map<String, String>) - Method in class com.aventstack.chaintest.generator.FileGenerator
 
getPrefixKey(String, String) - Method in interface com.aventstack.chaintest.storage.StorageService
 
getPrettyTime(long) - Static method in class com.aventstack.chaintest.util.TimeUtil
 
getPriority() - Method in enum com.aventstack.chaintest.domain.Result
 
getQualifiedName(Method) - Method in class com.aventstack.chaintest.service.ChainPluginService
 
getResult() - Method in enum com.aventstack.chaintest.domain.Result
 
getSource() - Method in class com.aventstack.chaintest.generator.ChainTestEmailGenerator
 
getStorageService(String) - Static method in class com.aventstack.chaintest.storage.StorageServiceFactory
 
getString(String) - Method in class com.aventstack.chaintest.conf.YamlConfig
 
getValue(String) - Static method in class com.aventstack.chaintest.conf.ConfigurationManager
 

H

hashCode() - Method in class com.aventstack.chaintest.domain.Tag
 
hashCode() - Method in class com.aventstack.chaintest.http.WrappedResponse
 
hashCode() - Method in class com.aventstack.chaintest.http.WrappedResponseAsync
 
HEAD - Enum constant in enum com.aventstack.chaintest.http.HttpMethod
 
HttpHeaders - Class in com.aventstack.chaintest.http
 
HttpHeaders() - Constructor for class com.aventstack.chaintest.http.HttpHeaders
 
HttpMethod - Enum in com.aventstack.chaintest.http
 
HttpRetryHandler - Class in com.aventstack.chaintest.http
 
HttpRetryHandler(ChainTestApiClient, int, long, boolean) - Constructor for class com.aventstack.chaintest.http.HttpRetryHandler
 
HttpRetryHandler(ChainTestApiClient, Map<String, String>) - Constructor for class com.aventstack.chaintest.http.HttpRetryHandler
 

I

id() - Method in class com.aventstack.chaintest.domain.Embed
 
IN_PROGRESS - Enum constant in enum com.aventstack.chaintest.domain.ExecutionStage
 
instance - Static variable in class com.aventstack.chaintest.service.ChainPluginService
 
IOUtil - Class in com.aventstack.chaintest.util
 
IOUtil() - Constructor for class com.aventstack.chaintest.util.IOUtil
 
isPatternValid(String) - Static method in class com.aventstack.chaintest.util.DateTimeUtil
 

J

JsonMappedBodyHandler<T> - Class in com.aventstack.chaintest.http
 
JsonMappedBodyHandler(Class<T>, ObjectMapper) - Constructor for class com.aventstack.chaintest.http.JsonMappedBodyHandler
 

L

load() - Method in class com.aventstack.chaintest.conf.Configuration
 
load() - Method in class com.aventstack.chaintest.conf.ConfigurationManager
 
load(InputStream) - Static method in class com.aventstack.chaintest.conf.YamlConfig
 
load(String) - Static method in class com.aventstack.chaintest.conf.YamlConfig
 
loadConfig() - Method in class com.aventstack.chaintest.http.ChainTestApiClient
 
loadFromClasspathResource(String) - Method in class com.aventstack.chaintest.conf.Configuration
 
loadFromProperties(Properties) - Method in class com.aventstack.chaintest.conf.Configuration
 
log(Method, String) - Method in class com.aventstack.chaintest.service.ChainPluginService
 
log(String, String) - Method in class com.aventstack.chaintest.service.ChainPluginService
 
Log - Class in com.aventstack.chaintest.domain
 
Log(String) - Constructor for class com.aventstack.chaintest.domain.Log
 

M

makePath(File) - Method in class com.aventstack.chaintest.domain.Embed
 
match(String, String) - Static method in class com.aventstack.chaintest.util.RegexUtil
 
match(String, String, int) - Static method in class com.aventstack.chaintest.util.RegexUtil
 
MAX_RETRY_ATTEMPTS - Static variable in class com.aventstack.chaintest.http.HttpRetryHandler
 
MediaType - Class in com.aventstack.chaintest.http
 
MediaType() - Constructor for class com.aventstack.chaintest.http.MediaType
 

O

objectMapper() - Method in class com.aventstack.chaintest.http.ChainTestApiClient
 
OPTIONS - Enum constant in enum com.aventstack.chaintest.http.HttpMethod
 

P

parseConfig(String, int) - Static method in class com.aventstack.chaintest.conf.ConfigurationManager
 
parseConfig(String, long) - Static method in class com.aventstack.chaintest.conf.ConfigurationManager
 
parseResult(String) - Static method in enum com.aventstack.chaintest.domain.Result
 
PASSED - Enum constant in enum com.aventstack.chaintest.domain.Result
 
POST - Enum constant in enum com.aventstack.chaintest.http.HttpMethod
 
processTemplate(Map<String, Object>, File) - Method in class com.aventstack.chaintest.generator.FileGenerator
 
processTemplate(Map<String, Object>, String) - Method in class com.aventstack.chaintest.generator.FileGenerator
 
PROJECT_NAME - Static variable in class com.aventstack.chaintest.generator.ChainTestPropertyKeys
 
PROP_OUT_FILE_KEY - Static variable in class com.aventstack.chaintest.generator.FileGenerator
 
PROPERTY_SERVER_URL - Static variable in class com.aventstack.chaintest.http.ChainTestApiClient
 
PUT - Enum constant in enum com.aventstack.chaintest.http.HttpMethod
 

R

readStackTrace(Throwable) - Static method in class com.aventstack.chaintest.util.ExceptionsUtil
 
RegexUtil - Class in com.aventstack.chaintest.util
 
RegexUtil() - Constructor for class com.aventstack.chaintest.util.RegexUtil
 
register(Generator) - Method in class com.aventstack.chaintest.service.ChainPluginService
 
register(Collection<Generator>) - Method in class com.aventstack.chaintest.service.ChainPluginService
 
Result - Enum in com.aventstack.chaintest.domain
 
RETRY_INTERVAL - Static variable in class com.aventstack.chaintest.http.HttpRetryHandler
 
retryHandler() - Method in class com.aventstack.chaintest.http.ChainTestApiClient
 
RunStats - Class in com.aventstack.chaintest.domain
 
RunStats(int) - Constructor for class com.aventstack.chaintest.domain.RunStats
 

S

save(File) - Method in class com.aventstack.chaintest.domain.Embed
 
send(byte[]) - Method in class com.aventstack.chaintest.http.ChainTestApiClient
 
send(byte[], HttpMethod) - Method in class com.aventstack.chaintest.http.ChainTestApiClient
 
send(T) - Method in class com.aventstack.chaintest.http.ChainTestApiClient
 
send(T, HttpMethod) - Method in class com.aventstack.chaintest.http.ChainTestApiClient
 
send(T, Class<T>) - Method in class com.aventstack.chaintest.http.ChainTestApiClient
 
send(T, Class<T>, HttpMethod) - Method in class com.aventstack.chaintest.http.ChainTestApiClient
 
sendAsync(byte[]) - Method in class com.aventstack.chaintest.http.ChainTestApiClient
 
sendAsync(byte[], HttpMethod) - Method in class com.aventstack.chaintest.http.ChainTestApiClient
 
sendAsync(T) - Method in class com.aventstack.chaintest.http.ChainTestApiClient
 
sendAsync(T, HttpMethod) - Method in class com.aventstack.chaintest.http.ChainTestApiClient
 
sendAsync(T, Class<T>) - Method in class com.aventstack.chaintest.http.ChainTestApiClient
 
sendAsync(T, Class<T>, HttpMethod) - Method in class com.aventstack.chaintest.http.ChainTestApiClient
 
sendWithRetries(Map<String, WrappedResponseAsync<Test>>) - Method in class com.aventstack.chaintest.http.HttpRetryHandler
 
setEndedAt(long) - Method in class com.aventstack.chaintest.domain.Build
 
setEndedAt(Long) - Method in class com.aventstack.chaintest.domain.Test
 
setIsBdd(boolean) - Method in class com.aventstack.chaintest.domain.Build
 
setIsBdd(boolean) - Method in class com.aventstack.chaintest.domain.Test
Sets whether the test is a BDD (Behavior-Driven Development) test.
setResponseFuture(CompletableFuture<HttpResponse<T>>) - Method in class com.aventstack.chaintest.http.WrappedResponseAsync
 
SKIPPED - Enum constant in enum com.aventstack.chaintest.domain.Result
 
start() - Method in class com.aventstack.chaintest.service.ChainPluginService
 
start(Optional<Map<String, String>>, String, Build) - Method in class com.aventstack.chaintest.generator.ChainLPGenerator
 
start(Optional<Map<String, String>>, String, Build) - Method in class com.aventstack.chaintest.generator.ChainTestEmailGenerator
 
start(Optional<Map<String, String>>, String, Build) - Method in class com.aventstack.chaintest.generator.ChainTestSimpleGenerator
 
start(Optional<Map<String, String>>, String, Build) - Method in interface com.aventstack.chaintest.generator.Generator
 
started() - Method in class com.aventstack.chaintest.generator.ChainLPGenerator
 
started() - Method in class com.aventstack.chaintest.generator.ChainTestEmailGenerator
 
started() - Method in class com.aventstack.chaintest.generator.ChainTestSimpleGenerator
 
started() - Method in interface com.aventstack.chaintest.generator.Generator
 
Stat - Class in com.aventstack.chaintest.domain
 
Stat(int) - Constructor for class com.aventstack.chaintest.domain.Stat
 
STORAGE_CONTAINER_NAME - Static variable in interface com.aventstack.chaintest.storage.StorageService
 
StorageService - Interface in com.aventstack.chaintest.storage
 
StorageServiceFactory - Class in com.aventstack.chaintest.storage
 
StorageServiceFactory() - Constructor for class com.aventstack.chaintest.storage.StorageServiceFactory
 
SUPPORTED_MEDIA_TYPES - Static variable in class com.aventstack.chaintest.domain.Embed
 
SystemInfo - Class in com.aventstack.chaintest.domain
 
SystemInfo() - Constructor for class com.aventstack.chaintest.domain.SystemInfo
 
SystemInfo(String, String) - Constructor for class com.aventstack.chaintest.domain.SystemInfo
 

T

Tag - Class in com.aventstack.chaintest.domain
 
Tag() - Constructor for class com.aventstack.chaintest.domain.Tag
 
Tag(String) - Constructor for class com.aventstack.chaintest.domain.Tag
 
TagStats - Class in com.aventstack.chaintest.domain
 
TagStats(int) - Constructor for class com.aventstack.chaintest.domain.TagStats
 
Test - Class in com.aventstack.chaintest.domain
Represents a test in the ChainTest framework.
Test() - Constructor for class com.aventstack.chaintest.domain.Test
Default constructor.
Test(long, Method) - Constructor for class com.aventstack.chaintest.domain.Test
Constructs a Test with the specified build ID and method.
Test(long, Method, Collection<String>) - Constructor for class com.aventstack.chaintest.domain.Test
Constructs a Test with the specified build ID, method, and tags.
Test(long, String) - Constructor for class com.aventstack.chaintest.domain.Test
Constructs a Test with the specified build ID and name.
Test(long, String, Collection<String>) - Constructor for class com.aventstack.chaintest.domain.Test
Constructs a Test with the specified build ID, name, and tags.
Test(long, String, Optional<String>) - Constructor for class com.aventstack.chaintest.domain.Test
Constructs a Test with the specified build ID, name, and optional class name.
Test(long, String, Optional<String>, Collection<String>) - Constructor for class com.aventstack.chaintest.domain.Test
Constructs a Test with the specified build ID, name, optional class name, and tags.
Test(long, String, Optional<String>, Stream<String>) - Constructor for class com.aventstack.chaintest.domain.Test
Constructs a Test with the specified build ID, name, optional class name, and tags.
Test(long, String, Stream<String>) - Constructor for class com.aventstack.chaintest.domain.Test
Constructs a Test with the specified build ID, name, and tags.
Test(Method) - Constructor for class com.aventstack.chaintest.domain.Test
Constructs a Test with the specified method.
Test(Method, Collection<String>) - Constructor for class com.aventstack.chaintest.domain.Test
Constructs a Test with the specified method and tags.
Test(String) - Constructor for class com.aventstack.chaintest.domain.Test
Constructs a Test with the specified name.
Test(String, Collection<String>) - Constructor for class com.aventstack.chaintest.domain.Test
Constructs a Test with the specified name and tags.
Test(String, Optional<String>) - Constructor for class com.aventstack.chaintest.domain.Test
Constructs a Test with the specified name and optional class name.
Test(String, Optional<String>, Collection<String>) - Constructor for class com.aventstack.chaintest.domain.Test
Constructs a Test with the specified name, optional class name, and tags.
Test(String, Optional<String>, Stream<String>) - Constructor for class com.aventstack.chaintest.domain.Test
Constructs a Test with the specified name, optional class name, and tags.
Test(String, Stream<String>) - Constructor for class com.aventstack.chaintest.domain.Test
Constructs a Test with the specified name and tags.
TimeUtil - Class in com.aventstack.chaintest.util
 
TimeUtil() - Constructor for class com.aventstack.chaintest.util.TimeUtil
 
toFormat(long, String) - Static method in class com.aventstack.chaintest.util.DateTimeUtil
 
trySend(T, Class<T>, HttpMethod) - Method in class com.aventstack.chaintest.http.HttpRetryHandler
 
trySend(T, Class<T>, HttpMethod, int) - Method in class com.aventstack.chaintest.http.HttpRetryHandler
 

U

UNDEFINED - Enum constant in enum com.aventstack.chaintest.domain.Result
 
UNKNOWN - Enum constant in enum com.aventstack.chaintest.domain.Result
 
update(Test) - Method in class com.aventstack.chaintest.domain.RunStats
 
update(Test) - Method in class com.aventstack.chaintest.domain.Stat
 
update(Test) - Method in class com.aventstack.chaintest.domain.TagStats
 
updateStats(Test) - Method in class com.aventstack.chaintest.domain.Build
Updates the statistics of the build based on the provided test.
upload(Test, Embed) - Method in class com.aventstack.chaintest.storage.AWSS3Client
 
upload(Test, Embed) - Method in class com.aventstack.chaintest.storage.AzureBlobClient
 
upload(Test, Embed) - Method in interface com.aventstack.chaintest.storage.StorageService
 
upload(Test, String, byte[]) - Method in class com.aventstack.chaintest.storage.AWSS3Client
 
upload(Test, String, byte[]) - Method in class com.aventstack.chaintest.storage.AzureBlobClient
 
upload(Test, String, byte[]) - Method in interface com.aventstack.chaintest.storage.StorageService
 
upload(Test, String, File) - Method in class com.aventstack.chaintest.storage.AWSS3Client
 
upload(Test, String, File) - Method in class com.aventstack.chaintest.storage.AzureBlobClient
 
upload(Test, String, File) - Method in interface com.aventstack.chaintest.storage.StorageService
 
upload(Test, String, String) - Method in class com.aventstack.chaintest.storage.AWSS3Client
 
upload(Test, String, String) - Method in class com.aventstack.chaintest.storage.AzureBlobClient
 
upload(Test, String, String) - Method in interface com.aventstack.chaintest.storage.StorageService
 

V

valueOf(String) - Static method in enum com.aventstack.chaintest.domain.ExecutionStage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aventstack.chaintest.domain.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aventstack.chaintest.http.HttpMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.aventstack.chaintest.domain.ExecutionStage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aventstack.chaintest.domain.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aventstack.chaintest.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.

W

withExpectContinue(boolean) - Method in class com.aventstack.chaintest.http.ChainTestApiClient.Builder
 
withHttpClient(HttpClient) - Method in class com.aventstack.chaintest.http.ChainTestApiClient.Builder
 
withMaxHttpRetryAttempts(int) - Method in class com.aventstack.chaintest.http.ChainTestApiClient.Builder
 
withObjectMapper(ObjectMapper) - Method in class com.aventstack.chaintest.http.ChainTestApiClient.Builder
 
withPrefix(String) - Method in class com.aventstack.chaintest.storage.AWSS3Client
 
withPrefix(String) - Method in class com.aventstack.chaintest.storage.AzureBlobClient
 
withPrefix(String) - Method in interface com.aventstack.chaintest.storage.StorageService
 
withRequestTimeout(Duration) - Method in class com.aventstack.chaintest.http.ChainTestApiClient.Builder
 
withRetryIntervalMs(long) - Method in class com.aventstack.chaintest.http.ChainTestApiClient.Builder
 
withThrowAfterMaxRetryAttempts(boolean) - Method in class com.aventstack.chaintest.http.ChainTestApiClient.Builder
 
withURI(String) - Method in class com.aventstack.chaintest.http.ChainTestApiClient.Builder
 
withURI(URI) - Method in class com.aventstack.chaintest.http.ChainTestApiClient.Builder
 
WrappedResponse<T extends ChainTestEntity> - Class in com.aventstack.chaintest.http
 
WrappedResponse(ErrorResponse) - Constructor for class com.aventstack.chaintest.http.WrappedResponse
 
WrappedResponse(T) - Constructor for class com.aventstack.chaintest.http.WrappedResponse
 
WrappedResponse(T, HttpResponse<T>) - Constructor for class com.aventstack.chaintest.http.WrappedResponse
 
WrappedResponseAsync<T extends ChainTestEntity> - Class in com.aventstack.chaintest.http
 
WrappedResponseAsync(ErrorResponse) - Constructor for class com.aventstack.chaintest.http.WrappedResponseAsync
 
WrappedResponseAsync(T) - Constructor for class com.aventstack.chaintest.http.WrappedResponseAsync
 
WrappedResponseAsync(T, CompletableFuture<HttpResponse<T>>) - Constructor for class com.aventstack.chaintest.http.WrappedResponseAsync
 

Y

YamlConfig - Class in com.aventstack.chaintest.conf
 
A B C D E F G H I J L M O P R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values