Modifier and Type | Method and Description |
---|---|
BuildDetectionAction |
BuildDetectionActionFactoryImpl.createBuildDetectionActionForPluginBuildTrigger(ImmutableChain chain,
PlanExecutionConfig planExecutionConfig,
TriggerReason triggerReason,
PlanTrigger buildTrigger,
Map<String,String> params,
Map<String,String> variables) |
BuildDetectionAction |
BuildDetectionActionFactory.createBuildDetectionActionForPluginBuildTrigger(ImmutableChain chain,
PlanExecutionConfig planExecutionConfig,
TriggerReason triggerReason,
PlanTrigger buildTrigger,
Map<String,String> params,
Map<String,String> variables)
|
BuildDetectionAction |
BuildDetectionActionFactoryImpl.createManualBuildDetectionAction(ImmutableChain chain,
com.atlassian.user.User user,
PlanExecutionConfig planExecutionConfig,
TriggerReason triggerReason,
PlanTrigger planTrigger,
Map<String,String> params,
Map<String,String> variables) |
BuildDetectionAction |
BuildDetectionActionFactoryImpl.createManualBuildDetectionAction(ImmutableChain chain,
com.atlassian.user.User user,
TriggerReason triggerReason,
PlanTrigger planTrigger,
PlanExecutionConfig planExecutionConfig,
Map<String,String> params,
Map<String,String> variables) |
BuildDetectionAction |
BuildDetectionActionFactory.createManualBuildDetectionAction(ImmutableChain chain,
com.atlassian.user.User user,
TriggerReason triggerReason,
PlanTrigger planTrigger,
PlanExecutionConfig planExecutionConfig,
Map<String,String> params,
Map<String,String> variables)
Creates a new instance of
BuildDetectionAction that can be used to start the manual execution of Plan when manual stage is meant to continue build or build is restarted |
Modifier and Type | Method and Description |
---|---|
BuildContextBuilder |
BuildContextBuilderImpl.triggerReason(TriggerReason triggerReason) |
BuildContextBuilder |
BuildContextBuilder.triggerReason(TriggerReason triggerReason) |
Modifier and Type | Method and Description |
---|---|
TriggerReason |
ChainExecution.getTriggerReason()
Get the
TriggerReason for the current ChainExecution |
Modifier and Type | Method and Description |
---|---|
TriggerReason |
DeploymentContextImpl.getTriggerReason() |
Modifier and Type | Method and Description |
---|---|
DeploymentContext |
DeploymentExecutionServiceImpl.prepareDeploymentContext(Environment environment,
DeploymentVersion deploymentVersion,
TriggerReason triggerReason) |
DeploymentContext |
DeploymentExecutionService.prepareDeploymentContext(Environment environment,
DeploymentVersion deploymentVersion,
TriggerReason triggerReason)
Prepare DeploymentContext out of Environment and DeploymentVersion
|
Modifier and Type | Method and Description |
---|---|
TriggerReason |
DeploymentResultImpl.getTriggerReason() |
TriggerReason |
InternalDeploymentResult.getTriggerReason() |
Constructor and Description |
---|
DeploymentResultImpl(long id,
BuildState deploymentState,
LifeCycleState lifeCycleState,
Date startedDate,
Date queuedDate,
Date executedDate,
Date finishedDate,
String deploymentVersionName,
Long agentId,
Map<String,String> customData,
TriggerReason triggerReason,
Environment environment,
DeploymentVersion deploymentVersion,
Operations operations) |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,TriggerReason> |
MutableDeploymentResultImpl_.triggerReason |
Modifier and Type | Method and Description |
---|---|
TriggerReason |
MutableDeploymentResultImpl.getTriggerReason() |
TriggerReason |
DeploymentResultDto.getTriggerReason() |
Modifier and Type | Method and Description |
---|---|
DeploymentResult |
DeploymentResultServiceImpl.createDeploymentResult(long environmentId,
long deploymentVersionId,
VariableContext variableContext,
TriggerReason triggerReason) |
DeploymentResult |
DeploymentResultService.createDeploymentResult(long environmentId,
long deploymentVersionId,
VariableContext variableContext,
TriggerReason triggerReason) |
Modifier and Type | Method and Description |
---|---|
TriggerReason |
DeploymentInProgressImpl.getTriggerReason() |
TriggerReason |
DeploymentInProgress.getTriggerReason() |
Modifier and Type | Method and Description |
---|---|
TriggerReason |
ExecutionStatus.getTriggerReason()
The trigger reason of the current build
|
Modifier and Type | Method and Description |
---|---|
TriggerReason |
ImmutableResultsSummaryImpl.getTriggerReason() |
Modifier and Type | Class and Description |
---|---|
class |
JIRAReleaseTriggerReason |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
JIRAReleasePlanTrigger.getVariablesForContinuedBuild(TriggerReason triggerReason) |
PlanTriggerResult |
JIRAReleasePlanTrigger.triggerPlan(TriggerReason triggerReason,
PlanResultKey planResultKey,
Map<String,String> params,
Map<String,String> customVariables,
PlanVcsRevisionDataSet lastVcsRevisionKeys) |
Constructor and Description |
---|
RestQueuedBuild(PlanResultKey planResultKey,
TriggerReason triggerReason,
List<? extends RepositoryChangeset> changesets,
javax.ws.rs.core.UriInfo uriInfo) |
Modifier and Type | Method and Description |
---|---|
TriggerReason |
RestDeploymentResult.getTriggerReason() |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<AbstractResultsSummary,TriggerReason> |
AbstractResultsSummary_.triggerReason |
Modifier and Type | Method and Description |
---|---|
TriggerReason |
BuildResultsSummaryImpl.getTriggerReason() |
TriggerReason |
AbstractResultsSummary.getTriggerReason() |
TriggerReason |
ImmutableResultsSummary.getTriggerReason()
Why the build was was triggered
|
Modifier and Type | Method and Description |
---|---|
void |
BuildResultsSummaryImpl.setTriggerReason(TriggerReason triggerReason) |
void |
AbstractResultsSummary.setTriggerReason(TriggerReason triggerReason) |
void |
ResultsSummary.setTriggerReason(TriggerReason triggerReason) |
Modifier and Type | Class and Description |
---|---|
class |
CompletedStageTriggerReason |
class |
EnvironmentDependencyTriggerReason |
Modifier and Type | Method and Description |
---|---|
TriggerReason |
BuildContextImpl.getTriggerReason() |
TriggerReason |
CurrentlyBuildingImpl.getTriggerReason() |
TriggerReason |
CommonContext.getTriggerReason()
The reason this build was triggered
|
Constructor and Description |
---|
BuildContextImpl(BuildIdentifier identifier,
TriggerReason triggerReason,
BuildDefinition buildDefinition,
BuildChanges buildChanges,
BuildContext parentBuildContext,
ArtifactContext artifactContext,
VariableContext variableContext,
Map<String,String> customBuildData,
Map<Long,PlanRepositoryDefinition> planRepositoryDefinitionMap,
Set<Long> relevantRepositoryIds,
Map<Long,String> checkoutLocation,
boolean isBranch,
boolean isOnceOff,
boolean isCustomBuild,
BambooBandanaContext bandanaContext,
Iterable<CredentialsData> relevantSharedCredentials,
Map<PlanKey,ChainStorageTag> relevantStorageTags,
BuildKey buildKey)
Using this constructor directly is not recommended.
|
CurrentlyBuildingImpl(BuildIdentifier buildIdentifier,
BuildChanges buildChanges,
TriggerReason triggerReason,
Long averageDuration) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTriggerReason |
class |
ChildDependencyTriggerReason |
class |
CodeChangedTriggerReason |
class |
CustomRevisionBuildTriggerReason |
class |
DependencyTriggerReason |
class |
ManualBuildTriggerReason |
class |
RerunBuildTriggerReason |
class |
RssChangedTriggerReason |
class |
ScheduledTriggerReason |
class |
UnknownTriggerReason
Trigger Reason used for when a trigger reason has been removed or not determined.
|
Modifier and Type | Field and Description |
---|---|
protected TriggerReason |
DefaultTriggerReasonRenderer.triggerReason |
Modifier and Type | Method and Description |
---|---|
TriggerReason |
TriggerReason.getChildTriggerReason(BuildContext child,
ImmutablePlan plan)
If build A (triggered because of this TriggerReason) caused builds of plans X,Y,Z to trigger,
this method will be called to determine trigger reasons for plans X, Y, Z.
|
TriggerReason |
AbstractTriggerReason.getChildTriggerReason(BuildContext child,
ImmutablePlan plan) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor,
TriggerReason triggerReason) |
void |
TriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor,
TriggerReason triggerReason) |
void |
CodeChangedTriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor,
TriggerReason triggerReason,
CurrentlyBuilding currentlyBuilding) |
void |
DefaultTriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor,
TriggerReason triggerReason,
CurrentlyBuilding currentlyBuilding) |
void |
TriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor,
TriggerReason triggerReason,
CurrentlyBuilding currentlyBuilding) |
void |
CodeChangedTriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor,
TriggerReason triggerReason,
ResultsSummary buildResultsSummary) |
void |
DefaultTriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor,
TriggerReason triggerReason,
ResultsSummary buildResultsSummary) |
void |
TriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor,
TriggerReason triggerReason,
ResultsSummary resultsSummary) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor,
TriggerReason triggerReason) |
void |
TriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor,
TriggerReason triggerReason) |
void |
CodeChangedTriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor,
TriggerReason triggerReason,
CurrentlyBuilding currentlyBuilding) |
void |
DefaultTriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor,
TriggerReason triggerReason,
CurrentlyBuilding currentlyBuilding) |
void |
TriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor,
TriggerReason triggerReason,
CurrentlyBuilding currentlyBuilding) |
void |
CodeChangedTriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor,
TriggerReason triggerReason,
ResultsSummary buildResultsSummary) |
void |
DefaultTriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor,
TriggerReason triggerReason,
ResultsSummary buildResultsSummary) |
void |
TriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor,
TriggerReason triggerReason,
ResultsSummary resultsSummary) |
Modifier and Type | Class and Description |
---|---|
class |
InitialBuildTriggerReason |
Constructor and Description |
---|
ContinuedBuildDetectionAction(ImmutableChain chain,
PlanExecutionConfig planExecutionConfig,
com.atlassian.user.User user,
TriggerReason triggerReason,
Map<String,String> params,
Map<String,String> variables,
ErrorUpdateHandler errorUpdateHandler,
ResultsSummaryManager resultsSummaryManager,
TriggerManager triggerManager,
BranchIntegrationService branchIntegrationService,
BuildContextBuilderFactory buildContextBuilderFactory,
ResultsSummaryVariableAccessor resultsSummaryVariableAccessor,
VcsRepositoryManager vcsRepositoryManager) |
PluginTriggerBuildDetectionAction(PlanVcsRevisionHistoryService planVcsRevisionHistoryService,
BuildNumberGeneratorService buildNumberGenerator,
VariableDefinitionManager variableDefinitionManager,
BuildContextBuilderFactory buildContextBuilderFactory,
ImmutableChain chain,
PlanExecutionConfig planExecutionConfig,
TriggerReason triggerReason,
PlanTrigger buildTrigger,
Map<String,String> params,
Map<String,String> variables) |
Modifier and Type | Method and Description |
---|---|
TriggerReason |
DeploymentRepositoryBuildContext.getTriggerReason() |
Modifier and Type | Field and Description |
---|---|
protected TriggerReason |
QueueItemViewForJsonDecorator.triggerReason |
Modifier and Type | Method and Description |
---|---|
TriggerReason |
QueueItemViewForJsonDecorator.getTriggerReason() |
Constructor and Description |
---|
BuildQueueItemViewForJsonDecorator(PlanKey chainKey,
String projectName,
String shortChainName,
String fullChainName,
PlanKey jobKey,
String jobName,
PlanResultKey jobOrChainResultKey,
PlanResultKey chainResultKey,
int buildNumber,
QueueItemViewForJsonDecorator.BuildStatus buildStatus,
TriggerReason triggerReason,
boolean isBranch) |
DeploymentQueueItemViewForJsonDecorator(long resultId,
String resultKey,
long versionId,
String versionName,
long environmentId,
String environmentName,
String deploymentProjectName,
QueueItemViewForJsonDecorator.BuildStatus buildStatus,
TriggerReason triggerReason,
List<BuildAgentDecorator> executableAgents,
List<ElasticImageConfiguration> elasticImageConfigurations) |
QueueItemViewForJsonDecorator(String resultKey,
QueueItemViewForJsonDecorator.BuildStatus buildStatus,
TriggerReason triggerReason,
QueueItemViewForJsonDecorator.ItemType type) |
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.