@Target(value={TYPE,METHOD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @ExtendWith(value=OpenshiftExtension.class) public @interface OpenshiftIntegrationTest
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
buildEnabled
Flag to define whether the extension should automatically apply resources.
|
boolean |
deployEnabled
Flag to define whether the extension should automatically apply resources.
|
long |
imageStreamTagTimeout
The amount of time in seconds to wait for the image stream tags to be available.
|
boolean |
pushEnabled
Flag to define whether the extension should automatically push image.
|
long |
readinessTimeout
The amount of time in milliseconds to wait for application to become ready.
|
public abstract boolean deployEnabled
public abstract boolean buildEnabled
public abstract boolean pushEnabled
Copyright © 2018–2021 Red Hat. All rights reserved.