Uses of Class
jetbrains.buildServer.util.impl.Lazy
-
Packages that use Lazy Package Description jetbrains.buildServer.agent.impl jetbrains.buildServer.serverSide.impl jetbrains.buildServer.serverSide.impl.changeProviders jetbrains.buildServer.util.impl -
-
Uses of Lazy in jetbrains.buildServer.agent.impl
Constructors in jetbrains.buildServer.agent.impl with parameters of type Lazy Constructor Description FreeSpaceCleanerImpl(Lazy<Collection<CleanHandle>> cleanHandles, FreeSpaceCalculator freeSpaceCalculator, jetbrains.buildServer.agent.impl.FreeSpaceCleanerImpl.CleanUpCallback cleanUpCallback, FreeSpaceCleanerProvider.FreeSpaceCleanerListener listener)
-
Uses of Lazy in jetbrains.buildServer.serverSide.impl
Constructors in jetbrains.buildServer.serverSide.impl with parameters of type Lazy Constructor Description PolledTriggerContextImpl(SBuildType bt, BuildTriggerDescriptor trd, Lazy<Date> prevCallTime, long currentTime, ProjectManager projectManager)
-
Uses of Lazy in jetbrains.buildServer.serverSide.impl.changeProviders
Constructors in jetbrains.buildServer.serverSide.impl.changeProviders with parameters of type Lazy Constructor Description DetachedRootsChangesProvider(VcsModificationHistoryEx vcsHistory, BuildChangesCalculatorSettings settings, FindPromotionStrategyFactory findPromotionFactory, DagBasedPrevPromotionRevisionsCache prevPromotionsCache, BuildPromotion promotion, VcsModificationProcessor vcsModificationProcessorCallback, Supplier<OrderedBuild> mostRecentPreviousBuildSupplier, PreviousBuildsProvider previousBuildsProvider, Collection<VcsRootInstance> nonDetachedRoots, long maxModificationId, Lazy<Map<VcsRootInstance,Set<String>>> endpoints, Map<Long,Set<String>> attachedParentRootRevisions, List<VcsRootInstance> promotionRoots, VcsRootInstancesManager vcsRootInstancesManager)
-
Uses of Lazy in jetbrains.buildServer.util.impl
Methods in jetbrains.buildServer.util.impl that return Lazy Modifier and Type Method Description static <T> Lazy<T>
Lazy. create(Supplier<T> supplier)
Creates a new instance of Lazy object from the provided supplier.
-