Uses of Interface
com.atlassian.bamboo.v2.build.trigger.TriggerReason
Package
Description
-
Uses of TriggerReason in com.atlassian.bamboo.build
Modifier and TypeMethodDescription@NotNull BuildDetectionAction
BuildDetectionActionFactory.createBuildDetectionActionForPluginBuildTrigger
(@NotNull ImmutableChain chain, @Nullable PlanExecutionConfig planExecutionConfig, @NotNull TriggerReason triggerReason, @NotNull PlanTrigger buildTrigger, @NotNull Map<String, String> params, @NotNull Map<String, String> variables) @NotNull BuildDetectionAction
BuildDetectionActionFactoryImpl.createBuildDetectionActionForPluginBuildTrigger
(@NotNull ImmutableChain chain, @Nullable PlanExecutionConfig planExecutionConfig, @NotNull TriggerReason triggerReason, @NotNull PlanTrigger buildTrigger, @NotNull Map<String, String> params, @NotNull Map<String, String> variables) @NotNull BuildDetectionAction
BuildDetectionActionFactory.createManualBuildDetectionAction
(@NotNull ImmutableChain chain, @NotNull com.atlassian.user.User user, @NotNull TriggerReason triggerReason, @Nullable PlanTrigger planTrigger, @Nullable PlanExecutionConfig planExecutionConfig, @NotNull Map<String, String> params, @NotNull Map<String, String> variables) Creates a new instance ofBuildDetectionAction
that can be used to start the manual execution ofPlan
when manual stage is meant to continue build or build is restarted@NotNull BuildDetectionAction
BuildDetectionActionFactoryImpl.createManualBuildDetectionAction
(@NotNull ImmutableChain chain, @NotNull com.atlassian.user.User user, @NotNull TriggerReason triggerReason, @Nullable PlanTrigger planTrigger, @Nullable PlanExecutionConfig planExecutionConfig, @NotNull Map<String, String> params, @NotNull Map<String, String> variables) @NotNull BuildDetectionAction
BuildDetectionActionFactoryImpl.createManualBuildDetectionAction
(@NotNull ImmutableChain chain, @NotNull com.atlassian.user.User user, @Nullable PlanExecutionConfig planExecutionConfig, @Nullable TriggerReason triggerReason, @Nullable PlanTrigger planTrigger, @NotNull Map<String, String> params, @NotNull Map<String, String> variables) -
Uses of TriggerReason in com.atlassian.bamboo.build.context
Modifier and TypeMethodDescription@NotNull BuildContextBuilder
BuildContextBuilder.triggerReason
(TriggerReason triggerReason) @NotNull BuildContextBuilder
BuildContextBuilderImpl.triggerReason
(TriggerReason triggerReason) -
Uses of TriggerReason in com.atlassian.bamboo.chains
Modifier and TypeMethodDescription@NotNull TriggerReason
ChainExecution.getTriggerReason()
Get theTriggerReason
for the currentChainExecution
-
Uses of TriggerReason in com.atlassian.bamboo.deployments.execution
Modifier and TypeMethodDescription@NotNull TriggerReason
DeploymentContextImpl.getTriggerReason()
-
Uses of TriggerReason in com.atlassian.bamboo.deployments.execution.service
Modifier and TypeMethodDescriptionDeploymentExecutionService.prepareDeploymentContext
(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason) Prepare DeploymentContext out of Environment and DeploymentVersionDeploymentExecutionService.prepareDeploymentContext
(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason, boolean isVerboseLoggingOn) Prepare DeploymentContext out of Environment and DeploymentVersionDeploymentExecutionServiceImpl.prepareDeploymentContext
(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason) DeploymentExecutionServiceImpl.prepareDeploymentContext
(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason, @org.jetbrains.annotations.NotNull boolean isVerboseLoggingOn) -
Uses of TriggerReason in com.atlassian.bamboo.deployments.results
Modifier and TypeMethodDescription@NotNull TriggerReason
DeploymentResultImpl.getTriggerReason()
@NotNull TriggerReason
InternalDeploymentResult.getTriggerReason()
ModifierConstructorDescriptionDeploymentResultImpl
(long id, BuildState deploymentState, LifeCycleState lifeCycleState, Date startedDate, Date queuedDate, Date executedDate, Date finishedDate, String deploymentVersionName, Long agentId, Map<String, String> customData, TriggerReason triggerReason, @NotNull Environment environment, @Nullable DeploymentVersion deploymentVersion, @Nullable Operations operations, @Nullable AgentType agentType) -
Uses of TriggerReason in com.atlassian.bamboo.deployments.results.persistence
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,
TriggerReason> MutableDeploymentResultImpl_.triggerReason
Modifier and TypeMethodDescription@NotNull TriggerReason
DeploymentResultDto.getTriggerReason()
@NotNull TriggerReason
MutableDeploymentResultImpl.getTriggerReason()
-
Uses of TriggerReason in com.atlassian.bamboo.deployments.results.service
Modifier and TypeMethodDescriptionDeploymentResultService.createDeploymentResult
(long environmentId, long deploymentVersionId, @NotNull VariableContext variableContext, @NotNull TriggerReason triggerReason) DeploymentResultServiceImpl.createDeploymentResult
(long environmentId, long deploymentVersionId, @NotNull VariableContext variableContext, @NotNull TriggerReason triggerReason) -
Uses of TriggerReason in com.atlassian.bamboo.deployments.runtime
Modifier and TypeMethodDescription@NotNull TriggerReason
DeploymentInProgress.getTriggerReason()
@NotNull TriggerReason
DeploymentInProgressImpl.getTriggerReason()
-
Uses of TriggerReason in com.atlassian.bamboo.plan
Modifier and TypeFieldDescriptionprotected TriggerReason
ResultsSummaryJsonDecorator.triggerReason
Modifier and TypeMethodDescription@NotNull TriggerReason
ExecutionStatus.getTriggerReason()
The trigger reason of the current build -
Uses of TriggerReason in com.atlassian.bamboo.plan.cache
Modifier and TypeMethodDescription@NotNull TriggerReason
ImmutableResultsSummaryImpl.getTriggerReason()
-
Uses of TriggerReason in com.atlassian.bamboo.plan.trigger
Modifier and TypeMethodDescription@NotNull TriggerReason
TriggerManager.getTriggerReason
(@NotNull ChainResultsSummary chainResultsSummary, @NotNull BuildResultsSummary buildResultsSummary) Combines the data from the givenChainResultsSummary
andBuildResultsSummary
to produce aTriggerReason
for aJob
result@NotNull TriggerReason
TriggerManager.getTriggerReason
(@NotNull BuildContext buildContext) Creates a new instance of theCommonContext.getTriggerReason()
@NotNull TriggerReason
TriggerManager.getTriggerReason
(@NotNull String key, @NotNull ResultsSummary resultsSummary) @NotNull TriggerReason
TriggerManager.getTriggerReason
(@NotNull String key, @NotNull Map<String, String> fieldsMap) @NotNull TriggerReason
TriggerManagerImpl.getTriggerReason
(@NotNull ChainResultsSummary chainResultsSummary, @NotNull BuildResultsSummary buildResultsSummary) @NotNull TriggerReason
TriggerManagerImpl.getTriggerReason
(@NotNull BuildContext buildContext) @NotNull TriggerReason
TriggerManagerImpl.getTriggerReason
(@NotNull String key, @NotNull ResultsSummary resultsSummary) @NotNull TriggerReason
TriggerManagerImpl.getTriggerReason
(@NotNull String key, @NotNull Map<String, String> fieldsMap) Modifier and TypeMethodDescription@NotNull TriggerReasonRenderer
TriggerManager.getTriggerReasonRenderer
(@NotNull TriggerReason triggerReason) @NotNull TriggerReasonRenderer
TriggerManager.getTriggerReasonRenderer
(@NotNull TriggerReason triggerReason, @NotNull ResultsSummary resultsSummary) @NotNull TriggerReasonRenderer
TriggerManager.getTriggerReasonRenderer
(@NotNull TriggerReason triggerReason, @NotNull CurrentlyBuilding currentlyBuilding) @NotNull TriggerReasonRenderer
TriggerManagerImpl.getTriggerReasonRenderer
(@NotNull TriggerReason triggerReason) @NotNull TriggerReasonRenderer
TriggerManagerImpl.getTriggerReasonRenderer
(@NotNull TriggerReason triggerReason, @NotNull ResultsSummary resultsSummary) @NotNull TriggerReasonRenderer
TriggerManagerImpl.getTriggerReasonRenderer
(@NotNull TriggerReason triggerReason, @NotNull CurrentlyBuilding currentlyBuilding) PlanTrigger.getVariablesForContinuedBuild
(@NotNull TriggerReason triggerReason) Return plugin specific variables for continued builds@NotNull PlanTriggerResult
PlanTrigger.triggerPlan
(@NotNull TriggerReason triggerReason, @NotNull PlanResultKey planResultKey, @NotNull Map<String, String> params, @NotNull Map<String, String> customVariables, @Nullable PlanVcsRevisionDataSet lastVcsRevisionKeys) default @NotNull PlanTriggerResult
PlanTrigger.triggerPlan
(@NotNull TriggerReason triggerReason, @NotNull PlanResultKey planResultKey, @NotNull Map<String, String> params, @NotNull Map<String, String> customVariables, @Nullable PlanVcsRevisionDataSet lastVcsRevisionKeys, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) -
Uses of TriggerReason in com.atlassian.bamboo.plugins.jira.release
Modifier and TypeMethodDescriptionJIRAReleasePlanTrigger.getVariablesForContinuedBuild
(@NotNull TriggerReason triggerReason) @NotNull PlanTriggerResult
JIRAReleasePlanTrigger.triggerPlan
(@NotNull TriggerReason triggerReason, @NotNull PlanResultKey planResultKey, @NotNull Map<String, String> params, @NotNull Map<String, String> customVariables, @Nullable PlanVcsRevisionDataSet lastVcsRevisionKeys) @NotNull PlanTriggerResult
JIRAReleasePlanTrigger.triggerPlan
(@NotNull TriggerReason triggerReason, @NotNull PlanResultKey planResultKey, @NotNull Map<String, String> params, @NotNull Map<String, String> customVariables, @Nullable PlanVcsRevisionDataSet lastVcsRevisionKeys, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) -
Uses of TriggerReason in com.atlassian.bamboo.plugins.rest.model.queue
ModifierConstructorDescriptionRestQueuedBuild
(@NotNull PlanResultKey planResultKey, @Nullable TriggerReason triggerReason, @NotNull List<? extends RepositoryChangeset> changesets, @Nullable javax.ws.rs.core.UriInfo uriInfo) -
Uses of TriggerReason in com.atlassian.bamboo.rest.model.deployments.results
-
Uses of TriggerReason in com.atlassian.bamboo.resultsummary
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<AbstractResultsSummary,
TriggerReason> AbstractResultsSummary_.triggerReason
Modifier and TypeMethodDescription@NotNull TriggerReason
AbstractResultsSummary.getTriggerReason()
@NotNull TriggerReason
BuildResultsSummaryImpl.getTriggerReason()
@NotNull TriggerReason
ImmutableResultsSummary.getTriggerReason()
Why the build was was triggeredModifier and TypeMethodDescriptionvoid
AbstractResultsSummary.setTriggerReason
(TriggerReason triggerReason) void
BuildResultsSummaryImpl.setTriggerReason
(TriggerReason triggerReason) void
ResultsSummary.setTriggerReason
(TriggerReason triggerReason) -
Uses of TriggerReason in com.atlassian.bamboo.trigger.dependency
Modifier and TypeClassDescriptionclass
class
-
Uses of TriggerReason in com.atlassian.bamboo.v2.build
Modifier and TypeMethodDescription@NotNull TriggerReason
BuildContextImpl.getTriggerReason()
@NotNull TriggerReason
CommonContext.getTriggerReason()
The reason this build was triggered@NotNull TriggerReason
CurrentlyBuildingImpl.getTriggerReason()
ModifierConstructorDescriptionBuildContextImpl
(BuildIdentifier identifier, TriggerReason triggerReason, BuildDefinition buildDefinition, @Nullable BuildChanges buildChanges, @Nullable BuildContext parentBuildContext, @Nullable ArtifactContext artifactContext, VariableContext variableContext, @Nullable Map<String, String> customBuildData, Map<Long, PlanRepositoryDefinition> planRepositoryDefinitionMap, Set<Long> relevantRepositoryIds, Map<Long, String> checkoutLocation, boolean isBranch, boolean isOnceOff, boolean isCustomBuild, boolean isVerboseLoggingOn, BambooBandanaContext bandanaContext, @NotNull Iterable<CredentialsData> relevantSharedCredentials, @NotNull Map<PlanKey, ChainStorageTag> relevantStorageTags, BuildKey buildKey, MergeResultContext mergeResult, boolean expectingCustomDedicatedAgent) Using this constructor directly is not recommended.CurrentlyBuildingImpl
(BuildIdentifier buildIdentifier, BuildChanges buildChanges, TriggerReason triggerReason, Long averageDuration) -
Uses of TriggerReason in com.atlassian.bamboo.v2.build.trigger
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
final class
Trigger Reason used for when a trigger reason has been removed or not determined.Modifier and TypeFieldDescriptionprotected TriggerReason
DefaultTriggerReasonRenderer.triggerReason
Modifier and TypeMethodDescription@NotNull TriggerReason
AbstractTriggerReason.getChildTriggerReason
(BuildContext child, ImmutablePlan plan) @NotNull 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.Modifier and TypeMethodDescriptionvoid
CodeChangedTriggerReasonRenderer.init
(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason, ResultsSummary buildResultsSummary) void
CodeChangedTriggerReasonRenderer.init
(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason, CurrentlyBuilding currentlyBuilding) void
DefaultTriggerReasonRenderer.init
(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason) void
DefaultTriggerReasonRenderer.init
(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason, ResultsSummary buildResultsSummary) void
DefaultTriggerReasonRenderer.init
(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason, CurrentlyBuilding currentlyBuilding) void
TriggerReasonRenderer.init
(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason) void
TriggerReasonRenderer.init
(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason, ResultsSummary resultsSummary) void
TriggerReasonRenderer.init
(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason, CurrentlyBuilding currentlyBuilding) Modifier and TypeMethodDescriptionvoid
CodeChangedTriggerReasonRenderer.init
(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason, ResultsSummary buildResultsSummary) void
CodeChangedTriggerReasonRenderer.init
(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason, CurrentlyBuilding currentlyBuilding) void
DefaultTriggerReasonRenderer.init
(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason) void
DefaultTriggerReasonRenderer.init
(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason, ResultsSummary buildResultsSummary) void
DefaultTriggerReasonRenderer.init
(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason, CurrentlyBuilding currentlyBuilding) void
TriggerReasonRenderer.init
(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason) void
TriggerReasonRenderer.init
(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason, ResultsSummary resultsSummary) void
TriggerReasonRenderer.init
(com.atlassian.plugin.ModuleDescriptor<TriggerReason> moduleDescriptor, TriggerReason triggerReason, CurrentlyBuilding currentlyBuilding) -
Uses of TriggerReason in com.atlassian.bamboo.v2.trigger
ModifierConstructorDescriptionContinuedBuildDetectionAction
(ImmutableChain chain, @NotNull 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
(@NotNull PlanVcsRevisionHistoryService planVcsRevisionHistoryService, @NotNull BuildNumberGeneratorService buildNumberGenerator, @NotNull VariableDefinitionManager variableDefinitionManager, @NotNull BuildContextBuilderFactory buildContextBuilderFactory, @NotNull ImmutableChain chain, @Nullable PlanExecutionConfig planExecutionConfig, @NotNull TriggerReason triggerReason, @NotNull PlanTrigger buildTrigger, @NotNull Map<String, String> params, @NotNull Map<String, String> variables) -
Uses of TriggerReason in com.atlassian.bamboo.vcs.configuration.legacy
Modifier and TypeMethodDescription@NotNull TriggerReason
DeploymentRepositoryBuildContext.getTriggerReason()
-
Uses of TriggerReason in com.atlassian.bamboo.ww2.actions.build
Modifier and TypeFieldDescriptionprotected final TriggerReason
QueueItemViewForJsonDecorator.triggerReason
ModifierConstructorDescriptionBuildQueueItemViewForJsonDecorator
(PlanKey chainKey, @Nullable String projectName, String shortChainName, @Nullable String fullChainName, @Nullable PlanKey jobKey, @Nullable String jobName, @Nullable String jobOrChainResultKey, @Nullable PlanResultKey chainResultKey, int buildNumber, QueueItemViewForJsonDecorator.BuildStatus buildStatus, TriggerReason triggerReason, boolean isBranch, boolean isExpectingCustomDedicatedAgent) DeploymentQueueItemViewForJsonDecorator
(long resultId, String resultKey, long versionId, String versionName, long environmentId, @Nullable String environmentName, @Nullable String deploymentProjectName, QueueItemViewForJsonDecorator.BuildStatus buildStatus, TriggerReason triggerReason, boolean expectingCustomDedicatedAgent) protected
QueueItemViewForJsonDecorator
(String resultKey, QueueItemViewForJsonDecorator.BuildStatus buildStatus, TriggerReason triggerReason, QueueItemViewForJsonDecorator.ItemType type, boolean expectingCustomDedicatedAgent)