A B C D E F G I K L N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- additionalModules() - Method in annotation type org.wildfly.test.cloud.common.WildFlyKubernetesIntegrationTest
-
List of additional modules to be loaded by the test framework.
- additionalModules() - Method in annotation type org.wildfly.test.cloud.common.WildFlyOpenshiftIntegrationTest
-
List of additional modules to be loaded by the test framework.
- additionalResourcesCreated() - Method in annotation type org.wildfly.test.cloud.common.KubernetesResource
-
Additional resources to wait for to be ready.
- additionalResourcesCreated() - Method in class org.wildfly.test.cloud.common.KubernetesResource.Literal
- afterAll(ExtensionContext) - Method in class org.wildfly.test.cloud.common.WildFlyKubernetesExtension
- afterAll(ExtensionContext) - Method in class org.wildfly.test.cloud.common.WildFlyOpenshiftExtension
- annotationType() - Method in class org.wildfly.test.cloud.common.KubernetesResource.Literal
B
- beforeAll(ExtensionContext) - Method in interface org.wildfly.test.cloud.common.ExtraTestSetup
-
Called during the beforeAll stage of each test.
- beforeAll(ExtensionContext) - Method in class org.wildfly.test.cloud.common.WildFlyKubernetesExtension
- beforeAll(ExtensionContext) - Method in class org.wildfly.test.cloud.common.WildFlyOpenshiftExtension
- buildEnabled() - Method in annotation type org.wildfly.test.cloud.common.WildFlyKubernetesIntegrationTest
-
Flag to define whether the extension should automatically apply resources.
- buildEnabled() - Method in annotation type org.wildfly.test.cloud.common.WildFlyOpenshiftIntegrationTest
-
Flag to define whether the extension should automatically perform container builds.
C
- canInject(Class<?>) - Method in interface org.wildfly.test.cloud.common.ValueInjector
-
Determines if this injector can handle the fields type.
- checkAndGetResult(ModelNode) - Static method in class org.wildfly.test.cloud.common.TestHelper
- checkFailed(ModelNode) - Static method in class org.wildfly.test.cloud.common.TestHelper
- ConfigPlaceholderReplacement - Annotation Type in org.wildfly.test.cloud.common
-
Information about a replacement to do
- ConfigPlaceholderReplacer - Interface in org.wildfly.test.cloud.common
-
Implementations of this class perform replacement of data in the config files.
D
- definitionLocation() - Method in annotation type org.wildfly.test.cloud.common.KubernetesResource
-
The location of the the resource definition.
- definitionLocation() - Method in class org.wildfly.test.cloud.common.KubernetesResource.Literal
- deployEnabled() - Method in annotation type org.wildfly.test.cloud.common.WildFlyKubernetesIntegrationTest
-
Flag to define whether the extension should automatically apply resources.
- deployEnabled() - Method in annotation type org.wildfly.test.cloud.common.WildFlyOpenshiftIntegrationTest
-
Flag to define whether the extension should automatically apply resources.
- DEPLOYMENT - org.wildfly.test.cloud.common.ResourceType
- doWithWebPortForward(String, ForwardedPortAction<R>) - Method in class org.wildfly.test.cloud.common.TestHelper
- dumpLogs() - Method in class org.wildfly.test.cloud.common.WildFlyCloudTestCase
E
- executeCLICommands(KubernetesClient, String, String, String...) - Static method in class org.wildfly.test.cloud.common.TestHelper
- executeCLICommands(String...) - Method in class org.wildfly.test.cloud.common.TestHelper
- extraTestSetup() - Method in annotation type org.wildfly.test.cloud.common.WildFlyKubernetesIntegrationTest
-
A class to do more advanced test initialisation.
- extraTestSetup() - Method in annotation type org.wildfly.test.cloud.common.WildFlyOpenshiftIntegrationTest
-
A class to do more advanced test initialisation.
- ExtraTestSetup - Interface in org.wildfly.test.cloud.common
- ExtraTestSetup.None - Class in org.wildfly.test.cloud.common
F
- ForwardedPortAction<T> - Interface in org.wildfly.test.cloud.common
G
- get(URL) - Method in interface org.wildfly.test.cloud.common.ForwardedPortAction
- getAllPodLogs() - Method in class org.wildfly.test.cloud.common.TestHelper
- getContainerName() - Method in class org.wildfly.test.cloud.common.TestHelper
- getHelper() - Method in class org.wildfly.test.cloud.common.WildFlyCloudTestCase
- getIntegrationTestConfig(ExtensionContext) - Method in class org.wildfly.test.cloud.common.WildFlyOpenshiftExtension
- getKubernetesIntegrationTestConfig(ExtensionContext) - Method in class org.wildfly.test.cloud.common.WildFlyKubernetesExtension
- getOpenshiftIntegrationTestConfig(ExtensionContext) - Method in class org.wildfly.test.cloud.common.WildFlyOpenshiftExtension
- getPodLog(String) - Method in class org.wildfly.test.cloud.common.TestHelper
I
- imageStreamTagTimeout() - Method in annotation type org.wildfly.test.cloud.common.WildFlyOpenshiftIntegrationTest
-
The amount of time in seconds to wait for the image stream tags to be available.
K
- KUBERNETES - Static variable in class org.wildfly.test.cloud.common.WildflyTags
- KubernetesResource - Annotation Type in org.wildfly.test.cloud.common
- KubernetesResource.Literal - Class in org.wildfly.test.cloud.common
- kubernetesResources() - Method in annotation type org.wildfly.test.cloud.common.WildFlyKubernetesIntegrationTest
-
Any resources to be deployed before the application is deployed.
- kubernetesResources() - Method in annotation type org.wildfly.test.cloud.common.WildFlyOpenshiftIntegrationTest
-
Any resources to be deployed before the application is deployed.
L
- Literal() - Constructor for class org.wildfly.test.cloud.common.KubernetesResource.Literal
N
- name() - Method in annotation type org.wildfly.test.cloud.common.Resource
- namespace() - Method in annotation type org.wildfly.test.cloud.common.WildFlyKubernetesIntegrationTest
-
The namespace to deploy the test application and other resources into.
- None() - Constructor for class org.wildfly.test.cloud.common.ExtraTestSetup.None
O
- OPENSHIFT - Static variable in class org.wildfly.test.cloud.common.WildflyTags
- org.wildfly.test.cloud.common - package org.wildfly.test.cloud.common
P
- placeholder() - Method in annotation type org.wildfly.test.cloud.common.ConfigPlaceholderReplacement
-
The placeholder string to replace
- placeholderReplacements() - Method in annotation type org.wildfly.test.cloud.common.WildFlyKubernetesIntegrationTest
-
A list of replacements to do in the generated kubernetes.yml and in the
#kubernetesResources. - placeholderReplacements() - Method in annotation type org.wildfly.test.cloud.common.WildFlyOpenshiftIntegrationTest
-
A list of replacements to do in the generated kubernetes.yml and in the
#kubernetesResources. - postProcessTestInstance(Object, ExtensionContext) - Method in class org.wildfly.test.cloud.common.WildFlyKubernetesExtension
- postProcessTestInstance(Object, ExtensionContext) - Method in class org.wildfly.test.cloud.common.WildFlyOpenshiftExtension
- pushEnabled() - Method in annotation type org.wildfly.test.cloud.common.WildFlyOpenshiftIntegrationTest
-
Flag to define whether the extension should automatically push image.
R
- readFile(KubernetesClient, String, String, String) - Static method in class org.wildfly.test.cloud.common.TestHelper
- readFile(String) - Method in class org.wildfly.test.cloud.common.TestHelper
- readinessTimeout() - Method in class org.wildfly.test.cloud.common.KubernetesResource.Literal
- readinessTimeout() - Method in annotation type org.wildfly.test.cloud.common.KubernetesResource
-
How long to wait for the resource to become active
- readinessTimeout() - Method in annotation type org.wildfly.test.cloud.common.WildFlyKubernetesIntegrationTest
-
The amount of time in milliseconds to wait for application to become ready.
- readinessTimeout() - Method in annotation type org.wildfly.test.cloud.common.WildFlyOpenshiftIntegrationTest
-
The amount of time in milliseconds to wait for application to become ready.
- replace(ExtensionContext, String, String) - Method in interface org.wildfly.test.cloud.common.ConfigPlaceholderReplacer
-
Inspects a line, and if appropriate, replaces the placeholder.
- replacer() - Method in annotation type org.wildfly.test.cloud.common.ConfigPlaceholderReplacement
-
The class handling the replacement.
- resolve(ExtensionContext) - Method in interface org.wildfly.test.cloud.common.ValueInjector
-
Returns the value to be injected.
- Resource - Annotation Type in org.wildfly.test.cloud.common
- ResourceType - Enum in org.wildfly.test.cloud.common
- runCommand(KubernetesClient, String, String, String, boolean) - Static method in class org.wildfly.test.cloud.common.TestHelper
- runCommand(String, boolean) - Method in class org.wildfly.test.cloud.common.TestHelper
S
- supportedType() - Method in interface org.wildfly.test.cloud.common.ValueInjector
-
Returns the type this injector can inject.
T
- TestHelper - Class in org.wildfly.test.cloud.common
-
Utility to interact with an application running in a container.
- type() - Method in annotation type org.wildfly.test.cloud.common.Resource
U
- unmarshalAsList(InputStream) - Static method in class org.wildfly.test.cloud.common.WildFlySerialization
V
- ValueInjector - Interface in org.wildfly.test.cloud.common
-
Used to inject field values in tests that are annotated with
@Inject. - valueInjectors() - Method in annotation type org.wildfly.test.cloud.common.WildFlyKubernetesIntegrationTest
-
A list of value injectors used to
@Injectglobal fields in tests. - valueInjectors() - Method in annotation type org.wildfly.test.cloud.common.WildFlyOpenshiftIntegrationTest
-
A list of value injectors used to
@Injectglobal fields in tests. - valueOf(String) - Static method in enum org.wildfly.test.cloud.common.ResourceType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.wildfly.test.cloud.common.ResourceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- waitForWildFlyReadiness() - Method in class org.wildfly.test.cloud.common.WildFlyCloudTestCase
- waitUntilWildFlyIsReady(long) - Method in class org.wildfly.test.cloud.common.TestHelper
- waitUntilWildFlyIsReady(KubernetesClient, String, String, long) - Static method in class org.wildfly.test.cloud.common.TestHelper
- WildFlyCloudTestCase - Class in org.wildfly.test.cloud.common
- WildFlyCloudTestCase() - Constructor for class org.wildfly.test.cloud.common.WildFlyCloudTestCase
- WildFlyKubernetesExtension - Class in org.wildfly.test.cloud.common
- WildFlyKubernetesExtension() - Constructor for class org.wildfly.test.cloud.common.WildFlyKubernetesExtension
- WildFlyKubernetesIntegrationTest - Annotation Type in org.wildfly.test.cloud.common
-
Extends io.dekorate.testing.annotation.KubernetesIntegrationTest
- WildFlyOpenshiftExtension - Class in org.wildfly.test.cloud.common
- WildFlyOpenshiftExtension() - Constructor for class org.wildfly.test.cloud.common.WildFlyOpenshiftExtension
- WildFlyOpenshiftIntegrationTest - Annotation Type in org.wildfly.test.cloud.common
-
Extends io.dekorate.testing.openshift.annotation.OpenshiftIntegrationTest
- WildFlySerialization - Class in org.wildfly.test.cloud.common
- WildFlySerialization() - Constructor for class org.wildfly.test.cloud.common.WildFlySerialization
- WildflyTags - Class in org.wildfly.test.cloud.common
- WildflyTags() - Constructor for class org.wildfly.test.cloud.common.WildflyTags
- withAdditionalResourcesCreated(Resource...) - Method in class org.wildfly.test.cloud.common.KubernetesResource.Literal
- withDefinitionLocation(String) - Method in class org.wildfly.test.cloud.common.KubernetesResource.Literal
- withReadinessTimeout(long) - Method in class org.wildfly.test.cloud.common.KubernetesResource.Literal
All Classes All Packages