| Modifier and Type | Method and Description |
|---|---|
String |
DefaultBuildDirectoryManager.getAgentPathPrefix(ExecutableBuildAgent buildAgent) |
String |
BuildDirectoryManager.getAgentPathPrefix(ExecutableBuildAgent buildAgent) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBuildAgent |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ExecutableBuildAgent |
LocalBuildAgentImpl.getExecutableBuildAgent() |
@NotNull ExecutableBuildAgent |
LocalBuildAgent.getExecutableBuildAgent()
The executable agent (which you can start/stop/build on) for the local agent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuildAgentController.finishBuilding(@NotNull ExecutableBuildAgent buildAgent) |
void |
BuildAgentControllerImpl.finishBuilding(@NotNull ExecutableBuildAgent buildAgent) |
boolean |
BuildAgentController.hasPreviousBuildResultToSend(ExecutableBuildAgent executableBuildAgent) |
boolean |
BuildAgentControllerImpl.hasPreviousBuildResultToSend(ExecutableBuildAgent executableBuildAgent) |
void |
BuildAgentController.prepareForBuilding(@NotNull ExecutableBuildAgent buildAgent) |
void |
BuildAgentControllerImpl.prepareForBuilding(@NotNull ExecutableBuildAgent buildAgent) |
boolean |
BuildAgentController.sendPreviousBuildResultIfRequired(ExecutableBuildAgent buildAgent) |
boolean |
BuildAgentControllerImpl.sendPreviousBuildResultIfRequired(ExecutableBuildAgent buildAgent) |
void |
BuildAgentController.waitAndPerformBuild(@NotNull ExecutableBuildAgent buildAgent)
Gets the passed build agent to wait for a build and the run the build
|
void |
BuildAgentControllerImpl.waitAndPerformBuild(@NotNull ExecutableBuildAgent buildAgent) |
| Constructor and Description |
|---|
LocalBuildAgentImpl(@NotNull LocalAgentDefinition definition,
@NotNull ExecutableBuildAgent executableBuildAgent) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable ExecutableBuildAgent |
AgentContextImpl.getBuildAgent() |
@Nullable ExecutableBuildAgent |
AgentContext.getBuildAgent()
Current build agent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AgentContextImpl.setBuildAgent(@Nullable ExecutableBuildAgent buildAgent) |
void |
AgentContext.setBuildAgent(@Nullable ExecutableBuildAgent buildAgent)
Stores a agent set within the ThreadLocal
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteBuildAgent
This class overrides DefaultBuildAgent's shutdown() and
RemoteBuildAgent.onMainThreadEnd() methods to make sure that the agent
process terminates when the main thread is finished. |
| Modifier and Type | Method and Description |
|---|---|
String |
RemoteBuildDirectoryManager.getAgentPathPrefix(ExecutableBuildAgent buildAgent) |
| Constructor and Description |
|---|
KillAgentOnFingerprintMismatchListener(@NotNull com.atlassian.event.api.EventPublisher eventPublisher,
@NotNull RemoteAgent remoteAgent,
@NotNull ExecutableBuildAgent executableBuildAgent) |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentHeartBeatJob.setExecutableBuildAgent(ExecutableBuildAgent executableBuildAgent) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.