|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ExperimentalApi @Internal public interface ExecutionPhaseService
Methods of this interface are called during execution process.
| Method Summary | |
|---|---|
void |
agentAssigned(CommonContext context,
long agentId)
This is executed on the agent |
void |
executionCancelled(ResultKey resultKey,
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)
This is executed on the agent |
| Method Detail |
|---|
void queued(@NotNull
CommonContext context)
context -
void agentAssigned(@NotNull
CommonContext context,
long agentId)
void vcsSyncStarted(@NotNull
CommonContext context)
void executionStarted(@NotNull
CommonContext context)
void executionCancelled(@NotNull
ResultKey resultKey,
@Nullable
Long deploymentResultId,
boolean buildActuallyCancelled)
void executionFinished(@NotNull
CommonContext context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||