public class RemoteExecutionPhaseServiceImpl extends Object implements com.atlassian.bamboo.execution.ExecutionPhaseService
| Constructor and Description |
|---|
RemoteExecutionPhaseServiceImpl(BambooAgentMessageSender sender,
com.atlassian.bamboo.v2.build.timing.TimingPointService timingPointService) |
| Modifier and Type | Method and Description |
|---|---|
void |
agentAssigned(com.atlassian.bamboo.v2.build.CommonContext context,
long agentId) |
void |
executionCancelled(com.atlassian.bamboo.ResultKey resultKey,
Long deploymentResultId,
boolean buildActuallyCancelled) |
void |
executionFinished(com.atlassian.bamboo.v2.build.CommonContext context) |
void |
executionStarted(com.atlassian.bamboo.v2.build.CommonContext context) |
void |
queued(com.atlassian.bamboo.v2.build.CommonContext context) |
void |
vcsSyncStarted(com.atlassian.bamboo.v2.build.CommonContext context)
Implementation for Deployments is simple do-nothing
|
public RemoteExecutionPhaseServiceImpl(BambooAgentMessageSender sender, com.atlassian.bamboo.v2.build.timing.TimingPointService timingPointService)
public void queued(@NotNull
com.atlassian.bamboo.v2.build.CommonContext context)
queued in interface com.atlassian.bamboo.execution.ExecutionPhaseServicepublic void agentAssigned(@NotNull
com.atlassian.bamboo.v2.build.CommonContext context,
long agentId)
agentAssigned in interface com.atlassian.bamboo.execution.ExecutionPhaseServicepublic void vcsSyncStarted(@NotNull
com.atlassian.bamboo.v2.build.CommonContext context)
vcsSyncStarted in interface com.atlassian.bamboo.execution.ExecutionPhaseServicepublic void executionStarted(@NotNull
com.atlassian.bamboo.v2.build.CommonContext context)
executionStarted in interface com.atlassian.bamboo.execution.ExecutionPhaseServicepublic void executionCancelled(@NotNull
com.atlassian.bamboo.ResultKey resultKey,
@Nullable
Long deploymentResultId,
boolean buildActuallyCancelled)
executionCancelled in interface com.atlassian.bamboo.execution.ExecutionPhaseServicepublic void executionFinished(@NotNull
com.atlassian.bamboo.v2.build.CommonContext context)
executionFinished in interface com.atlassian.bamboo.execution.ExecutionPhaseServiceCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.