Class PropertyProviderBuilder
java.lang.Object
com.atlassian.bamboo.utils.properties.PropertyProviderBuilder
PropertyProvider builder.
Properties added first have top priority, other are used as fallback in the declaration order.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withProperties
(@NotNull Properties properties) withProperties
(@NotNull Properties properties, @NotNull String propertyKeyPrefix)
-
Constructor Details
-
PropertyProviderBuilder
public PropertyProviderBuilder()
-
-
Method Details
-
withProperties
-
withProperties
public PropertyProviderBuilder withProperties(@NotNull @NotNull Properties properties, @NotNull @NotNull String propertyKeyPrefix) -
build
-