Uses of Interface
com.atlassian.bamboo.utils.properties.PropertyProvider
Packages that use PropertyProvider
-
Uses of PropertyProvider in com.atlassian.bamboo.utils.properties
Classes in com.atlassian.bamboo.utils.properties that implement PropertyProviderModifier and TypeClassDescriptionclass
PropertyProvider implementation that allows chaining multiple PropertyProviders.class
SimplePropertyProvider that prepends property key with defined prefixclass
PropertyProvider backed with PropertiesFields in com.atlassian.bamboo.utils.properties with type parameters of type PropertyProviderModifier and TypeFieldDescriptionprotected final List<PropertyProvider>
ChainedPropertyProvider.propertyProviders
Methods in com.atlassian.bamboo.utils.properties that return PropertyProviderMethods in com.atlassian.bamboo.utils.properties that return types with arguments of type PropertyProviderModifier and TypeMethodDescriptionstatic Predicate<PropertyProvider>
PropertyProviders.hasProperty
(@NotNull String key)