Uses of Interface
com.atlassian.bamboo.utils.properties.PropertyProvider
-
Packages that use PropertyProvider Package Description com.atlassian.bamboo.utils.properties -
-
Uses of PropertyProvider in com.atlassian.bamboo.utils.properties
Classes in com.atlassian.bamboo.utils.properties that implement PropertyProvider Modifier and Type Class Description class
ChainedPropertyProvider
PropertyProvider implementation that allows chaining multiple PropertyProviders.class
PrefixedPropertyProvider
SimplePropertyProvider that prepends property key with defined prefixclass
SimplePropertyProvider
PropertyProvider backed with PropertiesFields in com.atlassian.bamboo.utils.properties with type parameters of type PropertyProvider Modifier and Type Field Description protected List<PropertyProvider>
ChainedPropertyProvider. propertyProviders
Methods in com.atlassian.bamboo.utils.properties that return PropertyProvider Modifier and Type Method Description PropertyProvider
PropertyProviderBuilder. build()
Methods in com.atlassian.bamboo.utils.properties that return types with arguments of type PropertyProvider Modifier and Type Method Description static Predicate<PropertyProvider>
PropertyProviders. hasProperty(@NotNull String key)
-