Class InMemoryPropertiesProvider

  • All Implemented Interfaces:
    TeamCityPropertiesProvider

    @NotThreadSafe
    public final class InMemoryPropertiesProvider
    extends AbstractPropertiesProvider

    In-memory TeamCity properties provider.

    Since:
    2018.1
    Author:
    Andrey Shcheglov <mailto:andrey.shcheglov@jetbrains.com>
    • Method Detail

      • from

        @NotNull
        public static TeamCityPropertiesProvider from​(@NotNull
                                                      Properties properties)

        Creates a new properties provider from Properties.

        Parameters:
        properties - the properties which back up this properties provider.
        Returns:
        the newly-created properties provider.