Uses of Class
org.jbehave.core.annotations.ToContext.RetentionLevel
-
Packages that use ToContext.RetentionLevel Package Description org.jbehave.core.annotations org.jbehave.core.steps.context -
-
Uses of ToContext.RetentionLevel in org.jbehave.core.annotations
Methods in org.jbehave.core.annotations that return ToContext.RetentionLevel Modifier and Type Method Description ToContext.RetentionLevelretentionLevel()static ToContext.RetentionLevelToContext.RetentionLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ToContext.RetentionLevel[]ToContext.RetentionLevel. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ToContext.RetentionLevel in org.jbehave.core.steps.context
Methods in org.jbehave.core.steps.context with parameters of type ToContext.RetentionLevel Modifier and Type Method Description voidStepsContext. put(String key, Object object, ToContext.RetentionLevel retentionLevel)
-