Uses of Interface
jetbrains.buildServer.agent.CurrentBuildTracker
-
-
Uses of CurrentBuildTracker in jetbrains.buildServer.agent
Subinterfaces of CurrentBuildTracker in jetbrains.buildServer.agent Modifier and Type Interface Description interface
CurrentBuildTrackerEx
-
Uses of CurrentBuildTracker in jetbrains.buildServer.agent.artifactDependencies
Constructors in jetbrains.buildServer.agent.artifactDependencies with parameters of type CurrentBuildTracker Constructor Description ArtifactDependenciesDownloadSpeedReporter(DependencyResolver dependencyResolver, CurrentBuildTracker currentBuildTracker, DownloadedArtifactsProgress artifactsProgress, AgentEventDispatcher dispatcher)
Task(CurrentBuildTracker currentBuildTracker, DownloadedArtifactsProgress progress, int totalDependenciesCount)
-
Uses of CurrentBuildTracker in jetbrains.buildServer.agent.impl
Classes in jetbrains.buildServer.agent.impl that implement CurrentBuildTracker Modifier and Type Class Description class
CurrentBuildTrackerImpl
Created by IntelliJ IDEA.Constructors in jetbrains.buildServer.agent.impl with parameters of type CurrentBuildTracker Constructor Description FreeSpaceCleanerProviderImpl(FreeSpaceCalculator freeSpaceCalculator, CleanerExtensionsHolder cleanerExtensionsHolder, CurrentBuildTracker currentBuildTracker, FreeSpaceCleanerProvider.FreeSpaceCleanerListener listener)
-
Uses of CurrentBuildTracker in jetbrains.buildServer.agent.impl.artifacts
Constructors in jetbrains.buildServer.agent.impl.artifacts with parameters of type CurrentBuildTracker Constructor Description AgentArtifactHelperImpl(ArtifactsPublisher publisher, AllowedExternalArtifactPathRegistry allowedExternalArtifactPathRegistry, CurrentBuildTracker buildTracker)
UploadArtifactsOptions(EventDispatcher<AgentLifeCycleListener> dispatcher, ArtifactUploadUrlProvider uploadUrlProvider, CurrentBuildTracker currentBuildTracker)
-
Uses of CurrentBuildTracker in jetbrains.buildServer.agent.impl.dataImport
Constructors in jetbrains.buildServer.agent.impl.dataImport with parameters of type CurrentBuildTracker Constructor Description DataImportServiceMessageHandler(CurrentBuildTracker currentBuildTracker, ServiceProcessManager serviceProcessManager, ExtensionHolder extensionHolder, ServiceMessagesRegister serviceMessagesRegister)
-
Uses of CurrentBuildTracker in jetbrains.buildServer.agent.impl.duplicates
Constructors in jetbrains.buildServer.agent.impl.duplicates with parameters of type CurrentBuildTracker Constructor Description DuplicatesReporterImpl(CurrentBuildTracker currentBuildTracker, EventDispatcher<AgentLifeCycleListener> agentDispatcher)
-
Uses of CurrentBuildTracker in jetbrains.buildServer.agent.impl.inspections
Constructors in jetbrains.buildServer.agent.impl.inspections with parameters of type CurrentBuildTracker Constructor Description InspectionReporterImpl(CurrentBuildTracker currentBuildTracker, EventDispatcher<AgentLifeCycleListener> agentDispatcher)
InspectionServiceMessage(ServiceMessagesRegister register, CurrentBuildTracker currentBuildTracker, InspectionReporter reporter)
InspectionTypeServiceMessage(ServiceMessagesRegister register, CurrentBuildTracker currentBuildTracker, InspectionReporter reporter)
-
Uses of CurrentBuildTracker in jetbrains.buildServer.agent.impl.storage
Constructors in jetbrains.buildServer.agent.impl.storage with parameters of type CurrentBuildTracker Constructor Description ArtifactStorageSettingsProviderImpl(BuildAgentConfigurationEx config, CurrentBuildTracker tracker)
-