|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.bamboo.execution.ExecutionPhaseServiceImpl
public class ExecutionPhaseServiceImpl
| Constructor Summary | |
|---|---|
ExecutionPhaseServiceImpl(TimingPointService timingPointService)
|
|
| Method Summary | |
|---|---|
void |
agentAssigned(CommonContext context,
long agentId)
This is executed on the agent |
void |
executionCancelled(ResultKey resultKey,
java.lang.Long deploymentResultId,
boolean buildActuallyCancelled)
Marks confirmation of build cancellation request. |
void |
executionFinished(CommonContext context)
Marks finish of tasks execution. |
void |
executionStarted(CommonContext context)
Marks start of tasks execution. |
void |
queued(CommonContext context)
This is executed on the server When the build/deployment gets put on the queue |
void |
vcsSyncStarted(CommonContext context)
Implementation for Deployments is simple do-nothing |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecutionPhaseServiceImpl(TimingPointService timingPointService)
| Method Detail |
|---|
public void queued(@NotNull
CommonContext context)
ExecutionPhaseService
queued in interface ExecutionPhaseService
public void agentAssigned(@NotNull
CommonContext context,
long agentId)
ExecutionPhaseService
agentAssigned in interface ExecutionPhaseService
public void vcsSyncStarted(@NotNull
CommonContext context)
vcsSyncStarted in interface ExecutionPhaseService
public void executionStarted(@NotNull
CommonContext context)
ExecutionPhaseService
executionStarted in interface ExecutionPhaseService
public void executionCancelled(@NotNull
ResultKey resultKey,
@Nullable
java.lang.Long deploymentResultId,
boolean buildActuallyCancelled)
ExecutionPhaseService
executionCancelled in interface ExecutionPhaseService
public void executionFinished(@NotNull
CommonContext context)
ExecutionPhaseService
executionFinished in interface ExecutionPhaseService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||