@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) @Repeatable(value=SinceVersions.class) @ExtendWith(value=SinceVersionCondition.class) public @interface SinceVersion
| Modifier and Type | Required Element and Description |
|---|---|
String |
image |
String |
since |
| 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 |
jira |
String |
name
Name or regexp pattern matching name of the image.
|
public abstract String image
public abstract String since
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 jira
Copyright © 2021. All rights reserved.