Uses of Interface
jetbrains.buildServer.agent.AgentExtension
-
-
Uses of AgentExtension in jetbrains.buildServer.agent
Subinterfaces of AgentExtension in jetbrains.buildServer.agent Modifier and Type Interface Description interfaceAgentBuildRunnerBuild runner interfaceinterfaceAgentDiskSpaceCleanerExtensionThis extension point is called to ensure free space on the agent's disks when it's required.interfaceAgentPropertiesExtensionImplement this interface to provide custom properties for running build.interfaceAllowedExternalArtifactPathRegistryinterfaceArtifactsPreprocessorThe implementation of the interface allows to preprocess artifacts before publishing them using ArtifactsPublisher.interfaceArtifactsPublisherAgent extension for custom artifacts publishers.interfaceBuildRunnerPreconditioninterfaceBuildStepDataProcessorMarks DataProcessor who's service messages must be handled during the step when they were reported.interfaceDataProcessorExtension point: provide custom data importing.interfaceDigestProducingArtifactsPublisherAgent extension for custom artifacts publishers that can calculate artifact digests.interfaceDirectoryCleanersProviderThis extension point is called to ensure free space on the agent's disks for the running build.Classes in jetbrains.buildServer.agent that implement AgentExtension Modifier and Type Class Description classMockArtifactsPublisherclassMockDigestProducingArtifactPublisherclassNullArtifactsPublisherclassNullArtifactsPublishingPreconditionCreated by Evgeniy Koshkin (evgeniy.koshkin@jetbrains.com) on 31.07.17. -
Uses of AgentExtension in jetbrains.buildServer.agent.config
Subinterfaces of AgentExtension in jetbrains.buildServer.agent.config Modifier and Type Interface Description interfaceAgentParametersSupplierAgent parameters supplier. -
Uses of AgentExtension in jetbrains.buildServer.agent.impl
Subinterfaces of AgentExtension in jetbrains.buildServer.agent.impl Modifier and Type Interface Description interfaceBuildAgentPreInitActionThis interface represents agent pre-init extensions.Classes in jetbrains.buildServer.agent.impl that implement AgentExtension Modifier and Type Class Description classAgentTempDirectoryCleanerCreated by IntelliJ IDEA.classAgentWorkDirectoryCheckerclassBaseArtifactsPublisherCreated by Nikita.Skvortsov date: 01.10.2014.classFakeRunnerclassOsArchBitsDetector -
Uses of AgentExtension in jetbrains.buildServer.agent.impl.artifacts
Subinterfaces of AgentExtension in jetbrains.buildServer.agent.impl.artifacts Modifier and Type Interface Description interfaceArtifactsPublishingPreconditionCreated by Evgeniy Koshkin (evgeniy.koshkin@jetbrains.com) on 26.07.17.Classes in jetbrains.buildServer.agent.impl.artifacts that implement AgentExtension Modifier and Type Class Description classAllowedExternalArtifactPathRegistryImplclassArchivePreprocessorclassBatchArchivePreprocessorclassMaximumNumberOfArtifactsPublishingPreconditionclassMaximumSizeArtifactsPublishingPreconditionCreated by Evgeniy Koshkin (evgeniy.koshkin@jetbrains.com) on 25.07.17.classMaxSizeInternalBuildCachePublishingPreconditionclassSevenZPreprocessorCreated by Nikita.Skvortsov date: 29.10.2014.classTarPreprocessorclassZipPreprocessor -
Uses of AgentExtension in jetbrains.buildServer.agent.impl.buildStages
Subinterfaces of AgentExtension in jetbrains.buildServer.agent.impl.buildStages Modifier and Type Interface Description interfaceBuildPropertiesPublishFilterExtension used on serialization build proberties before publishing to build internal artifacts. -
Uses of AgentExtension in jetbrains.buildServer.agent.impl.buildStages.startStages.freeSpace.cleaners
Classes in jetbrains.buildServer.agent.impl.buildStages.startStages.freeSpace.cleaners that implement AgentExtension Modifier and Type Class Description classOldCheckoutDirectoriesCleanerclassOldFoldersCleaner -
Uses of AgentExtension in jetbrains.buildServer.agent.impl.cache
Classes in jetbrains.buildServer.agent.impl.cache that implement AgentExtension Modifier and Type Class Description classArtifactsCacheCleanersProvider -
Uses of AgentExtension in jetbrains.buildServer.agent.impl.dataImport
Subinterfaces of AgentExtension in jetbrains.buildServer.agent.impl.dataImport Modifier and Type Interface Description interfaceAsyncDataProcessorA contract for data processors that asynchronously process data and return anAsyncDataProcessingTaskinstance to control the execution of the processing.interfaceBuildStepAsyncDataProcessor -
Uses of AgentExtension in jetbrains.buildServer.agent.impl.inspections
Classes in jetbrains.buildServer.agent.impl.inspections that implement AgentExtension Modifier and Type Class Description classAgentServiceMessagesRegisterImplCreated by IntelliJ IDEA. -
Uses of AgentExtension in jetbrains.buildServer.agent.impl.parameters.resolve
Subinterfaces of AgentExtension in jetbrains.buildServer.agent.impl.parameters.resolve Modifier and Type Interface Description interfaceBuildRunnerEnvironmentPreprocessorThis extension can be used to modify system environment available to a build step.Classes in jetbrains.buildServer.agent.impl.parameters.resolve that implement AgentExtension Modifier and Type Class Description classReferenceResolverAgentProviderProvider of standard %-references based resolver -
Uses of AgentExtension in jetbrains.buildServer.agent.impl.remoteDebug
Classes in jetbrains.buildServer.agent.impl.remoteDebug that implement AgentExtension Modifier and Type Class Description classRemoteDebugService -
Uses of AgentExtension in jetbrains.buildServer.agent.impl.runner
Subinterfaces of AgentExtension in jetbrains.buildServer.agent.impl.runner Modifier and Type Interface Description interfaceRunnerWrapperService -
Uses of AgentExtension in jetbrains.buildServer.agent.impl.vcs
Subinterfaces of AgentExtension in jetbrains.buildServer.agent.impl.vcs Modifier and Type Interface Description interfaceCheckoutSupport -
Uses of AgentExtension in jetbrains.buildServer.agent.messages
Subinterfaces of AgentExtension in jetbrains.buildServer.agent.messages Modifier and Type Interface Description interfaceBuildMessagesTranslatorExtension for build messages translation on the agent-side, similar extension exists on the server. -
Uses of AgentExtension in jetbrains.buildServer.agent.parameters
Subinterfaces of AgentExtension in jetbrains.buildServer.agent.parameters Modifier and Type Interface Description interfaceParameterResolverAgentProviderInterface for all agent-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 agent.Classes in jetbrains.buildServer.agent.parameters that implement AgentExtension Modifier and Type Class Description classBuildMessagesPasswordTranslatorclassPasswordParametersBuildPropertiesFilter -
Uses of AgentExtension in jetbrains.buildServer.agent.publisher
Subinterfaces of AgentExtension in jetbrains.buildServer.agent.publisher Modifier and Type Interface Description interfaceArtifactsCachePublisherClasses in jetbrains.buildServer.agent.publisher that implement AgentExtension Modifier and Type Class Description classArtifactsCachePublisherImplCreated by Nikita Skvortsov date: 30.09.13.classWebPublisher -
Uses of AgentExtension in jetbrains.buildServer.agent.runner
Subinterfaces of AgentExtension in jetbrains.buildServer.agent.runner Modifier and Type Interface Description interfaceBuildCommandLineProcessorThis extension can be used to customize build process command line.interfaceCommandLineBuildServiceFactoryBuild runner interface to run processesinterfaceMultiCommandBuildSessionFactoryRepresent multiple processes build runners API -
Uses of AgentExtension in jetbrains.buildServer.agent.runner2
Classes in jetbrains.buildServer.agent.runner2 that implement AgentExtension Modifier and Type Class Description classGenericCommandLineRunnerclassSingleCommandLineBuildSessionFactoryAdapter -
Uses of AgentExtension in jetbrains.buildServer.agent.vcs
Subinterfaces of AgentExtension in jetbrains.buildServer.agent.vcs Modifier and Type Interface Description interfaceAgentVcsExtensionMarker interface for all Vcs on agent facilities.interfaceAgentVcsSupportContextGives an access to all necessary objects supporting a specific VCS Main interface for Vcs support on agent.interfaceAgentVcsSupportCoreImplement this interface for your version control name to provide agent environment check for your vcs plugin.interfaceCheckoutOnAgentVcsSupportDeprecated.use provide severalAgentVcsExtensionimplementations.interfaceUpdateByCheckoutRulesDeprecated.Use UpdateByCheckoutRules2 insteadinterfaceUpdateByCheckoutRules2Implement this interface to support agent side vcs checkout if you want to process CheckoutRules yourself.interfaceUpdateByIncludeRulesDeprecated.use UpdateByIncludeRules2 insteadinterfaceUpdateByIncludeRules2This is a simplest way to implement agent side checkout.interfaceUpdatePolicyBase interface for different vcs update policies.Classes in jetbrains.buildServer.agent.vcs that implement AgentExtension Modifier and Type Class Description classAgentVcsSupportDefault implementation ofAgentVcsSupportContext.
-