Class DependencyParametersCalculationContext
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.DependencyParametersCalculationContext
-
public class DependencyParametersCalculationContext extends Object
This class can speedup calculation of parameters providers for the case when several builds/build configurations are processed and some of the processed objects have dependencies on each other.
-
-
Constructor Summary
Constructors Constructor Description DependencyParametersCalculationContext()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
clearCached()
static void
enter()
static void
exit()
static Map<String,String>
getLocalStringPool()
static Map<PooledMap,PooledMap>
getMapsPool()
static Map<String,String>
getOrCalculate(SBuild build, Callable<Map<String,String>> calculator)
-