Interface ParameterResolverServerProvider

  • All Superinterfaces:
    ServerExtension, TeamCityExtension

    public interface ParameterResolverServerProvider
    extends ServerExtension
    Interface for all server-side parameters resolvers providers To add your parameter resolver, implement in the interface and instantiate the class, it will automatically be detected an used for creating parameter resolvers on server. See also: jetbrains.buildServer.agent.parameters.ParameterResolverAgentProvider
    Author:
    Yegor.Yarko Date: 18.08.2008
    • Method Detail

      • getParameterResolver

        ParameterResolver getParameterResolver​(ContextVariables contextVariables)
        returns the parameter resolver
        Parameters:
        contextVariables - the set of variables to that the resolver may use as its context. The set depends on the context in which the resolver is created.
        Returns:
        the parameter resolver. If the resolver supports context variables, it is aware of the context variables passed.