Modifier and Type | Interface and Description |
---|---|
interface |
DeploymentTimingPoint |
Modifier and Type | Class and Description |
---|---|
class |
DeploymentTimingPoints |
static class |
DeploymentTimingPoints.AgentAssigned
Deployment was picked up from the queue by agent
|
static class |
DeploymentTimingPoints.ExecutionCancelled
Deployment execution was cancelled on agent
|
static class |
DeploymentTimingPoints.ExecutionFinished
Deployment execution was finished on agent
|
static class |
DeploymentTimingPoints.ExecutionStarted
Deployment execution was started on agent
|
static class |
DeploymentTimingPoints.Queued
Deployment was put to the queue
|
static class |
OutOfBandDeploymentTimingPoints.AgentAssigned |
static class |
OutOfBandDeploymentTimingPoints.ExecutionStarted |
static class |
OutOfBandDeploymentTimingPoints.Queued |
Modifier and Type | Method and Description |
---|---|
static Class<? extends OutOfBandTimingPoint> |
OutOfBandDeploymentTimingPoints.getOobClassForTimingPoint(TimingPoint timingPoint) |
Constructor and Description |
---|
TimingPointMessage(TimingPoint timingPoint,
boolean isOutOfBand) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteTimingPointServiceImpl.publish(TimingPoint timingPoint) |
void |
RemoteTimingPointServiceImpl.publish(TimingPoint timingPoint,
boolean isOutOfBand) |
Modifier and Type | Interface and Description |
---|---|
interface |
BuildContextTimingPoint |
interface |
BuildTimingPoint |
interface |
OutOfBandTimingPoint |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBuildContextTimingPoint |
class |
AbstractBuildTimingPoint |
class |
BuildTimingPoints |
static class |
BuildTimingPoints.AgentAssigned
Not using @AsynchronousPreferred on this type to avoid async execution
|
static class |
BuildTimingPoints.ExecutionCancelled
Not using @AsynchronousPreferred on this type to avoid async execution
|
static class |
BuildTimingPoints.ExecutionFinished
Not using @AsynchronousPreferred on this type to avoid async execution
|
static class |
BuildTimingPoints.ExecutionStarted
Not using @AsynchronousPreferred on this type to avoid async execution
|
static class |
BuildTimingPoints.Queued
Not using @AsynchronousPreferred on this type to avoid async execution
|
static class |
BuildTimingPoints.VcsSyncStarted
Not using @AsynchronousPreferred on this type to avoid async execution
|
static class |
OutOfBandBuildTimingPoints.ExecutionStarted |
static class |
OutOfBandBuildTimingPoints.OutOfBandAgentAssigned |
static class |
OutOfBandBuildTimingPoints.VcsSyncStarted |
class |
OutOfBandTimingPointWrapper
Asynchronous event broadcast upon receiving a
TimingPoint |
Modifier and Type | Method and Description |
---|---|
TimingPoint |
OutOfBandTimingPointWrapper.getTimingPoint() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends OutOfBandTimingPoint> |
OutOfBandTimingPoints.getOobClassForTimingPoint(Class<?> outOfBandBuildTimingPointsClass,
TimingPoint timingPoint) |
static Class<? extends OutOfBandTimingPoint> |
OutOfBandBuildTimingPoints.getOobClassForTimingPoint(TimingPoint timingPoint) |
static OutOfBandTimingPoint |
OutOfBandTimingPoints.oobTimingPointFor(org.apache.log4j.Logger log,
Class<? extends OutOfBandTimingPoint> oobTimingPoint,
TimingPoint timingPoint) |
void |
TimingPointServiceImpl.publish(TimingPoint timingPoint) |
void |
TimingPointService.publish(TimingPoint timingPoint)
This method will publish two timing points: the in-band and the out-of-band version
|
void |
TimingPointServiceImpl.publish(TimingPoint timingPoint,
boolean isOutOfBand) |
void |
TimingPointService.publish(TimingPoint timingPoint,
boolean isOutOfBand) |
Constructor and Description |
---|
OutOfBandTimingPointWrapper(TimingPoint delegate) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.