@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) @Repeatable(value=SkipFors.class) @ExtendWith(value=SkipForCondition.class) public @interface SkipFor
| Modifier and Type | Required Element and Description |
|---|---|
String |
image |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
imageMetadataLabelName
Name or regexp pattern matching name in
Docker Labels in image metadata
For example "eap73-openjdk11-openshift-rhel8" or "eap73-openjdk11-.*". |
String |
name
Name or regexp pattern matching name of the image.
|
String |
reason |
public abstract String image
public abstract String name
Only one of imageMetadataLabelName and name can be presented.
public abstract String imageMetadataLabelName
Docker Labels in image metadata
For example "eap73-openjdk11-openshift-rhel8" or "eap73-openjdk11-.*".
Only one of imageMetadataLabelName and name can be presented.
public abstract String reason
Copyright © 2021. All rights reserved.