Package io.quarkus.test.utils
Class TestExecutionProperties
- java.lang.Object
-
- io.quarkus.test.utils.TestExecutionProperties
-
public final class TestExecutionProperties extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetBuildNumber()static StringgetServiceName()static StringgetVersionNumber()static booleanisBareMetalPlatform()static booleanisKubernetesPlatform()static booleanisOpenshiftPlatform()
-
-
-
Method Detail
-
getServiceName
public static String getServiceName()
-
getVersionNumber
public static String getVersionNumber()
-
isKubernetesPlatform
public static boolean isKubernetesPlatform()
-
isOpenshiftPlatform
public static boolean isOpenshiftPlatform()
-
isBareMetalPlatform
public static boolean isBareMetalPlatform()
-
getBuildNumber
public static String getBuildNumber()
-
-