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 |
---|---|
ExecutableBuildAgent |
LocalBuildAgentImpl.getExecutableBuildAgent() |
ExecutableBuildAgent |
LocalBuildAgent.getExecutableBuildAgent()
The executable agent (which you can start/stop/build on) for the local agent.
|
Modifier and Type | Method and Description |
---|---|
void |
BuildAgentControllerImpl.finishBuilding(ExecutableBuildAgent buildAgent) |
void |
BuildAgentController.finishBuilding(ExecutableBuildAgent buildAgent) |
boolean |
BuildAgentControllerImpl.hasPreviousBuildResultToSend(ExecutableBuildAgent executableBuildAgent) |
boolean |
BuildAgentController.hasPreviousBuildResultToSend(ExecutableBuildAgent executableBuildAgent) |
void |
BuildAgentControllerImpl.prepareForBuilding(ExecutableBuildAgent buildAgent) |
void |
BuildAgentController.prepareForBuilding(ExecutableBuildAgent buildAgent) |
boolean |
BuildAgentControllerImpl.sendPreviousBuildResultIfRequired(ExecutableBuildAgent buildAgent) |
boolean |
BuildAgentController.sendPreviousBuildResultIfRequired(ExecutableBuildAgent buildAgent) |
void |
BuildAgentControllerImpl.waitAndPerformBuild(ExecutableBuildAgent buildAgent) |
void |
BuildAgentController.waitAndPerformBuild(ExecutableBuildAgent buildAgent)
Gets the passed build agent to wait for a build and the run the build
|
Constructor and Description |
---|
LocalBuildAgentImpl(LocalAgentDefinition definition,
ExecutableBuildAgent executableBuildAgent) |
Modifier and Type | Method and Description |
---|---|
ExecutableBuildAgent |
AgentContextImpl.getBuildAgent() |
ExecutableBuildAgent |
AgentContext.getBuildAgent()
Current build agent.
|
Modifier and Type | Method and Description |
---|---|
void |
AgentContextImpl.setBuildAgent(ExecutableBuildAgent buildAgent) |
void |
AgentContext.setBuildAgent(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(com.atlassian.event.api.EventPublisher eventPublisher,
RemoteAgent remoteAgent,
ExecutableBuildAgent executableBuildAgent) |
Modifier and Type | Method and Description |
---|---|
void |
AgentHeartBeatJob.setExecutableBuildAgent(ExecutableBuildAgent executableBuildAgent) |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.