Uses of Interface
jetbrains.buildServer.TeamCityExtension
-
-
Uses of TeamCityExtension in jetbrains.buildServer
Classes in jetbrains.buildServer with type parameters of type TeamCityExtension Modifier and Type Interface Description static interface
ExtensionsProvider.ExtensionAction<T extends TeamCityExtension>
Methods in jetbrains.buildServer with type parameters of type TeamCityExtension Modifier and Type Method Description <T extends TeamCityExtension>
voidExtendableServiceLocator. foreachExtension(Class<T> agentExtensionClass, ExtensionsProvider.ExtensionAction<T> action)
<T extends TeamCityExtension>
voidExtensionsProvider. foreachExtension(Class<T> agentExtensionClass, ExtensionsProvider.ExtensionAction<T> action)
Iterates over extensions of some class and executes some action on them.<T extends TeamCityExtension>
TExtendableServiceLocator. getExtension(Class<T> extensionClass, String sourceId)
Retrieves extension registered with specified type and id<T extends TeamCityExtension>
TExtensionsProvider. getExtension(Class<T> extensionClass, String sourceId)
Retrieves extension registered with specified type and id<T extends TeamCityExtension>
Collection<T>ExtendableServiceLocator. getExtensions(Class<T> extensionClass)
Returns collection of extensions of the specified type.<T extends TeamCityExtension>
Collection<T>ExtensionsProvider. getExtensions(Class<T> extensionClass)
Get list of extensions for some extension point.<T extends TeamCityExtension>
ExtensionsCollection<T>ExtendableServiceLocator. getExtensionsCollection(Class<T> extensionClass)
default <T extends TeamCityExtension>
ExtensionsCollection<T>ExtensionsProvider. getExtensionsCollection(Class<T> extensionClass)
Live collection of extensions.default <T extends TeamCityExtension,TARGET>
ExtensionsCollection<TARGET>ExtensionsProvider. getExtensionsCollection(Class<T> extensionClass, Converter<TARGET,T> converter)
Live collection of extensions.<T extends TeamCityExtension>
Collection<String>ExtendableServiceLocator. getExtensionSources(Class<T> extensionClass)
Returns identifiers of the extensions of specified type<T extends TeamCityExtension>
Collection<String>ExtensionsProvider. getExtensionSources(Class<T> extensionClass)
Returns identifiers of the extensions of specified type<T extends TeamCityExtension,CONTEXT,TARGET>
StampedExtensionsSupplier<CONTEXT,TARGET>ExtendableServiceLocator. getStampedExtensionsSupplier(Class<T> extensionClass, Function<StampedExtensionsSupplier.StoredData<CONTEXT,Collection<T>>,TARGET> converter)
<T extends TeamCityExtension,CONTEXT,TARGET>
StampedExtensionsSupplier<CONTEXT,TARGET>ExtensionsProvider. getStampedExtensionsSupplier(Class<T> extensionClass, Function<StampedExtensionsSupplier.StoredData<CONTEXT,Collection<T>>,TARGET> converter)
Live suppler of extensions.<T extends TeamCityExtension>
voidDefaultExtensionAccessor. registerExtension(Class<T> extensionClass, String sourceId, T extension)
Registers an extension of the specified type<T extends TeamCityExtension>
voidExtendableServiceLocator. registerExtension(Class<T> extensionClass, String sourceId, T extension)
Registers an extension of the specified type<T extends TeamCityExtension>
voidExtensionAccessor. registerExtension(Class<T> extensionClass, String sourceId, T extension)
<T extends TeamCityExtension>
voidExtensionHolder. registerExtension(Class<T> extensionClass, String sourceId, T extension)
Register an extension for some extension point.<T extends TeamCityExtension>
voidDefaultExtensionAccessor. unregisterExtension(Class<T> extensionClass, String sourceId)
Unregisters extension.<T extends TeamCityExtension>
voidExtendableServiceLocator. unregisterExtension(Class<T> extensionClass, String sourceId)
Unregisters extension.<T extends TeamCityExtension>
voidExtensionAccessor. unregisterExtension(Class<T> extensionClass, String sourceId)
<T extends TeamCityExtension>
voidExtensionHolder. unregisterExtension(Class<T> extensionClass, String sourceId)
Unregister an extension with given parameters registered for some extension point. -
Uses of TeamCityExtension in jetbrains.buildServer.agent
Subinterfaces of TeamCityExtension in jetbrains.buildServer.agent Modifier and Type Interface Description interface
AgentBuildRunner
Build runner interfaceinterface
AgentDiskSpaceCleanerExtension
This extension point is called to ensure free space on the agent's disks when it's required.interface
AgentExtension
Interface - marker for all of the agent extensions.interface
AgentPropertiesExtension
Implement this interface to provide custom properties for running build.interface
AllowedExternalArtifactPathRegistry
interface
ArtifactsPreprocessor
The implementation of the interface allows to preprocess artifacts before publishing them using ArtifactsPublisher.interface
ArtifactsPublisher
Agent extension for custom artifacts publishers.interface
BuildRunnerPrecondition
interface
BuildStepDataProcessor
Marks DataProcessor who's service messages must be handled during the step when they were reported.interface
DataProcessor
Extension point: provide custom data importing.interface
DigestProducingArtifactsPublisher
Agent extension for custom artifacts publishers that can calculate artifact digests.interface
DirectoryCleanersProvider
This extension point is called to ensure free space on the agent's disks for the running build.Classes in jetbrains.buildServer.agent that implement TeamCityExtension Modifier and Type Class Description class
MockArtifactsPublisher
class
MockDigestProducingArtifactPublisher
class
NullArtifactsPublisher
class
NullArtifactsPublishingPrecondition
Created by Evgeniy Koshkin (evgeniy.koshkin@jetbrains.com) on 31.07.17. -
Uses of TeamCityExtension in jetbrains.buildServer.agent.config
Subinterfaces of TeamCityExtension in jetbrains.buildServer.agent.config Modifier and Type Interface Description interface
AgentParametersSupplier
Agent parameters supplier. -
Uses of TeamCityExtension in jetbrains.buildServer.agent.impl
Subinterfaces of TeamCityExtension in jetbrains.buildServer.agent.impl Modifier and Type Interface Description interface
BuildAgentPreInitAction
This interface represents agent pre-init extensions.Classes in jetbrains.buildServer.agent.impl that implement TeamCityExtension Modifier and Type Class Description class
AgentAlteringZipArchiveExtractor
Created by Nikita.Skvortsov date: 25.06.2015.class
AgentTempDirectoryCleaner
Created by IntelliJ IDEA.class
AgentWorkDirectoryChecker
class
BaseArtifactsPublisher
Created by Nikita.Skvortsov date: 01.10.2014.class
FakeRunner
class
OsArchBitsDetector
-
Uses of TeamCityExtension in jetbrains.buildServer.agent.impl.artifacts
Subinterfaces of TeamCityExtension in jetbrains.buildServer.agent.impl.artifacts Modifier and Type Interface Description interface
ArtifactsBuilderListener
Listener for artifacts builder stages/eventsinterface
ArtifactsPublishingPrecondition
Created by Evgeniy Koshkin (evgeniy.koshkin@jetbrains.com) on 26.07.17.Classes in jetbrains.buildServer.agent.impl.artifacts that implement TeamCityExtension Modifier and Type Class Description class
AgentBlackListTargetDirRestrictor
ArtifactDependencyTargetDirRestrictor restricting download by black and white lists.class
AllowedExternalArtifactPathRegistryImpl
class
ArchivePreprocessor
class
ArtifactsBuilderAdapter
Adapter class forArtifactsBuilderListener
, extend this class if you intend to create custom ArtifactsBuilder listener.class
BatchArchivePreprocessor
class
BuildCacheArtifactsBuilderListener
Created with IntelliJ IDEA.class
MaximumNumberOfArtifactsPublishingPrecondition
class
MaximumSizeArtifactsPublishingPrecondition
Created by Evgeniy Koshkin (evgeniy.koshkin@jetbrains.com) on 25.07.17.class
MaxSizeInternalBuildCachePublishingPrecondition
class
SevenZPreprocessor
Created by Nikita.Skvortsov date: 29.10.2014.class
TarPreprocessor
class
ZipPreprocessor
-
Uses of TeamCityExtension in jetbrains.buildServer.agent.impl.buildStages
Subinterfaces of TeamCityExtension in jetbrains.buildServer.agent.impl.buildStages Modifier and Type Interface Description interface
BuildPropertiesPublishFilter
Extension used on serialization build proberties before publishing to build internal artifacts. -
Uses of TeamCityExtension in jetbrains.buildServer.agent.impl.buildStages.startStages.freeSpace.cleaners
Classes in jetbrains.buildServer.agent.impl.buildStages.startStages.freeSpace.cleaners that implement TeamCityExtension Modifier and Type Class Description class
OldCheckoutDirectoriesCleaner
class
OldFoldersCleaner
-
Uses of TeamCityExtension in jetbrains.buildServer.agent.impl.cache
Classes in jetbrains.buildServer.agent.impl.cache that implement TeamCityExtension Modifier and Type Class Description class
ArtifactsCacheCleanersProvider
-
Uses of TeamCityExtension in jetbrains.buildServer.agent.impl.dataImport
Subinterfaces of TeamCityExtension in jetbrains.buildServer.agent.impl.dataImport Modifier and Type Interface Description interface
AsyncDataProcessor
A contract for data processors that asynchronously process data and return anAsyncDataProcessingTask
instance to control the execution of the processing.interface
BuildStepAsyncDataProcessor
-
Uses of TeamCityExtension in jetbrains.buildServer.agent.impl.inspections
Classes in jetbrains.buildServer.agent.impl.inspections that implement TeamCityExtension Modifier and Type Class Description class
AgentServiceMessagesRegisterImpl
Created by IntelliJ IDEA. -
Uses of TeamCityExtension in jetbrains.buildServer.agent.impl.parameters.resolve
Subinterfaces of TeamCityExtension in jetbrains.buildServer.agent.impl.parameters.resolve Modifier and Type Interface Description interface
BuildRunnerEnvironmentPreprocessor
This extension can be used to modify system environment available to a build step.Classes in jetbrains.buildServer.agent.impl.parameters.resolve that implement TeamCityExtension Modifier and Type Class Description class
ReferenceResolverAgentProvider
Provider of standard %-references based resolver -
Uses of TeamCityExtension in jetbrains.buildServer.agent.impl.remoteDebug
Classes in jetbrains.buildServer.agent.impl.remoteDebug that implement TeamCityExtension Modifier and Type Class Description class
RemoteDebugService
-
Uses of TeamCityExtension in jetbrains.buildServer.agent.impl.runner
Subinterfaces of TeamCityExtension in jetbrains.buildServer.agent.impl.runner Modifier and Type Interface Description interface
RunnerWrapperService
-
Uses of TeamCityExtension in jetbrains.buildServer.agent.impl.vcs
Subinterfaces of TeamCityExtension in jetbrains.buildServer.agent.impl.vcs Modifier and Type Interface Description interface
CheckoutSupport
-
Uses of TeamCityExtension in jetbrains.buildServer.agent.messages
Subinterfaces of TeamCityExtension in jetbrains.buildServer.agent.messages Modifier and Type Interface Description interface
BuildMessagesTranslator
Extension for build messages translation on the agent-side, similar extension exists on the server. -
Uses of TeamCityExtension in jetbrains.buildServer.agent.parameters
Subinterfaces of TeamCityExtension in jetbrains.buildServer.agent.parameters Modifier and Type Interface Description interface
ParameterResolverAgentProvider
Interface 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 TeamCityExtension Modifier and Type Class Description class
BuildMessagesPasswordTranslator
class
PasswordParametersBuildPropertiesFilter
-
Uses of TeamCityExtension in jetbrains.buildServer.agent.publisher
Subinterfaces of TeamCityExtension in jetbrains.buildServer.agent.publisher Modifier and Type Interface Description interface
ArtifactsCachePublisher
Classes in jetbrains.buildServer.agent.publisher that implement TeamCityExtension Modifier and Type Class Description class
ArtifactsCachePublisherImpl
Created by Nikita Skvortsov date: 30.09.13.class
WebPublisher
-
Uses of TeamCityExtension in jetbrains.buildServer.agent.runner
Subinterfaces of TeamCityExtension in jetbrains.buildServer.agent.runner Modifier and Type Interface Description interface
BuildCommandLineProcessor
This extension can be used to customize build process command line.interface
CommandLineBuildServiceFactory
Build runner interface to run processesinterface
MultiCommandBuildSessionFactory
Represent multiple processes build runners API -
Uses of TeamCityExtension in jetbrains.buildServer.agent.runner2
Classes in jetbrains.buildServer.agent.runner2 that implement TeamCityExtension Modifier and Type Class Description class
GenericCommandLineRunner
class
SingleCommandLineBuildSessionFactoryAdapter
-
Uses of TeamCityExtension in jetbrains.buildServer.agent.ssh
Subinterfaces of TeamCityExtension in jetbrains.buildServer.agent.ssh Modifier and Type Interface Description interface
AgentRunningBuildSshKeyManager
Gives an ability to get an uploaded SSH key for currently running build on agent -
Uses of TeamCityExtension in jetbrains.buildServer.agent.vcs
Subinterfaces of TeamCityExtension in jetbrains.buildServer.agent.vcs Modifier and Type Interface Description interface
AgentVcsExtension
Marker interface for all Vcs on agent facilities.interface
AgentVcsSupportContext
Gives an access to all necessary objects supporting a specific VCS Main interface for Vcs support on agent.interface
AgentVcsSupportCore
Implement this interface for your version control name to provide agent environment check for your vcs plugin.interface
CheckoutOnAgentVcsSupport
Deprecated.use provide severalAgentVcsExtension
implementations.interface
UpdateByCheckoutRules
Deprecated.Use UpdateByCheckoutRules2 insteadinterface
UpdateByCheckoutRules2
Implement this interface to support agent side vcs checkout if you want to process CheckoutRules yourself.interface
UpdateByIncludeRules
Deprecated.use UpdateByIncludeRules2 insteadinterface
UpdateByIncludeRules2
This is a simplest way to implement agent side checkout.interface
UpdatePolicy
Base interface for different vcs update policies.Classes in jetbrains.buildServer.agent.vcs that implement TeamCityExtension Modifier and Type Class Description class
AgentVcsSupport
Default implementation ofAgentVcsSupportContext
. -
Uses of TeamCityExtension in jetbrains.buildServer.artifacts
Subinterfaces of TeamCityExtension in jetbrains.buildServer.artifacts Modifier and Type Interface Description interface
ArtifactDependencyTargetDirRestrictor
An extension allowing to restrict artifact dependency downloadinginterface
ArtifactTransportAdditionalHeadersProvider
Allows providing additional headers for artifact requests.interface
TransportFactoryExtension
Artifact Dependency Factory Date: 7/15/13, 7:07 PM -
Uses of TeamCityExtension in jetbrains.buildServer.artifacts.impl
Classes in jetbrains.buildServer.artifacts.impl that implement TeamCityExtension Modifier and Type Class Description class
FilesystemTransportFactory
Artfiact transport factory for testing purposes Author: Nikita.Skvortsov Date: 1/18/11class
HttpArtifactTransportFactory
Created by Nikita.Skvortsov Date: 7/17/13, 4:35 PM -
Uses of TeamCityExtension in jetbrains.buildServer.buildFailures
Classes in jetbrains.buildServer.buildFailures that implement TeamCityExtension Modifier and Type Class Description class
BuildFailureOnMetricFeature
class
BuildFailureOnMetricMainConfigProcessor
class
BuildFailureOnMetricProcessor
class
BuildLogSizeMetric
class
FailedTestCountMetric
class
IgnoredTestCountMetric
class
PassedTestCountMetric
class
TestCountMetric
-
Uses of TeamCityExtension in jetbrains.buildServer.buildFailures.buildLog
Classes in jetbrains.buildServer.buildFailures.buildLog that implement TeamCityExtension Modifier and Type Class Description class
BuildFailureOnMessageFeature
User: vbedrosova Date: 17.08.11 Time: 12:46 -
Uses of TeamCityExtension in jetbrains.buildServer.buildFailures.suggestions
Classes in jetbrains.buildServer.buildFailures.suggestions that implement TeamCityExtension Modifier and Type Class Description class
PreventCoverageDecreaseSuggestion
class
PreventDuplicatesGrowingSuggestion
class
PreventInspectionErrorsGrowingSuggestion
class
PreventTestNumberDropSuggestion
class
PreventTooManyIgnoredTestsSuggestion
class
StatisticsValueSuggestion
-
Uses of TeamCityExtension in jetbrains.buildServer.buildTriggers
Subinterfaces of TeamCityExtension in jetbrains.buildServer.buildTriggers Modifier and Type Interface Description interface
BuildTriggersPreprocessor
This extension can be used to apply some custom pre-processing to build triggers before they are called.Classes in jetbrains.buildServer.buildTriggers that implement TeamCityExtension Modifier and Type Class Description class
BuildTriggerService
Represents build trigger service -
Uses of TeamCityExtension in jetbrains.buildServer.buildTriggers.dependency
Classes in jetbrains.buildServer.buildTriggers.dependency that implement TeamCityExtension Modifier and Type Class Description class
DependencyTriggersTriggerSettingsMapper
class
FinishBuildTriggerService
-
Uses of TeamCityExtension in jetbrains.buildServer.buildTriggers.failedBuild
Classes in jetbrains.buildServer.buildTriggers.failedBuild that implement TeamCityExtension Modifier and Type Class Description class
RetryBuildTriggerService
-
Uses of TeamCityExtension in jetbrains.buildServer.buildTriggers.scheduler
Classes in jetbrains.buildServer.buildTriggers.scheduler that implement TeamCityExtension Modifier and Type Class Description class
SchedulerBuildTriggerService
-
Uses of TeamCityExtension in jetbrains.buildServer.buildTriggers.triggerRules
Classes in jetbrains.buildServer.buildTriggers.triggerRules that implement TeamCityExtension Modifier and Type Class Description class
TriggerRulesListener
-
Uses of TeamCityExtension in jetbrains.buildServer.buildTriggers.vcs
Classes in jetbrains.buildServer.buildTriggers.vcs that implement TeamCityExtension Modifier and Type Class Description class
SetupFromUrlVcsTriggerExtension
class
VcsBuildTriggerService
-
Uses of TeamCityExtension in jetbrains.buildServer.buildTriggers.vcs.remoteRun
Classes in jetbrains.buildServer.buildTriggers.vcs.remoteRun that implement TeamCityExtension Modifier and Type Class Description class
RemoteRunBranchSpecProvider
class
RemoteRunOnBranchTriggerService
-
Uses of TeamCityExtension in jetbrains.buildServer.clouds
Subinterfaces of TeamCityExtension in jetbrains.buildServer.clouds Modifier and Type Interface Description interface
AgentExpirationCondition
This extension allows checking whether an agent can be marked as expired.interface
BaseAgentType
Represents the base for different types of sources for agents, such as cloud profiles or agentsinterface
CloudClientFactory
Represents a client object to work with a cloud.interface
CloudType
Represents a client object to work with a cloud description.interface
CloudTypeExtension
Extension to attach additional parameters for cloud type editing. -
Uses of TeamCityExtension in jetbrains.buildServer.clouds.fakeCloud
Classes in jetbrains.buildServer.clouds.fakeCloud that implement TeamCityExtension Modifier and Type Class Description class
DummyCloudClientFactory
-
Uses of TeamCityExtension in jetbrains.buildServer.clouds.server.agentTypes
Classes in jetbrains.buildServer.clouds.server.agentTypes that implement TeamCityExtension Modifier and Type Class Description class
CloudAgentNameGenerator
-
Uses of TeamCityExtension in jetbrains.buildServer.clouds.server.executors
Subinterfaces of TeamCityExtension in jetbrains.buildServer.clouds.server.executors Modifier and Type Interface Description interface
BuildExecutorType
Represents a client from which we can harness an external executor for builds. -
Uses of TeamCityExtension in jetbrains.buildServer.clouds.server.impl
Classes in jetbrains.buildServer.clouds.server.impl that implement TeamCityExtension Modifier and Type Class Description class
CloudManagerBaseImpl
class
CloudProviderStartingBuildVirtualAgentsFilter
class
ReadonlyClientFactory
-
Uses of TeamCityExtension in jetbrains.buildServer.clouds.server.instances
Classes in jetbrains.buildServer.clouds.server.instances that implement TeamCityExtension Modifier and Type Class Description class
BuildStartFilter
-
Uses of TeamCityExtension in jetbrains.buildServer.clouds.server.serverHealth
Classes in jetbrains.buildServer.clouds.server.serverHealth that implement TeamCityExtension Modifier and Type Class Description class
CloudAgentsIdleHealthReport
class
DuplicateCloudProfileHealthReport
-
Uses of TeamCityExtension in jetbrains.buildServer.controllers
Subinterfaces of TeamCityExtension in jetbrains.buildServer.controllers Modifier and Type Interface Description interface
BranchFilterHelperExtension
Represents a tab for the branch filter helper popupinterface
RunCustomBuildExtension
This extension allows customizing builds created via RunCustomBuild dialog -
Uses of TeamCityExtension in jetbrains.buildServer.controllers.actions
Subinterfaces of TeamCityExtension in jetbrains.buildServer.controllers.actions Modifier and Type Interface Description interface
LogoutPageProvider
An extension to provide a custom logout URL. -
Uses of TeamCityExtension in jetbrains.buildServer.controllers.admin
Classes in jetbrains.buildServer.controllers.admin that implement TeamCityExtension Modifier and Type Class Description class
BranchesPopupController
-
Uses of TeamCityExtension in jetbrains.buildServer.controllers.admin.buildFeatures.autoMerge
Classes in jetbrains.buildServer.controllers.admin.buildFeatures.autoMerge that implement TeamCityExtension Modifier and Type Class Description class
AutoMergeBuildFeature
-
Uses of TeamCityExtension in jetbrains.buildServer.controllers.admin.buildFeatures.freeSpace
Classes in jetbrains.buildServer.controllers.admin.buildFeatures.freeSpace that implement TeamCityExtension Modifier and Type Class Description class
FreeSpaceBuildFeature
-
Uses of TeamCityExtension in jetbrains.buildServer.controllers.admin.ipr
Classes in jetbrains.buildServer.controllers.admin.ipr that implement TeamCityExtension Modifier and Type Class Description class
IdeaSettingsPreprocessor
class
IprBasedRunTypeExtension
-
Uses of TeamCityExtension in jetbrains.buildServer.controllers.admin.projects
Subinterfaces of TeamCityExtension in jetbrains.buildServer.controllers.admin.projects Modifier and Type Interface Description interface
EditRunTypeControllerExtension
interface
GenerateExternalIdExtension
Created 13.05.13 14:09Classes in jetbrains.buildServer.controllers.admin.projects that implement TeamCityExtension Modifier and Type Class Description class
RunTypeExtensionProcessor
static class
StandardGenerateExternalIdExtensions.BuildTypeIdGenerator
static class
StandardGenerateExternalIdExtensions.ProjectIdGenerator
static class
StandardGenerateExternalIdExtensions.TemplateIdGenerator
static class
StandardGenerateExternalIdExtensions.VcsRootIdGenerator
-
Uses of TeamCityExtension in jetbrains.buildServer.controllers.admin.projects.suggestions
Classes in jetbrains.buildServer.controllers.admin.projects.suggestions that implement TeamCityExtension Modifier and Type Class Description class
AddBuildStepSuggestion
class
AddVcsRootSuggestion
class
UndefinedParametersSuggestion
-
Uses of TeamCityExtension in jetbrains.buildServer.controllers.agent
Classes in jetbrains.buildServer.controllers.agent that implement TeamCityExtension Modifier and Type Class Description class
PoolAgentTypeSelectorDescriptor
class
PoolProjectSelectorDescriptor
-
Uses of TeamCityExtension in jetbrains.buildServer.controllers.interceptors
Subinterfaces of TeamCityExtension in jetbrains.buildServer.controllers.interceptors Modifier and Type Interface Description interface
AfterRequestProcessor
interface
TeamCityHandlerInterceptor
Classes in jetbrains.buildServer.controllers.interceptors that implement TeamCityExtension Modifier and Type Class Description class
ActionMessagesCleaner
class
ExecuteOnceSupport
-
Uses of TeamCityExtension in jetbrains.buildServer.controllers.interceptors.auth
Subinterfaces of TeamCityExtension in jetbrains.buildServer.controllers.interceptors.auth Modifier and Type Interface Description interface
HttpLoginSupport
Provides a specific way to login for some users. -
Uses of TeamCityExtension in jetbrains.buildServer.controllers.interceptors.auth.impl
Classes in jetbrains.buildServer.controllers.interceptors.auth.impl that implement TeamCityExtension Modifier and Type Class Description class
BuildHttpLoginSupport
-
Uses of TeamCityExtension in jetbrains.buildServer.controllers.interceptors.auth.presigned.impl
Classes in jetbrains.buildServer.controllers.interceptors.auth.presigned.impl that implement TeamCityExtension Modifier and Type Class Description class
PresignedTokenHttpAuthenticationScheme
-
Uses of TeamCityExtension in jetbrains.buildServer.controllers.login
Subinterfaces of TeamCityExtension in jetbrains.buildServer.controllers.login Modifier and Type Interface Description interface
LoginPageProvider
interface
WebLoginModel
Represents web authentication model.interface
WebLoginModelEx
Classes in jetbrains.buildServer.controllers.login that implement TeamCityExtension Modifier and Type Class Description class
WebLoginModelImpl
WebLoginModelEx implementation. -
Uses of TeamCityExtension in jetbrains.buildServer.controllers.parameters.api
Subinterfaces of TeamCityExtension in jetbrains.buildServer.controllers.parameters.api Modifier and Type Interface Description interface
ParameterControlProvider
Extension point to provide custom editor control for build parametersClasses in jetbrains.buildServer.controllers.parameters.api that implement TeamCityExtension Modifier and Type Class Description class
ParameterControlProviderAdapter
Genetic abstract class for custom controls -
Uses of TeamCityExtension in jetbrains.buildServer.controllers.parameters.embed
Subinterfaces of TeamCityExtension in jetbrains.buildServer.controllers.parameters.embed Modifier and Type Interface Description interface
ParameterContextResolver
Created 25.03.13 19:37 -
Uses of TeamCityExtension in jetbrains.buildServer.controllers.parameters.serverHealth
Classes in jetbrains.buildServer.controllers.parameters.serverHealth that implement TeamCityExtension Modifier and Type Class Description class
DuplicateInheritedRemoteParameterHealthReport
-
Uses of TeamCityExtension in jetbrains.buildServer.controllers.parameters.types
Classes in jetbrains.buildServer.controllers.parameters.types that implement TeamCityExtension Modifier and Type Class Description class
CheckboxFieldParameterType
class
EnumParameterType
class
IntegerFieldParameterType
class
MultiselectFieldParameterType
class
PasswordFieldParameterType
class
RemoteParameterType
class
SelectParameterType
class
SelectParameterTypeBase
class
TextFieldParameterType
-
Uses of TeamCityExtension in jetbrains.buildServer.controllers.popupDialogs
Classes in jetbrains.buildServer.controllers.popupDialogs that implement TeamCityExtension Modifier and Type Class Description class
PopupDialogType<Form_T>
This service determines the behaviour of certain type of popup-dialogs. -
Uses of TeamCityExtension in jetbrains.buildServer.controllers.popupDialogs.checkLists
Classes in jetbrains.buildServer.controllers.popupDialogs.checkLists that implement TeamCityExtension Modifier and Type Class Description class
CheckListPopupDialogType<Item_T,Context_T,CustomOptionsBean_T>
This service determines the behaviour of certain type of check list popups. -
Uses of TeamCityExtension in jetbrains.buildServer.controllers.presigned
Classes in jetbrains.buildServer.controllers.presigned that implement TeamCityExtension Modifier and Type Class Description class
PresignedArtifactLinksManager
-
Uses of TeamCityExtension in jetbrains.buildServer.controllers.viewLog.tree.filters
Subinterfaces of TeamCityExtension in jetbrains.buildServer.controllers.viewLog.tree.filters Modifier and Type Interface Description interface
TreeViewMessageFilter
User: Victory.Bedrosova Date: 9/21/11 Time: 6:42 PM -
Uses of TeamCityExtension in jetbrains.buildServer.controllers.viewLog.tree.filters.impl
Classes in jetbrains.buildServer.controllers.viewLog.tree.filters.impl that implement TeamCityExtension Modifier and Type Class Description class
AllMessageFilter
User: Victory.Bedrosova Date: 9/23/11 Time: 3:48 PMclass
ErrorMessageFilter
User: Victory.Bedrosova Date: 9/27/11 Time: 7:20 PMclass
ImportantMessageFilter
User: Victory.Bedrosova Date: 9/23/11 Time: 7:07 PM -
Uses of TeamCityExtension in jetbrains.buildServer.diagnostic
Classes in jetbrains.buildServer.diagnostic that implement TeamCityExtension Modifier and Type Class Description class
MemoryProblemsHealthReport
Created by Andrey Titov on 3/13/14.class
ThreadDumpsCleaner
class
ThreadTracesCleaner
-
Uses of TeamCityExtension in jetbrains.buildServer.federation
Subinterfaces of TeamCityExtension in jetbrains.buildServer.federation Modifier and Type Interface Description interface
TeamCityServersProvider
Allows to register TeamCity servers attached to the current server. -
Uses of TeamCityExtension in jetbrains.buildServer.groups.impl
Classes in jetbrains.buildServer.groups.impl that implement TeamCityExtension Modifier and Type Class Description class
UserGroupCleanupExtension
-
Uses of TeamCityExtension in jetbrains.buildServer.https.diagnostic
Classes in jetbrains.buildServer.https.diagnostic that implement TeamCityExtension Modifier and Type Class Description class
AgentsStillNotUsingHttpsReport
class
HttpsCertificateExpirationStatusReport
-
Uses of TeamCityExtension in jetbrains.buildServer.ideaSettings
Classes in jetbrains.buildServer.ideaSettings that implement TeamCityExtension Modifier and Type Class Description class
IdeaProjectDataFetcher
-
Uses of TeamCityExtension in jetbrains.buildServer.issueTracker
Subinterfaces of TeamCityExtension in jetbrains.buildServer.issueTracker Modifier and Type Interface Description interface
IssueProviderFactory
Represents a factory for issue provider creation.Classes in jetbrains.buildServer.issueTracker that implement TeamCityExtension Modifier and Type Class Description class
AbstractIssueProviderFactory
-
Uses of TeamCityExtension in jetbrains.buildServer.issueTracker.reports
Classes in jetbrains.buildServer.issueTracker.reports that implement TeamCityExtension Modifier and Type Class Description class
IssuesStoredTokenUnavailableReport
class
PatternCollisionHealthReport
-
Uses of TeamCityExtension in jetbrains.buildServer.messages
Subinterfaces of TeamCityExtension in jetbrains.buildServer.messages Modifier and Type Interface Description interface
BuildMessagesTranslator
Extension for build messages translation on the server-side, similar extension exists on the agent.Classes in jetbrains.buildServer.messages that implement TeamCityExtension Modifier and Type Class Description class
BuildServiceMessagesTranslator
Maintains translators for service messages -
Uses of TeamCityExtension in jetbrains.buildServer.messages.serviceMessages
Subinterfaces of TeamCityExtension in jetbrains.buildServer.messages.serviceMessages Modifier and Type Interface Description interface
ServiceMessageTranslator
Translator for specific type of service messages.Classes in jetbrains.buildServer.messages.serviceMessages that implement TeamCityExtension Modifier and Type Class Description class
BuildNumberTranslator
User: kir ##teamcity[buildNumber ''] class
BuildStatisticValueTranslator
User: kir ##teamcity[buildStatisticValue key='someKey' value='443']class
BuildStatusTranslator
Deprecated.is deprecated together with corresponding service message, use ##teamcity[buildProblem...]class
DetachedFromAgentMessageTranslator
class
FlowFinishedMessageTranslator
##teamcity[flowFinished flowId=''] class
FlowStartedMessageTranslator
##teamcity[flowStarted flowId=''] and ##teamcity[flowStarted flowId=' ' parent=' '] class
MessageTranslator
Registers translators for the following service messages: ##teamcity[message ...]class
NotificationTranslator
##teamcity[notification notifier='' message='' ...]class
RemoteArtifactTranslator
Registers translators for the following service messages: ##teamcity[remoteArtifact ...] -
Uses of TeamCityExtension in jetbrains.buildServer.notification
Subinterfaces of TeamCityExtension in jetbrains.buildServer.notification Modifier and Type Interface Description interface
BuildTypeNotifierDescriptor
Descriptor forNotificator
that is used for configuring notifications in build configuration via build featureinterface
MessageSender
Simple messenger extension point.interface
NotifierDescriptor
Generic descriptor forNotificator
Implementations should extends eitherUserNotifierDescriptor
orBuildTypeNotifierDescriptor
(or both) to indicate what settings they supportinterface
ServiceMessageNotifier
An interface for notifiers that handle service message-based notifications.interface
TemplateProcessor
A processor of template model.interface
UserNotifierDescriptor
Descriptor for [Notificator] that is used for configuring notifications for user -
Uses of TeamCityExtension in jetbrains.buildServer.pipeline
Subinterfaces of TeamCityExtension in jetbrains.buildServer.pipeline Modifier and Type Interface Description interface
PipelineRequirementService
interface
PipelineRunnerGenerator
This is an ugly workaround to release pipeline YAML runners in private betaClasses in jetbrains.buildServer.pipeline that implement TeamCityExtension Modifier and Type Class Description class
GeneratePromotionsFromPipelineVirtualProcessor
-
Uses of TeamCityExtension in jetbrains.buildServer.pipeline.impl
Classes in jetbrains.buildServer.pipeline.impl that implement TeamCityExtension Modifier and Type Class Description class
PipelineParametersProvider
Used for Pipelines. -
Uses of TeamCityExtension in jetbrains.buildServer.pipeline.impl.integration
Subinterfaces of TeamCityExtension in jetbrains.buildServer.pipeline.impl.integration Modifier and Type Interface Description interface
PipelineIntegration
Classes in jetbrains.buildServer.pipeline.impl.integration that implement TeamCityExtension Modifier and Type Class Description class
DockerPipelineIntegration
class
NpmPipelineIntegration
class
UnityLicensePipelineIntegration
-
Uses of TeamCityExtension in jetbrains.buildServer.pipeline.impl.requirements
Classes in jetbrains.buildServer.pipeline.impl.requirements that implement TeamCityExtension Modifier and Type Class Description class
SelfHostedPipelineRequirementService
class
TeamCityCloudPipelineRequirementService
-
Uses of TeamCityExtension in jetbrains.buildServer.pipeline.impl.runner
Classes in jetbrains.buildServer.pipeline.impl.runner that implement TeamCityExtension Modifier and Type Class Description class
AutoGeneratedPipelineRunnerGenerator
Base class for PipelineRunnerGenerator.class
PipelineCommandLineRunnerGenerator
class
PipelineGradleRunnerGenerator
class
PipelineMavenRunnerGenerator
class
PipelineNodeJSRunnerGenerator
class
PipelinePythonRunnerGenerator
class
PipelineUnityRunnerGenerator
-
Uses of TeamCityExtension in jetbrains.buildServer.pipeline.internal
Classes in jetbrains.buildServer.pipeline.internal that implement TeamCityExtension Modifier and Type Class Description class
PipelineBuildFeature
-
Uses of TeamCityExtension in jetbrains.buildServer.pipeline.versionedSettings.yaml
Classes in jetbrains.buildServer.pipeline.versionedSettings.yaml that implement TeamCityExtension Modifier and Type Class Description class
YamlPipelineCommitMessageProducer
-
Uses of TeamCityExtension in jetbrains.buildServer.pullRequests
Subinterfaces of TeamCityExtension in jetbrains.buildServer.pullRequests Modifier and Type Interface Description interface
PullRequestManager
Pull request information and providers manager Please note, that due to limitations of this interface, pull request integration plugin does not support configurations that build pull requests coming from two VCS roots simultaneously.interface
PullRequestSupplier
-
Uses of TeamCityExtension in jetbrains.buildServer.push.impl.healthReport
Classes in jetbrains.buildServer.push.impl.healthReport that implement TeamCityExtension Modifier and Type Class Description class
BioConnectorHealthReport
class
ConfigureProxyServerForWebsocketReport
-
Uses of TeamCityExtension in jetbrains.buildServer.reportTabs
Classes in jetbrains.buildServer.reportTabs that implement TeamCityExtension Modifier and Type Class Description class
ReportTabSettingsMapper
Replaces build type external id in project report tab during project copy process -
Uses of TeamCityExtension in jetbrains.buildServer.responsibility.impl
Classes in jetbrains.buildServer.responsibility.impl that implement TeamCityExtension Modifier and Type Class Description class
InvestigationsCleanupExtension
-
Uses of TeamCityExtension in jetbrains.buildServer.responsibility.remover
Classes in jetbrains.buildServer.responsibility.remover that implement TeamCityExtension Modifier and Type Class Description class
ObsoleteBuildProblemResponsibilitiesCleanupExtension
The Cleanup extension is required to remove obsolete mutes and investigations They can become obsolete if all active branches, where they occur, become inactive. -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide Modifier and Type Interface Description interface
AddToQueuePreprocessor
interface
AuthConfigTestPatcher
interface
BranchGroupsProvider
interface
BranchSpecProvider
Allows to extend a branch specification for VCS root in build configurationinterface
BuildCustomizerExtension
Extension point that allows to further customize an existingBuildCustomizer
for custom builds.interface
BuildStartContextProcessor
Extension point to update parameters of a build before it is started on a build agentinterface
BuildStartStepsContextProcessor
Created 01.03.13 19:57interface
ChangesCollectionCondition
interface
CredentialsStorage
Credentials storage extension.interface
CredentialsStorageEx
interface
CustomSettingsMapper
This extension is called when objects like build types, templates or projects are copied.interface
DataCleaner
Deprecated.use BuildsCleanupExtension insteadinterface
DataFetcher
interface
FailedTestOutputFormatter
Extension point for providing custom logic for a test stacktrace formatting.interface
MainConfigProcessor
This interface can be implemented to save/load custom configurations in main-config.xmlinterface
MessageProcessorFactory
Allows to register custom message processors on the server side.interface
ParameterResolverServerProvider
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.interface
ParametersPreprocessor
This interface allows to register some preprocessors for run and build parameters right before running build on the build agent.interface
ProjectDataFetcher
interface
RestBuildTriggerExtension
Extension point that allows to customize the triggering of builds via the/buildQueue
REST endpoint.interface
ServerExtension
interface
TextStatusBuilder
User: kir This ServerExtension allows to customize text status line of the build, i.e.interface
TriggeredByProcessor
Extension which accepts parsed triggered by field and transforms it to a text which can be shown in the UI.Classes in jetbrains.buildServer.serverSide that implement TeamCityExtension Modifier and Type Class Description class
BranchGroupsMyBranchesProvider
class
BranchGroupsUserSelectedProvider
class
BuildFeature
Represents a kind of a plugin that provides some functionality around a build.class
BuildMetric
A named build metric.class
CustomSettingsMapperAdapter
class
JdkPackageManager
class
RemoveBasicHttpAuthSchemeAuthConfigTestPatcher
class
RunTypeExtension
Extension for build configuration runner edit/view pages.class
SAXBasedDataFetcher
Base class for data fetchers retrieving data from single XML file.class
StatisticsBuildMetric
This is a build metric which is based on statistics values published in TeamCity DB. -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.agentless
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.agentless Modifier and Type Interface Description interface
AgentlessBuildExecutor
Can be used on server to inform it that this agentless build can be started.interface
DetachedBuildStatusProvider
Can be used on server to report updates to a detached build and finally finish itClasses in jetbrains.buildServer.serverSide.agentless that implement TeamCityExtension Modifier and Type Class Description class
AgentlessBuildParametersProvider
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.agentPools
Classes in jetbrains.buildServer.serverSide.agentPools that implement TeamCityExtension Modifier and Type Class Description class
AgentPoolManagerImpl
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.agentTypes
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.agentTypes Modifier and Type Interface Description interface
AgentDescriptionPreprocessor
Preprocesses AgentDescription before storing it to the database (seeAgentTypeDatabaseStorage.storeAgentDescription(int, jetbrains.buildServer.serverSide.AgentDescription, boolean)
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.artifacts
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.artifacts Modifier and Type Interface Description interface
ArtifactContentProvider
Extension that allows to get stored artifact content for some storage typeinterface
BuildFinder
Represents build finder - utility class which is able to find build by some characteristics in specified build configuration.Classes in jetbrains.buildServer.serverSide.artifacts that implement TeamCityExtension Modifier and Type Class Description class
ArtifactStorageType
The interface implementation should provide several strings (general purpose ID, displayed name, displayed description) and a relative path to the *.jsp file that will be used to render the actual settings.class
WorkingDirectoryTargetDirRestrictor
ArtifactDependencyTargetDirRestrictor restricting download outside current working directory -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.buildDistribution
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.buildDistribution Modifier and Type Interface Description interface
BuildDistributionCallback
interface
StartBuildPrecondition
Extension point for the TeamCity build distributor.interface
StartingBuildAgentsFilter
This extension can filter agents for a queued build which is going to start. -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.buildLog
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.buildLog Modifier and Type Interface Description interface
SimpleLogMessageFilter
An implementation is used for simple filtering log messages ("simple" means that a decision is taken on a single message, that is opposite to LogMessageFilter)Classes in jetbrains.buildServer.serverSide.buildLog that implement TeamCityExtension Modifier and Type Class Description class
MatchAnyMessageFilter
Matches a message if at least one of the given filters matches it thus implementing OR logic filtering. -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.changeViewers
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.changeViewers Modifier and Type Interface Description interface
ExternalChangeViewerExtension
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.cleanup
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.cleanup Modifier and Type Interface Description interface
AfterBuildsCleanupExtension
Invoked after allBuildsCleanupExtension
processing.interface
BuildsCleanupExtension
Invoked for each build package which is to be cleaned up.interface
CleanupExtension
Deprecated.since 2022.1.Classes in jetbrains.buildServer.serverSide.cleanup that implement TeamCityExtension Modifier and Type Class Description class
CleanupExtensionAdapter
Deprecated. -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.connections
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.connections Modifier and Type Interface Description interface
ConnectionProvider
Successor of the OAuthProvider, created for the same purpose asBuildFeature
andRunType
but for new Connection-type features. -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.connections.credentials
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.connections.credentials Modifier and Type Interface Description interface
ConnectionCredentialsFactory
A factory for producing credentials from aConnectionDescriptor
. -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.connections.utils
Classes in jetbrains.buildServer.serverSide.connections.utils that implement TeamCityExtension Modifier and Type Class Description class
UnknownConnectionProvider
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.crypt
Classes in jetbrains.buildServer.serverSide.crypt that implement TeamCityExtension Modifier and Type Class Description class
EncryptionSettings
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.dependency
Classes in jetbrains.buildServer.serverSide.dependency that implement TeamCityExtension Modifier and Type Class Description class
ConditionalBuildChainModifier
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.deploymentDashboards.translators
Classes in jetbrains.buildServer.serverSide.deploymentDashboards.translators that implement TeamCityExtension Modifier and Type Class Description class
AbstractDeploymentInstanceMessageTranslator
class
DeploymentInstanceArgumentMessageTranslator
class
DeploymentInstanceStateMessageTranslator
class
RemoveDeploymentInstanceMessageTranslator
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.discovery
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.discovery Modifier and Type Interface Description interface
BuildRunnerDiscoveryExtension
Guesses build runners by browsing files in provided source code browser.interface
ResourceDiscoveryExtension
Accepts url and credentials, returns object that somehow describes resource behind provided URL.Classes in jetbrains.buildServer.serverSide.discovery that implement TeamCityExtension Modifier and Type Class Description class
BreadthFirstRunnerDiscoveryExtension
Breadth first scanner.class
VcsResourceDiscoveryExtension
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.healthStatus
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.healthStatus Modifier and Type Interface Description interface
HealthStatusAnalysisListener
Classes in jetbrains.buildServer.serverSide.healthStatus that implement TeamCityExtension Modifier and Type Class Description static class
CompositeHealthStatusReportTestUtil.ControlledReport
static class
CompositeHealthStatusReportTestUtil.NoOpReport
static class
CompositeHealthStatusReportTestUtil.TestReport
class
HealthStatusReport
Implementations of this class will find and report different issues in server configuration or state. -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.healthStatus.impl
Classes in jetbrains.buildServer.serverSide.healthStatus.impl that implement TeamCityExtension Modifier and Type Class Description class
HealthStatusReportDecorator
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.healthStatus.notifications
Classes in jetbrains.buildServer.serverSide.healthStatus.notifications that implement TeamCityExtension Modifier and Type Class Description class
HealthStatusNotificationsProducer
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.healthStatus.reports
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.healthStatus.reports.fileCaches
Classes in jetbrains.buildServer.serverSide.healthStatus.reports.fileCaches that implement TeamCityExtension Modifier and Type Class Description class
FilesCachesReport
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.identifiers
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.identifiers Modifier and Type Interface Description interface
BuildTypeIdentifiersValidatorExtension
Created 22.05.13 16:41interface
IdentifiersValidatorExtension<T>
Created 22.05.13 16:40interface
ProjectIdIdentifiersValidatorExtension
Created 22.05.13 16:41interface
VcsRootIdentifiersValidatorExtension
Created 22.05.13 16:41Classes in jetbrains.buildServer.serverSide.identifiers that implement TeamCityExtension Modifier and Type Class Description class
BuildTypeIdentifiersManagerImpl
class
ProjectIdentifiersManagerImpl
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.impl Modifier and Type Interface Description interface
AgentNameGenerator
Generates name for an agent without nameinterface
AgentParametersProvider
static interface
BuildTriggersChecker.BuildTriggersCheckerPrecondition
interface
CommitMessageProducer
A server extension providing commit messages for config action, e.g.Classes in jetbrains.buildServer.serverSide.impl that implement TeamCityExtension Modifier and Type Class Description class
AutomaticAgentAuthorizationTokens
class
BuildCacheFeature
static class
BuildTriggersChecker.QueueSizeExceededPrecondition
class
CompositeBuildStatusBuilder
class
CustomDataStorageManagerImpl
class
DBBackedBuildCounters
class
IntersectingPersonalChainsPreprocessor
class
MockBuildFeature
class
MockRunTypeExtension
class
NotificationsBuildFeature
class
OldAgentsCleaner
class
OutdatedAgentCompatibilityExtension
Since 2020.1 release agents require 1.8 java for start.class
RecentlyFailedTestsCalculator
class
ServerSettingsImpl
class
ServerTriggeredByProcessor
class
SetStepNameContextProcessor
class
SettingsPersistErrorsReport
class
TestBranchAttributesDataProvider
class
TimedBuildParametersProvider
Proxy class.class
UnknownTriggerService
class
VcsLabelingBuildFeature
class
VcsLabelingBuildFeatureSettingsMapper
class
WaitReasonStatisticsCollector
Methods in jetbrains.buildServer.serverSide.impl with type parameters of type TeamCityExtension Modifier and Type Method Description <T extends TeamCityExtension>
voidBuildServerImpl. foreachExtension(Class<T> agentExtensionClass, ExtensionsProvider.ExtensionAction<T> action)
<T extends TeamCityExtension>
TBuildServerImpl. getExtension(Class<T> extensionClass, String sourceId)
<T extends TeamCityExtension>
Collection<T>BuildServerImpl. getExtensions(Class<T> extensionClass)
<T extends TeamCityExtension>
Collection<String>BuildServerImpl. getExtensionSources(Class<T> extensionClass)
<T extends TeamCityExtension,CONTEXT,TARGET>
StampedExtensionsSupplier<CONTEXT,TARGET>BuildServerImpl. getStampedExtensionsSupplier(Class<T> extensionClass, Function<StampedExtensionsSupplier.StoredData<CONTEXT,Collection<T>>,TARGET> converter)
<T extends TeamCityExtension>
voidBuildServerImpl. registerExtension(Class<T> extensionClass, String sourceId, T extension)
<T extends TeamCityExtension>
voidBuildServerImpl. unregisterExtension(Class<T> extensionClass, String sourceId)
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl.agent
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.impl.agent Modifier and Type Interface Description static interface
AgentPluginsVersionProvider.AgentsPluginsListener
Classes in jetbrains.buildServer.serverSide.impl.agent that implement TeamCityExtension Modifier and Type Class Description class
BuildAgentFullZipAssembler
Create buildAgentFull.zip - a build agent distribution will plugins (zipped) and system/.teamcity-agent/teamcity-agent.xml That distribution should not cause update -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl.approval
Classes in jetbrains.buildServer.serverSide.impl.approval that implement TeamCityExtension Modifier and Type Class Description class
ApprovableBuildChangesCollectionCondition
class
ApprovalBuildFeature
class
ApprovalBuildParametersProcessor
class
ApprovalBuildParametersProvider
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl.artifacts
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.impl.artifacts Modifier and Type Interface Description interface
ArtifactVisibilityChecker
Classes in jetbrains.buildServer.serverSide.impl.artifacts that implement TeamCityExtension Modifier and Type Class Description class
ArtifactsSecurityChecker
class
ExternalBuildArtifactsCacheImpl
class
HiddenArtifactsFilter
class
InaccessibleArtifactsChecker
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl.audit
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.impl.audit Modifier and Type Interface Description interface
ObjectFinderExtension
Created 29.04.13 12:16Classes in jetbrains.buildServer.serverSide.impl.audit that implement TeamCityExtension Modifier and Type Class Description class
AuditLogCleanerImpl
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl.audit.finders
Classes in jetbrains.buildServer.serverSide.impl.audit.finders that implement TeamCityExtension Modifier and Type Class Description class
AgentFinder
Created 29.04.13 12:21class
AgentPoolFinder
Created 29.04.13 12:23class
AgentTypeAuditFinder
Created 29.04.13 12:22class
AuthenticationTokenAuditFinder
class
BaseFinder
Created 29.04.13 12:19class
BuildFinder
Created 29.04.13 12:24class
BuildProblemFinder
Created 29.04.13 12:34class
BuildPromotionFinder
Created 29.04.13 12:25class
BuildTemplateFinder
Created 29.04.13 12:27class
BuildTypeFinder
Created 29.04.13 12:26class
ConfigModificationsFinder
Created 29.04.13 12:32class
HealthStatusItemFinder
Author: Evgeniy.Koshkinclass
NodeFinder
class
NodeResponsibilityFinder
class
ProjectFinder
Created 29.04.13 12:29class
RunTypeFinder
Created 13.05.13 19:36class
ServerFinder
Created 29.04.13 12:23class
StringFinder
Created 29.04.13 12:37class
TestFinder
Created 29.04.13 12:33class
UserFinder
Created 29.04.13 12:27class
UserGroupFinder
Created 29.04.13 12:31class
UserRoleFinder
Created 29.04.13 12:31class
VcsModificationFinder
class
VcsRootFinder
Created 29.04.13 12:30 -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl.buildDistribution
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.impl.buildDistribution Modifier and Type Interface Description interface
BuildDistributor
Responsible for distributing queued builds between the agents.interface
StartingBuildVirtualAgentsFilter
Extension point to filter virtual agents (cloud agents which are not yet started), for a queued build which is going to start.Classes in jetbrains.buildServer.serverSide.impl.buildDistribution that implement TeamCityExtension Modifier and Type Class Description class
BuildDependenciesPrecondition
class
BuildDistributionCallbackDispatcher
class
BuildDistributorProxy
class
CheckingForChangesPrecondition
class
DefaultAgentsFilter
class
DefaultBuildDistributor
class
LicensePrecondition
class
MaxRunningBuildsPrecondition
class
PriorityAgentsFilter
class
RunOnTheSameAgentFilter
class
ScheduledTimeBuildPrecondition
Precondition that forces the build to wait in the queue until specified time in the futureclass
StartingBuildsLimitPrecondition
class
UntrustedBuildsPrecondition
class
VersionedSettingsPrecondition
class
WaitApprovalBuildPrecondition
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl.cleanup
Classes in jetbrains.buildServer.serverSide.impl.cleanup that implement TeamCityExtension Modifier and Type Class Description class
ServerCleanupManagerImpl
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl.cleanup.extensions
Classes in jetbrains.buildServer.serverSide.impl.cleanup.extensions that implement TeamCityExtension Modifier and Type Class Description class
BuildArtifactsCleaner
class
BuildCachesCleaner
class
BuildTablesCleanerImpl
class
InvalidHistoryRecordsCleaner
class
LostBuildsCleaner
class
ObsoleteFilesCleaner
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings
Classes in jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings that implement TeamCityExtension Modifier and Type Class Description class
KeepRuleBuildFeature
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl.compatMode
Classes in jetbrains.buildServer.serverSide.impl.compatMode that implement TeamCityExtension Modifier and Type Class Description class
BuildVcsNumberCompatibilityExtension
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl.configsRepo
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.impl.configsRepo Modifier and Type Interface Description interface
RepositoryInitializingExtension
interface
SelfHostedRepositoryManager
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl.persisting
Classes in jetbrains.buildServer.serverSide.impl.persisting that implement TeamCityExtension Modifier and Type Class Description class
PersistTasksStorage
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl.personal
Classes in jetbrains.buildServer.serverSide.impl.personal that implement TeamCityExtension Modifier and Type Class Description class
PersonalBuildCleaner
Created 01.05.13 18:04 -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl.problems
Classes in jetbrains.buildServer.serverSide.impl.problems that implement TeamCityExtension Modifier and Type Class Description class
FailedTestsBuildProblemProvider
The purpose of this class is to update failed tests build problem description when build finishes.class
UnknownBuildProblemProvider
User: Victory.Bedrosova Date: 5/8/12 Time: 1:17 PM -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl.problems.types
Classes in jetbrains.buildServer.serverSide.impl.problems.types that implement TeamCityExtension Modifier and Type Class Description class
ArtifactDependenciesBuildProblemTypeDetailsProvider
Created by Nikita Skvortsov date: 22.01.14.class
BuildFailureBuildProblemTypeDetailsProvider
User: Victory.Bedrosova Date: 16.07.12 Time: 17:22class
BuildFailureOnMessageBuildProblemTypeDescriptionProvider
User: Victory.Bedrosova Date: 16.07.12 Time: 15:50class
BuildFailureOnMetricBuildProblemTypeDetailsProvider
User: Victory.Bedrosova Date: 16.07.12 Time: 16:36class
BuildStatusBuildProblemTypeDetailsProvider
User: Victory.Bedrosova Date: 5/22/12 Time: 7:22 PMclass
CompilationErrorTypeDetailsProvider
User: Victory.Bedrosova Date: 6/25/12 Time: 7:56 PMclass
ExitCodeBuildProblemTypeDetailsProvider
User: Victory.Bedrosova Date: 14.08.12 Time: 13:27class
FailedTestsBuildProblemTypeDetailsProvider
User: Victory.Bedrosova Date: 5/10/12 Time: 7:26 PMclass
InternalErrorBuildProblemTypeDetailsProvider
User: Victory.Bedrosova Date: 5/10/12 Time: 7:24 PMclass
RevisionNotFoundDetailsProvider
class
ServiceMessageBuildProblemTypeDetailsProvider
User: Victory.Bedrosova Date: 19.07.12 Time: 18:29class
SnapshotDependencyBuildProblemTypeDetailsProvider
User: Victory.Bedrosova Date: 5/10/12 Time: 7:33 PMclass
UnknownBuildProblemTypeDetailsProvider
User: Victory.Bedrosova Date: 5/10/12 Time: 7:21 PMclass
UserProvidedBuildProblemTypeDetailsProvider
User: Victory.Bedrosova Date: 16.07.12 Time: 14:56 -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl.projects
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.impl.projects Modifier and Type Interface Description interface
NewExtIdValidator
Validates new extId in the context of owner projectClasses in jetbrains.buildServer.serverSide.impl.projects that implement TeamCityExtension Modifier and Type Class Description class
DefaultBuildTypeIdentifiersValidator
Created 22.05.13 17:05class
DefaultProjectIdIdentifiersValidator
Created 22.05.13 17:07class
DefaultVcsRootIdentifiersValidator
Created 22.05.13 17:01class
ProjectCredentialsStorage
class
TruncatingPrefixCredentialsStorageEx
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl.projects.features
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.impl.projects.features Modifier and Type Interface Description interface
ProjectFeaturesProvider
Extension point which allows to create additional project features from a plugin. -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl.projectSources
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.impl.projectSources Modifier and Type Interface Description interface
PatchCache
Classes in jetbrains.buildServer.serverSide.impl.projectSources that implement TeamCityExtension Modifier and Type Class Description class
PatchCacheImpl
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl.remoteDebug
Classes in jetbrains.buildServer.serverSide.impl.remoteDebug that implement TeamCityExtension Modifier and Type Class Description class
RemoteDebugBuildStartContextProcessor
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl.runType
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.impl.runType Modifier and Type Interface Description interface
CustomRunTypeResolver
A contract for additional run type resolvers with custom logic for resolving run types. -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl.ssh
Classes in jetbrains.buildServer.serverSide.impl.ssh that implement TeamCityExtension Modifier and Type Class Description class
SshKnownHostsParameterProcessor
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl.ssl.acme
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.impl.ssl.acme Modifier and Type Interface Description interface
AcmeService
Service for managing SSL certificates with ACME protocol server (RFC 8555) Supports only HTTP-01 challenges, since DNS challenges are dependent on DNS providers.Classes in jetbrains.buildServer.serverSide.impl.ssl.acme that implement TeamCityExtension Modifier and Type Class Description class
LetsEncryptAcmeService
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl.untrustedBuilds
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.impl.untrustedBuilds Modifier and Type Interface Description interface
UntrustedBuildCondition
interface
UntrustedBuildTypeCondition
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.impl.versionedSettings
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.impl.versionedSettings Modifier and Type Interface Description interface
DslConfigVersions
Provides information about dsl config version to TeamCity coreinterface
DslConverterManager
Provides information about dsl converters to TeamCity coreClasses in jetbrains.buildServer.serverSide.impl.versionedSettings that implement TeamCityExtension Modifier and Type Class Description class
FreezeReverseDepParametersProcessor
class
GeneratedSettingsCache
class
NotPersistedEntitiesHealthReport
class
OutdatedProjectSettingsHealthReport
class
ProjectVersionedSettingsDisabledHealthReport
class
VersionedSettingsCommitErrorHealthReport
class
VersionedSettingsConfigErrorHealthReport
class
VersionedSettingsContextParametersReport
class
VersionedSettingsDisabledHealthReport
class
VersionedSettingsRootIdMapper
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.messages
Classes in jetbrains.buildServer.serverSide.messages that implement TeamCityExtension Modifier and Type Class Description class
BuildCachePublishedTranslator
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.messages.codeDuplicates
Classes in jetbrains.buildServer.serverSide.messages.codeDuplicates that implement TeamCityExtension Modifier and Type Class Description class
DuplicatesMessageProcessorFactory
User: anna Date: 20-Apr-2006 -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.messages.codeInspection
Classes in jetbrains.buildServer.serverSide.messages.codeInspection that implement TeamCityExtension Modifier and Type Class Description class
InspectionsMessageProcessorFactory
Factory used to set up the database as early as possible. -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.messages.core
Classes in jetbrains.buildServer.serverSide.messages.core that implement TeamCityExtension Modifier and Type Class Description class
DefaultMessageProcessorFactory
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.metadata
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.metadata Modifier and Type Interface Description interface
BuildMetadataProvider
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.metadata.impl.metadata
Classes in jetbrains.buildServer.serverSide.metadata.impl.metadata that implement TeamCityExtension Modifier and Type Class Description class
MetadataStorageBean
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.mute
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.mute Modifier and Type Interface Description interface
MuteInfoProvider
This extension allows to provide mute information for a specific problem for a specific build, in runtime. -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.oauth
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.oauth Modifier and Type Interface Description interface
ConnectionCallback
interface
OAuthRedirectUrlExtension
interface
RefreshableTokenProviderExtension
interface
SelectiveConnectionServerExtension
Classes in jetbrains.buildServer.serverSide.oauth that implement TeamCityExtension Modifier and Type Class Description class
OAuthProvider
Represents OAuth provider serviceclass
OAuthRedirectSettingsMapper
class
RefreshableTokenConfigListener
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.oauth.azuredevops
Classes in jetbrains.buildServer.serverSide.oauth.azuredevops that implement TeamCityExtension Modifier and Type Class Description class
AzureDevOpsOAuthProvider
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.oauth.bitbucket
Classes in jetbrains.buildServer.serverSide.oauth.bitbucket that implement TeamCityExtension Modifier and Type Class Description class
BitBucketOAuthProvider
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.oauth.github
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.oauth.github Modifier and Type Interface Description interface
GitHubAppInstallationProviderExtension
Classes in jetbrains.buildServer.serverSide.oauth.github that implement TeamCityExtension Modifier and Type Class Description class
GHEOAuthProvider
class
GitHubOAuthProvider
class
GitHubOAuthProviderBase
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.oauth.gitlab
Classes in jetbrains.buildServer.serverSide.oauth.gitlab that implement TeamCityExtension Modifier and Type Class Description class
GitLabCEorEEOAuthProvider
class
GitLabComOAuthProvider
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.oauth.google
Classes in jetbrains.buildServer.serverSide.oauth.google that implement TeamCityExtension Modifier and Type Class Description class
GoogleOAuthProvider
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.oauth.reports
Classes in jetbrains.buildServer.serverSide.oauth.reports that implement TeamCityExtension Modifier and Type Class Description class
UnavailableTokenReport
class
UniqueUrlReport
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.oauth.space
Classes in jetbrains.buildServer.serverSide.oauth.space that implement TeamCityExtension Modifier and Type Class Description class
SpaceBuildFeatureSettingsMapper
class
SpaceOAuthProvider
class
SpaceReceiveInitPayloadTaskCleaner
class
SpaceTemporaryConnectionCallback
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.oauth.tfs
Classes in jetbrains.buildServer.serverSide.oauth.tfs that implement TeamCityExtension Modifier and Type Class Description class
TfsAuthProvider
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.parameters
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.parameters Modifier and Type Interface Description interface
BuildParametersProvider
This extension allows to add additional parameters available for a build.interface
ParameterDescriptionProvider
Provides a human readable description for a parameter with given name.interface
ParameterValueCompletionProvider
Used in a completion dialog, where a parameter value can be auto-completed from the keyboard.interface
ProjectParametersProvider
Allow to provide parameters which are available for referencing in Ui on project parameters tabinterface
TypedValueSet
Represents a typed set of values for parameters.interface
UserSelectOptionsProvider
Temporary class to workaround the issue of having to provide String as value in ControlDescription Will be removed when parameters handling in notifications is reworked Functions as a lambda (SUser) -> Listfor providing dynamic options in a selection -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.parameters.remote
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.parameters.remote Modifier and Type Interface Description interface
RemoteParameterProvider
Provider that allows to resolve aRemoteParameter
from aParameter
Classes in jetbrains.buildServer.serverSide.parameters.remote that implement TeamCityExtension Modifier and Type Class Description class
RemoteParametersContextProcessor
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.parameters.typed
Classes in jetbrains.buildServer.serverSide.parameters.typed that implement TeamCityExtension Modifier and Type Class Description class
AgentArchitectureValueSet
class
JdkTypedValueSet
class
OperatingSystemValueSet
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.parameters.types
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.parameters.types Modifier and Type Interface Description interface
PasswordsProvider
This extension allows to indicate that some parameters of the build are secure values(i.e.Classes in jetbrains.buildServer.serverSide.parameters.types that implement TeamCityExtension Modifier and Type Class Description class
PasswordsBuildStartContextProcessor
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.problems
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.problems Modifier and Type Interface Description interface
BuildProblemProvider
interface
BuildProblemTypeDetailsProvider
Classes in jetbrains.buildServer.serverSide.problems that implement TeamCityExtension Modifier and Type Class Description class
BaseBuildProblemTypeDetailsProvider
User: Victory.Bedrosova Date: 13.07.12 Time: 14:42 -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.setupFromUrl
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.setupFromUrl Modifier and Type Interface Description interface
SetupFromUrlExtension
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.stat
Classes in jetbrains.buildServer.serverSide.stat that implement TeamCityExtension Modifier and Type Class Description class
TestFailureRateCollector
class
TestMetadataCleaner
class
TestMetadataStorage
This class handles metadata persistance and retrieval -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.statistics.impl
Classes in jetbrains.buildServer.serverSide.statistics.impl that implement TeamCityExtension Modifier and Type Class Description class
BuildDataStorageImpl
Performs actual storage and retrieval of build-related data -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.storage
Classes in jetbrains.buildServer.serverSide.storage that implement TeamCityExtension Modifier and Type Class Description class
ArtifactsStorageSettingsContextProcessor
Created by Nikita.Skvortsov date: 26.02.2016.class
ArtifactStorageSettingsMapper
Created by Nikita.Skvortsov date: 23.03.2017.class
DefaultArtifactStorageType
Created by Nikita.Skvortsov date: 20.02.2016. -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.teamCityInfo
Classes in jetbrains.buildServer.serverSide.teamCityInfo that implement TeamCityExtension Modifier and Type Class Description class
XmlStatusProcessor
This class is used to parse and process teamcity-info.xml file. -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.tests
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.tests Modifier and Type Interface Description interface
BuildTypesTestScope
This extension allows to provide information about group of build configurations which should be treated as a common group scope to calculate test statistics.Classes in jetbrains.buildServer.serverSide.tests that implement TeamCityExtension Modifier and Type Class Description class
BuildTypesTestScopeViaProperties
class
TestNamesCleaner
-
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.util
Classes in jetbrains.buildServer.serverSide.util that implement TeamCityExtension Modifier and Type Class Description class
LastPinnedBuildFinder
class
ServerAlteringZipArchiveExtractor
Created by Nikita.Skvortsov date: 25.06.2015. -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.vcs
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.vcs Modifier and Type Interface Description interface
VcsLabelManager
Updates and provides information about vcs labels made by TeamCity -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.vcs.spec
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.vcs.spec Modifier and Type Interface Description interface
BranchAttributesDataProvider
An extension point for the attribute branch filters -
Uses of TeamCityExtension in jetbrains.buildServer.serverSide.versionedSettings
Subinterfaces of TeamCityExtension in jetbrains.buildServer.serverSide.versionedSettings Modifier and Type Interface Description interface
VersionedSettingsFreezePostProcessor
-
Uses of TeamCityExtension in jetbrains.buildServer.ssh
Subinterfaces of TeamCityExtension in jetbrains.buildServer.ssh Modifier and Type Interface Description interface
ServerSshKeyManager
interface
VcsRootSshKeyManager
-
Uses of TeamCityExtension in jetbrains.buildServer.tags
Subinterfaces of TeamCityExtension in jetbrains.buildServer.tags Modifier and Type Interface Description interface
TagsManager
Processes tags on build instances.interface
TagsManagerEx
-
Uses of TeamCityExtension in jetbrains.buildServer.tags.impl
Classes in jetbrains.buildServer.tags.impl that implement TeamCityExtension Modifier and Type Class Description class
TagsManagerImpl
-
Uses of TeamCityExtension in jetbrains.buildServer.tools
Subinterfaces of TeamCityExtension in jetbrains.buildServer.tools Modifier and Type Interface Description interface
IgnoredParametersKeys
Registry for specifying parameters if using tools in values of these parameters are controlled by plugins for disabling auto-detecting usages by core systeminterface
ServerToolPreProcessor
Created by Evgeniy.Koshkin.interface
ServerToolProvider
Represents the provider of tools.interface
ToolUsagesProvider
Classes in jetbrains.buildServer.tools that implement TeamCityExtension Modifier and Type Class Description class
RequiredToolInstalledPrecondition
class
ServerToolPreProcessorAdapter
Created by Evgeniy.Koshkin.class
ServerToolProviderAdapter
Created by Evgeniy.Koshkin on 09-Mar-16. -
Uses of TeamCityExtension in jetbrains.buildServer.tools.bundled
Classes in jetbrains.buildServer.tools.bundled that implement TeamCityExtension Modifier and Type Class Description class
BundledToolInstallationFailedReport
-
Uses of TeamCityExtension in jetbrains.buildServer.tools.impl
Classes in jetbrains.buildServer.tools.impl that implement TeamCityExtension Modifier and Type Class Description class
AgentParametersToolUsageProvider
class
AutoToolVersionParametersProvider
Created by Evgeniy.Koshkin.class
CustomArchiveServerToolProvider
Created by Evgeniy.Koshkin.class
DefaultToolVersionParametersProvider
Created by Evgeniy.Koshkin.class
DirectoryServerToolProvider
Created by Evgeniy.Koshkin.class
ImplicitParametersToolUsageProvider
class
ParameterBasedToolsProvider
class
ToolFinder
Created by Evgeniy.Koshkin.class
ToolsParametersProvider
provides parameters of tools which can be lazy-loaded on agent. -
Uses of TeamCityExtension in jetbrains.buildServer.tools.installed
Subinterfaces of TeamCityExtension in jetbrains.buildServer.tools.installed Modifier and Type Interface Description interface
RemoteInstalledToolsState
-
Uses of TeamCityExtension in jetbrains.buildServer.tools.usage
Subinterfaces of TeamCityExtension in jetbrains.buildServer.tools.usage Modifier and Type Interface Description interface
ToolsUsagesProvider
Classes in jetbrains.buildServer.tools.usage that implement TeamCityExtension Modifier and Type Class Description class
ParametersToolUsageProvider
-
Uses of TeamCityExtension in jetbrains.buildServer.users.impl
Classes in jetbrains.buildServer.users.impl that implement TeamCityExtension Modifier and Type Class Description class
UserModelImpl
-
Uses of TeamCityExtension in jetbrains.buildServer.util
Subinterfaces of TeamCityExtension in jetbrains.buildServer.util Modifier and Type Interface Description interface
ArchiveExtractor
Interface for archive extractors (spring singletons).Classes in jetbrains.buildServer.util that implement TeamCityExtension Modifier and Type Class Description class
ServerAwareTarArchiveExtractor
-
Uses of TeamCityExtension in jetbrains.buildServer.util.impl
Classes in jetbrains.buildServer.util.impl that implement TeamCityExtension Modifier and Type Class Description class
AlteringZipArchiveExtractor
Created by Nikita.Skvortsov date: 25.06.2015.class
CommonsCompressArchiveExtractorBase
Created by IntelliJ IDEA.class
SevenZArchiveExtractor
Created by Nikita.Skvortsov date: 31.10.2014.class
StreamZipArchiveExtractor
class
TarArchiveExtractor
class
ZipArchiveExtractor
-
Uses of TeamCityExtension in jetbrains.buildServer.vcs
Subinterfaces of TeamCityExtension in jetbrains.buildServer.vcs Modifier and Type Interface Description interface
VcsUsernamesValidation
-
Uses of TeamCityExtension in jetbrains.buildServer.vcs.impl
Subinterfaces of TeamCityExtension in jetbrains.buildServer.vcs.impl Modifier and Type Interface Description static interface
VcsRootUsernamesManagerImpl.VcsRootCommittersFilter
Classes in jetbrains.buildServer.vcs.impl that implement TeamCityExtension Modifier and Type Class Description class
AutoMergeBuildStatuxTextBuilder
static class
VcsChangesStorage.VcsChangeTableCleaner
class
VcsLabeler
class
VcsModificationsCleaner
class
VcsRootsManagerSettingsImpl
Created 20.08.13 18:42class
VcsRootSshKeyManagerImpl
-
Uses of TeamCityExtension in jetbrains.buildServer.vcshostings
Subinterfaces of TeamCityExtension in jetbrains.buildServer.vcshostings Modifier and Type Interface Description interface
VcsInformationService
VCS information manager uses implementations of this interface to create specific VCS information providers -
Uses of TeamCityExtension in jetbrains.buildServer.vcshostings.bbcloud
Classes in jetbrains.buildServer.vcshostings.bbcloud that implement TeamCityExtension Modifier and Type Class Description class
BitBucketVcsInformationService
-
Uses of TeamCityExtension in jetbrains.buildServer.vcshostings.github
Classes in jetbrains.buildServer.vcshostings.github that implement TeamCityExtension Modifier and Type Class Description class
GitHubVcsInformationService
-
Uses of TeamCityExtension in jetbrains.buildServer.vcshostings.gitlab
Classes in jetbrains.buildServer.vcshostings.gitlab that implement TeamCityExtension Modifier and Type Class Description class
GitLabVcsInfromationService
-
Uses of TeamCityExtension in jetbrains.buildServer.virtualConfiguration.processor
Subinterfaces of TeamCityExtension in jetbrains.buildServer.virtualConfiguration.processor Modifier and Type Interface Description interface
ProcessVirtualConfigurations
-
Uses of TeamCityExtension in jetbrains.buildServer.virtualConfiguration.processor.impl
Classes in jetbrains.buildServer.virtualConfiguration.processor.impl that implement TeamCityExtension Modifier and Type Class Description class
AddGeneratedPromotionsToGraphPreprocessor
class
CleanupUnlinkedGeneratedProjects
class
FreezeVirtualConfigurations
-
Uses of TeamCityExtension in jetbrains.buildServer.web
Subinterfaces of TeamCityExtension in jetbrains.buildServer.web Modifier and Type Interface Description interface
AdditionalCspDomains
Registers additional domain to be allowed in CSPinterface
CsrfCheck
Allows to add an extra check at the point when CSRF verification is made.interface
ForbiddenLoginDomains
Mark the domains as forbidden for login from web browser. -
Uses of TeamCityExtension in jetbrains.buildServer.web.buildlog
Subinterfaces of TeamCityExtension in jetbrains.buildServer.web.buildlog Modifier and Type Interface Description interface
LogMessageProcessorExtension
Extension point to apply simple processing to log lines.Classes in jetbrains.buildServer.web.buildlog that implement TeamCityExtension Modifier and Type Class Description class
LogMessageAnsiColorsProcessor
Created by Nikita.Skvortsov date: 03.06.2015.class
LogMessageEscapeProcessor
Created by Nikita.Skvortsov date: 10.06.2015.class
LogMessageMsgLinkProcessor
Created by Nikita.Skvortsov date: 10.06.2015.class
LogMessageStackTraceProcessor
Created by Nikita.Skvortsov date: 10.06.2015.class
LogMessageURLsProcessor
Created by Nikita.Skvortsov date: 01.06.2015. -
Uses of TeamCityExtension in jetbrains.buildServer.web.openapi.artifacts
Subinterfaces of TeamCityExtension in jetbrains.buildServer.web.openapi.artifacts Modifier and Type Interface Description interface
ArtifactDownloadProcessor
Extension that allows to download stored artifact content for some storage type. -
Uses of TeamCityExtension in jetbrains.buildServer.web.openapi.healthStatus.suggestions
Classes in jetbrains.buildServer.web.openapi.healthStatus.suggestions that implement TeamCityExtension Modifier and Type Class Description class
BuildTypeSuggestion
Base class for build type suggestions.class
ProjectSuggestion
Base class for project-level suggestions -
Uses of TeamCityExtension in jetbrains.buildServer.web.plugins.agent
Classes in jetbrains.buildServer.web.plugins.agent that implement TeamCityExtension Modifier and Type Class Description class
AgentPluginsController
-
Uses of TeamCityExtension in jetbrains.buildServer.web.plugins.report
Classes in jetbrains.buildServer.web.plugins.report that implement TeamCityExtension Modifier and Type Class Description class
ServerPluginsHealthReport
-
Uses of TeamCityExtension in jetbrains.buildServer.web.problems
Classes in jetbrains.buildServer.web.problems that implement TeamCityExtension Modifier and Type Class Description class
BuildResultsBuildProblemRenderer
Should be implemented for custom build problem rendering -
Uses of TeamCityExtension in jetbrains.buildServer.web.problems.impl
Classes in jetbrains.buildServer.web.problems.impl that implement TeamCityExtension Modifier and Type Class Description class
BaseSnapshotDependencyErrorBuildProblemRenderer
User: Victory.Bedrosova Date: 3/13/13 Time: 3:52 PMclass
BuildFailureOnMessageBuildProblemRenderer
User: Victory.Bedrosova Date: 3/18/13 Time: 4:22 PMclass
CompilationErrorBuildProblemRenderer
User: Victory.Bedrosova Date: 3/12/13 Time: 3:46 PMclass
ErrorMessageBuildProblemRenderer
class
SnapshotDependencyErrorBuildProblemRenderer
User: Victory.Bedrosova Date: 3/13/13 Time: 3:52 PMclass
SnapshotDependencyErrorBuildProceedsBuildProblemRenderer
User: Victory.Bedrosova Date: 3/13/13 Time: 3:52 PM -
Uses of TeamCityExtension in jetbrains.buildServer.web.problems.impl.exitCode
Classes in jetbrains.buildServer.web.problems.impl.exitCode that implement TeamCityExtension Modifier and Type Class Description class
ExitCodeBuildProblemRenderer
-
Uses of TeamCityExtension in jetbrains.buildServer.web.proxyProblems
Classes in jetbrains.buildServer.web.proxyProblems that implement TeamCityExtension Modifier and Type Class Description class
ProxyConfigurationProblemsHealthReport
-
Uses of TeamCityExtension in jetbrains.buildServer.web.security.impl
Classes in jetbrains.buildServer.web.security.impl that implement TeamCityExtension Modifier and Type Class Description class
AdditionalCspDomainsFromInternalProperties
class
DomainIsolationHealthStatusReport
-
Uses of TeamCityExtension in jetbrains.buildServer.web.statistics.graph
Classes in jetbrains.buildServer.web.statistics.graph that implement TeamCityExtension Modifier and Type Class Description class
GraphCustomSettingsMapper
Created by Andrey Titov on 06.06.16. -
Uses of TeamCityExtension in jetbrains.buildServer.web.util
Classes in jetbrains.buildServer.web.util that implement TeamCityExtension Modifier and Type Class Description class
RegExpTextTransformer
This class provides facility to process text with configurable regexp patterns -
Uses of TeamCityExtension in jetbrains.spring.web
Subinterfaces of TeamCityExtension in jetbrains.spring.web Modifier and Type Interface Description interface
IgnoredPathMatcher
If this predicate is matched by a HTTP request path, such a request will never be treated as a multipart one, meaning Spring will no longer convert such request toMultipartHttpServletRequest
. -
Uses of TeamCityExtension in jetbrains.vcs.api
Subinterfaces of TeamCityExtension in jetbrains.vcs.api Modifier and Type Interface Description interface
VcsServiceInterceptor
Interceptor interface to let plugins override Vcs services that may be returned from a Vcs service.
-