Uses of Interface
jetbrains.buildServer.agent.BuildAgent
-
-
Uses of BuildAgent in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent with parameters of type BuildAgent Modifier and Type Method Description void
AgentLifeCycleAdapter. afterAgentConfigurationLoaded(BuildAgent agent)
void
AgentLifeCycleListener. afterAgentConfigurationLoaded(BuildAgent agent)
is called after build agent loaded it's properties and it is called beforeAgentLifeCycleListener.agentInitialized(BuildAgent)
This is a right place to update loaded environment and set agent-wide properties usingBuildAgentConfiguration
interfacevoid
AgentLifeCycleAdapter. agentInitialized(BuildAgent agent)
void
AgentLifeCycleListener. agentInitialized(BuildAgent agent)
Called when methodinit(String[])
finishedvoid
AgentLifeCycleAdapter. agentStarted(BuildAgent agent)
void
AgentLifeCycleListener. agentStarted(BuildAgent agent)
Called after the agentstart()
methodvoid
AgentStartCallback. agentStarted(BuildAgent buildAgent)
void
AgentLifeCycleAdapter. beforeAgentConfigurationLoaded(BuildAgent agent)
void
AgentLifeCycleListener. beforeAgentConfigurationLoaded(BuildAgent agent)
is called before build agent loaded it's properties and it is called beforeAgentLifeCycleListener.agentInitialized(BuildAgent)
This is a right place to detect environment and set agent-wide properties usingBuildAgentConfiguration
interface -
Uses of BuildAgent in jetbrains.buildServer.agent.impl
Subinterfaces of BuildAgent in jetbrains.buildServer.agent.impl Modifier and Type Interface Description interface
BuildAgentEx
Classes in jetbrains.buildServer.agent.impl that implement BuildAgent Modifier and Type Class Description class
BuildAgentImpl
Methods in jetbrains.buildServer.agent.impl with parameters of type BuildAgent Modifier and Type Method Description void
HostnameParameterProvider. beforeAgentConfigurationLoaded(BuildAgent agent)
Constructors in jetbrains.buildServer.agent.impl with parameters of type BuildAgent Constructor Description AgentIdleTimeTracker(BuildAgent agent, EventDispatcher<AgentLifeCycleListener> dispatcher, TimeService timeService)
CpuBenchmarkCalculator(BuildAgent agent)
-
Uses of BuildAgent in jetbrains.buildServer.agent.impl.buildStages.finishStages
Constructors in jetbrains.buildServer.agent.impl.buildStages.finishStages with parameters of type BuildAgent Constructor Description FinishBuildOnAgentFStage(BuildAgent agent, AgentRunningBuild build)
SendBuildInterruptedIfNeededFStage(BuildAgent agent, AgentRunningBuild build)
-
Uses of BuildAgent in jetbrains.buildServer.agent.impl.buildStages.startStages
-
Uses of BuildAgent in jetbrains.buildServer.agent.impl.operationModes.executor
Constructors in jetbrains.buildServer.agent.impl.operationModes.executor with parameters of type BuildAgent Constructor Description AgentBuildFetcher(BuildAgent buildAgent, HttpApi httpApi, Map<String,String> envVars)
AgentBuildFetchRetrier(BuildAgent buildAgent, HttpApi httpApi)
-
Uses of BuildAgent in jetbrains.buildServer.agent.impl.patch
Constructors in jetbrains.buildServer.agent.impl.patch with parameters of type BuildAgent Constructor Description CheckoutPersonalPatchBuildStage(BuildAgent agent, UpdateSourcesFromPersonal updateSourcesFromPersonal, EventDispatcher<AgentLifeCycleListener> dispatcher, AgentRunningBuildEx build)
CheckoutSourcesBuildStage(BuildAgent agent, BuildProgressLogger logger, AgentRunningBuildEx build, EventDispatcher<AgentLifeCycleListener> agentDispatcher, UpdateSourcesFromAgent updateSourcesFromAgent, UpdateSourcesFromServer updateSourcesFromServer, AgentBuildCheckoutTypeResolver checkoutTypeResolver)
-
Uses of BuildAgent in jetbrains.buildServer.agent.impl.remoteDebug
Constructors in jetbrains.buildServer.agent.impl.remoteDebug with parameters of type BuildAgent Constructor Description RemoteDebugPersonalChangesHandlerImpl(BuildAgent buildAgent, AgentRunningBuildEx agentRunningBuild, RemoteDebugPersonalPatchDownloaderFactory personalPatchDownloaderFactory, PatchApplier patchApplier, PatcherFactory patcherFactory, BuildProgressLogger buildProgressLogger)
-
Uses of BuildAgent in jetbrains.buildServer.agent.impl.ssl
Constructors in jetbrains.buildServer.agent.impl.ssl with parameters of type BuildAgent Constructor Description SslAgentLifeCycleAdapter(BuildAgent agent, BuildAgentConfiguration buildAgentConfiguration, EventDispatcher<AgentLifeCycleListener> events, SSLTrustStoreProvider sslTrustStoreProvider)
-
Uses of BuildAgent in jetbrains.buildServer.agent.server
Constructors in jetbrains.buildServer.agent.server with parameters of type BuildAgent Constructor Description ServerFileUploader(BuildAgent agent)
-