Uses of Class
com.atlassian.bamboo.specs.api.util.VariableUtils.VariableUsage
Packages that use VariableUtils.VariableUsage
Package
Description
Utility classes, such as: creating cron expressions.
-
Uses of VariableUtils.VariableUsage in com.atlassian.bamboo.specs.api.util
Methods in com.atlassian.bamboo.specs.api.util that return types with arguments of type VariableUtils.VariableUsageModifier and TypeMethodDescriptionstatic @NotNull List<VariableUtils.VariableUsage>VariableUtils.findVariableUsages(@NotNull String text) Finds all variable usages within a given text.