Uses of Class
org.citrusframework.yaks.YaksClusterType
-
Packages that use YaksClusterType Package Description org.citrusframework.yaks -
-
Uses of YaksClusterType in org.citrusframework.yaks
Methods in org.citrusframework.yaks that return YaksClusterType Modifier and Type Method Description static YaksClusterTypeYaksSettings. getClusterType()Cluster type that YAKS is running on.static YaksClusterTypeYaksClusterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static YaksClusterType[]YaksClusterType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-