Uses of Interface
com.atlassian.bamboo.v2.build.trigger.TriggerReason
Packages that use TriggerReason
Package
Description
-
Uses of TriggerReason in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build with parameters of type TriggerReasonModifier 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
Methods in com.atlassian.bamboo.build.context with parameters of type TriggerReasonModifier and TypeMethodDescription@NotNull BuildContextBuilder
BuildContextBuilder.triggerReason
(TriggerReason triggerReason) @NotNull BuildContextBuilder
BuildContextBuilderImpl.triggerReason
(TriggerReason triggerReason) -
Uses of TriggerReason in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains that return TriggerReasonModifier and TypeMethodDescription@NotNull TriggerReason
ChainExecution.getTriggerReason()
Get theTriggerReason
for the currentChainExecution
-
Uses of TriggerReason in com.atlassian.bamboo.deployments.execution
Methods in com.atlassian.bamboo.deployments.execution that return TriggerReasonModifier and TypeMethodDescription@NotNull TriggerReason
DeploymentContextImpl.getTriggerReason()
-
Uses of TriggerReason in com.atlassian.bamboo.deployments.execution.service
Methods in com.atlassian.bamboo.deployments.execution.service with parameters of type TriggerReasonModifier 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
Methods in com.atlassian.bamboo.deployments.results that return TriggerReasonModifier and TypeMethodDescription@NotNull TriggerReason
DeploymentResultImpl.getTriggerReason()
@NotNull TriggerReason
InternalDeploymentResult.getTriggerReason()
Constructors in com.atlassian.bamboo.deployments.results with parameters of type TriggerReasonModifierConstructorDescriptionDeploymentResultImpl
(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
Fields in com.atlassian.bamboo.deployments.results.persistence with type parameters of type TriggerReasonModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,
TriggerReason> MutableDeploymentResultImpl_.triggerReason
Methods in com.atlassian.bamboo.deployments.results.persistence that return TriggerReasonModifier and TypeMethodDescription@NotNull TriggerReason
DeploymentResultDto.getTriggerReason()
@NotNull TriggerReason
MutableDeploymentResultImpl.getTriggerReason()
-
Uses of TriggerReason in com.atlassian.bamboo.deployments.results.service
Methods in com.atlassian.bamboo.deployments.results.service with parameters of type TriggerReasonModifier 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
Methods in com.atlassian.bamboo.deployments.runtime that return TriggerReasonModifier and TypeMethodDescription@NotNull TriggerReason
DeploymentInProgress.getTriggerReason()
@NotNull TriggerReason
DeploymentInProgressImpl.getTriggerReason()
-
Uses of TriggerReason in com.atlassian.bamboo.plan
Fields in com.atlassian.bamboo.plan declared as TriggerReasonModifier and TypeFieldDescriptionprotected TriggerReason
ResultsSummaryJsonDecorator.triggerReason
Methods in com.atlassian.bamboo.plan that return TriggerReasonModifier and TypeMethodDescription@NotNull TriggerReason
ExecutionStatus.getTriggerReason()
The trigger reason of the current build -
Uses of TriggerReason in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return TriggerReasonModifier and TypeMethodDescription@NotNull TriggerReason
ImmutableResultsSummaryImpl.getTriggerReason()
-
Uses of TriggerReason in com.atlassian.bamboo.plan.trigger
Methods in com.atlassian.bamboo.plan.trigger that return TriggerReasonModifier 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) Methods in com.atlassian.bamboo.plan.trigger with parameters of type TriggerReasonModifier 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
Classes in com.atlassian.bamboo.plugins.jira.release that implement TriggerReasonMethods in com.atlassian.bamboo.plugins.jira.release with parameters of type TriggerReasonModifier 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
Constructors in com.atlassian.bamboo.plugins.rest.model.queue with parameters of type TriggerReasonModifierConstructorDescriptionRestQueuedBuild
(@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
Methods in com.atlassian.bamboo.rest.model.deployments.results that return TriggerReason -
Uses of TriggerReason in com.atlassian.bamboo.resultsummary
Fields in com.atlassian.bamboo.resultsummary with type parameters of type TriggerReasonModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<AbstractResultsSummary,
TriggerReason> AbstractResultsSummary_.triggerReason
Methods in com.atlassian.bamboo.resultsummary that return TriggerReasonModifier and TypeMethodDescription@NotNull TriggerReason
AbstractResultsSummary.getTriggerReason()
@NotNull TriggerReason
BuildResultsSummaryImpl.getTriggerReason()
@NotNull TriggerReason
ImmutableResultsSummary.getTriggerReason()
Why the build was was triggeredMethods in com.atlassian.bamboo.resultsummary with parameters of type TriggerReasonModifier 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
Classes in com.atlassian.bamboo.trigger.dependency that implement TriggerReasonModifier and TypeClassDescriptionclass
class
-
Uses of TriggerReason in com.atlassian.bamboo.v2.build
Methods in com.atlassian.bamboo.v2.build that return TriggerReasonModifier and TypeMethodDescription@NotNull TriggerReason
BuildContextImpl.getTriggerReason()
@NotNull TriggerReason
CommonContext.getTriggerReason()
The reason this build was triggered@NotNull TriggerReason
CurrentlyBuildingImpl.getTriggerReason()
Constructors in com.atlassian.bamboo.v2.build with parameters of type TriggerReasonModifierConstructorDescriptionBuildContextImpl
(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
Classes in com.atlassian.bamboo.v2.build.trigger that implement TriggerReasonModifier 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.Fields in com.atlassian.bamboo.v2.build.trigger declared as TriggerReasonModifier and TypeFieldDescriptionprotected TriggerReason
DefaultTriggerReasonRenderer.triggerReason
Methods in com.atlassian.bamboo.v2.build.trigger that return TriggerReasonModifier 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.Methods in com.atlassian.bamboo.v2.build.trigger with parameters of type TriggerReasonModifier 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) Method parameters in com.atlassian.bamboo.v2.build.trigger with type arguments of type TriggerReasonModifier 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
Classes in com.atlassian.bamboo.v2.trigger that implement TriggerReasonConstructors in com.atlassian.bamboo.v2.trigger with parameters of type TriggerReasonModifierConstructorDescriptionContinuedBuildDetectionAction
(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
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return TriggerReasonModifier and TypeMethodDescription@NotNull TriggerReason
DeploymentRepositoryBuildContext.getTriggerReason()
-
Uses of TriggerReason in com.atlassian.bamboo.ww2.actions.build
Fields in com.atlassian.bamboo.ww2.actions.build declared as TriggerReasonModifier and TypeFieldDescriptionprotected final TriggerReason
QueueItemViewForJsonDecorator.triggerReason
Methods in com.atlassian.bamboo.ww2.actions.build that return TriggerReasonConstructors in com.atlassian.bamboo.ww2.actions.build with parameters of type TriggerReasonModifierConstructorDescriptionBuildQueueItemViewForJsonDecorator
(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)