| Modifier and Type | Method and Description |
|---|---|
BuildDetectionAction |
BuildDetectionActionFactory.createBuildDetectionActionForPluginBuildTrigger(ImmutableChain chain,
PlanExecutionConfig planExecutionConfig,
TriggerReason triggerReason,
PlanTrigger buildTrigger,
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 |
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 |
ExecutionStatus.getTriggerReason()
The trigger reason of the current build
|
| Modifier and Type | Method and Description |
|---|---|
TriggerReason |
TriggerManager.getTriggerReason(BuildContext buildContext)
Creates a new instance of the
CommonContext.getTriggerReason() |
TriggerReason |
TriggerManager.getTriggerReason(ChainResultsSummary chainResultsSummary,
BuildResultsSummary buildResultsSummary)
Combines the data from the given
ChainResultsSummary and BuildResultsSummary to produce a TriggerReason for a Job result |
TriggerReason |
TriggerManager.getTriggerReason(String key,
BuildChanges buildChanges,
Map<String,String> fieldsMap)
Deprecated.
since 4.2 use
TriggerManager.getTriggerReason(String key, Map fieldsMap) instead. buildChanges wasn't used anyway |
TriggerReason |
TriggerManager.getTriggerReason(String key,
Map<String,String> fieldsMap) |
TriggerReason |
TriggerManager.getTriggerReason(String key,
ResultsSummary resultsSummary) |
| Modifier and Type | Method and Description |
|---|---|
TriggerReasonRenderer |
TriggerManager.getTriggerReasonRenderer(TriggerReason triggerReason) |
TriggerReasonRenderer |
TriggerManager.getTriggerReasonRenderer(TriggerReason triggerReason,
CurrentlyBuilding currentlyBuilding) |
TriggerReasonRenderer |
TriggerManager.getTriggerReasonRenderer(TriggerReason triggerReason,
ResultsSummary resultsSummary) |
Map<String,String> |
PlanTrigger.getVariablesForContinuedBuild(TriggerReason triggerReason)
Return plugin specific variables for continued builds
|
PlanTriggerResult |
PlanTrigger.triggerPlan(TriggerReason triggerReason,
PlanResultKey planResultKey,
Map<String,String> params,
Map<String,String> customVariables,
PlanVcsRevisionDataSet lastVcsRevisionKeys) |
| Modifier and Type | Method and Description |
|---|---|
TriggerReason |
ImmutableResultsSummary.getTriggerReason()
Why the build was was triggered
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultsSummary.setTriggerReason(TriggerReason triggerReason) |
| Modifier and Type | Method and Description |
|---|---|
TriggerReason |
CommonContext.getTriggerReason()
The reason this build was triggered
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTriggerReason |
class |
ChildDependencyTriggerReason |
class |
CustomRevisionBuildTriggerReason |
class |
DependencyTriggerReason |
class |
ManualBuildTriggerReason |
class |
RerunBuildTriggerReason |
class |
UnknownTriggerReason
Trigger Reason used for when a trigger reason has been removed or not determined.
|
| 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 |
TriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor moduleDescriptor,
TriggerReason triggerReason) |
void |
TriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor moduleDescriptor,
TriggerReason triggerReason,
CurrentlyBuilding currentlyBuilding) |
void |
TriggerReasonRenderer.init(com.atlassian.plugin.ModuleDescriptor moduleDescriptor,
TriggerReason triggerReason,
ResultsSummary resultsSummary) |
| Modifier and Type | Class and Description |
|---|---|
class |
InitialBuildTriggerReason |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.