Uses of Class
jetbrains.buildServer.UserImplemented
-
-
Uses of UserImplemented in jetbrains.buildServer.agent
-
Uses of UserImplemented in jetbrains.buildServer.agent.impl
Classes in jetbrains.buildServer.agent.impl with annotations of type UserImplemented Modifier and Type Interface Description interfaceBuildAgentPreInitActionThis interface represents agent pre-init extensions. -
Uses of UserImplemented in jetbrains.buildServer.agent.impl.buildStages
Classes in jetbrains.buildServer.agent.impl.buildStages with annotations of type UserImplemented Modifier and Type Interface Description interfaceBuildPropertiesPublishFilterExtension used on serialization build proberties before publishing to build internal artifacts. -
Uses of UserImplemented in jetbrains.buildServer.agent.runner
Classes in jetbrains.buildServer.agent.runner with annotations of type UserImplemented Modifier and Type Interface Description interfaceBuildCommandLineProcessorThis extension can be used to customize build process command line.classCommandLineBuildServiceRepresents process run parameters that checks processes exit code regardingAgentRunningBuild.getFailBuildOnExitCode()build configuration option kill all agent child processes on build interrupt returnsLoggingProcessListenerto log all process output to the build log UseBuildServiceAdapterto simplify code.interfaceCommandLineBuildServiceFactoryBuild runner interface to run processesinterfaceProgramCommandLineinterface providing information to start the process -
Uses of UserImplemented in jetbrains.buildServer.agent.vcs
Classes in jetbrains.buildServer.agent.vcs with annotations of type UserImplemented Modifier and Type Interface Description 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.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. -
Uses of UserImplemented in jetbrains.buildServer.controllers.interceptors.auth
Classes in jetbrains.buildServer.controllers.interceptors.auth with annotations of type UserImplemented Modifier and Type Interface Description interfaceHttpAuthenticationProtocolsProviderProvides supported protocols for the case when TeamCity is going to answer "401 Unauthorized" on some HTTP request.interfaceHttpAuthenticationSchemeRepresents the interface of HTTP authentication schemeinterfaceProtocolBasedHttpAuthenticationSchemeRepresents the interface of HTTP authentication scheme which can provide supported authentication protocols. -
Uses of UserImplemented in jetbrains.buildServer.controllers.parameters.api
Classes in jetbrains.buildServer.controllers.parameters.api with annotations of type UserImplemented Modifier and Type Interface Description interfaceParameterControlEditPresenterRepresents parameter control spec editinginterfaceParameterControlProviderExtension point to provide custom editor control for build parametersinterfaceParameterControlViewPresenter -
Uses of UserImplemented in jetbrains.buildServer.messages
Classes in jetbrains.buildServer.messages with annotations of type UserImplemented Modifier and Type Interface Description interfaceBuildMessagesTranslatorExtension for build messages translation on the server-side, similar extension exists on the agent. -
Uses of UserImplemented in jetbrains.buildServer.serverSide
Classes in jetbrains.buildServer.serverSide with annotations of type UserImplemented Modifier and Type Interface Description interfaceBuildServerListenerGeneric TeamCity server listeners.interfaceBuildStartContextProcessorExtension point to update parameters of a build before it is started on a build agentinterfaceProjectsModelListenerInterface for the projects model events listeners.interfaceServerListenerGeneric server listener providing most common events -
Uses of UserImplemented in jetbrains.buildServer.serverSide.auth
Classes in jetbrains.buildServer.serverSide.auth with annotations of type UserImplemented Modifier and Type Interface Description interfaceAuthModuleTypeDescribes an authentication module.interfaceUserAuthListener -
Uses of UserImplemented in jetbrains.buildServer.serverSide.metadata
Classes in jetbrains.buildServer.serverSide.metadata with annotations of type UserImplemented Modifier and Type Interface Description interfaceBuildMetadataProvider -
Uses of UserImplemented in jetbrains.buildServer.serverSide.parameters
Classes in jetbrains.buildServer.serverSide.parameters with annotations of type UserImplemented Modifier and Type Interface Description interfaceBuildParametersProviderThis extension allows to add additional parameters available for a build.interfaceParameterDescriptionProviderProvides a human readable description for a parameter with given name.interfaceParameterValueCompletionProviderUsed in a completion dialog, where a parameter value can be auto-completed from the keyboard. -
Uses of UserImplemented in jetbrains.buildServer.tools
Classes in jetbrains.buildServer.tools with annotations of type UserImplemented Modifier and Type Interface Description interfaceServerToolPreProcessorCreated by Evgeniy.Koshkin.interfaceServerToolProviderRepresents the provider of tools. -
Uses of UserImplemented in jetbrains.buildServer.tools.installed
Classes in jetbrains.buildServer.tools.installed with annotations of type UserImplemented Modifier and Type Interface Description interfaceToolEventsListenerExposes some tool events that occur during the lifecycle of a tool on TeamCity server. -
Uses of UserImplemented in jetbrains.buildServer.web.openapi
Classes in jetbrains.buildServer.web.openapi with annotations of type UserImplemented Modifier and Type Interface Description interfaceCustomTabRepresents custom tab, seeSimpleCustomTabUseSimpleCustomTabas base classinterfacePageExtensionRepresents page extension, seeSimplePageExtensionUseSimplePageExtensionas base class.
-