Uses of Class
com.atlassian.bamboo.deployments.environments.EnvironmentTriggerValidationError
Package
Description
-
Uses of EnvironmentTriggerValidationError in com.atlassian.bamboo.deployments.environments.trigger
Modifier and TypeMethodDescriptionvoid
PlanAwareEnvironmentTriggerConfigurator.validateDeploymentProjectPlanUpdate
(@Nullable ImmutableChain oldPlan, @NotNull ImmutableChain newPlan, @NotNull Environment environment, @NotNull List<EnvironmentTriggerValidationError> triggerValidationErrors, @NotNull TriggerDefinition triggerDefinition) Validate change of plan deployment is related to. -
Uses of EnvironmentTriggerValidationError in com.atlassian.bamboo.deployments.projects.actions
Modifier and TypeFieldDescriptionprotected final List<EnvironmentTriggerValidationError>
AbstractDeploymentProjectDetailsAction.triggerValidationErrors
Modifier and TypeMethodDescriptionAbstractDeploymentProjectDetailsAction.getTriggerValidationErrors()
-
Uses of EnvironmentTriggerValidationError in com.atlassian.bamboo.deployments.projects.service
Modifier and TypeMethodDescription@NotNull ErrorCollection
DeploymentProjectService.validateTriggerConfigurationOnPlanChange
(long deploymentProjectId, @NotNull PlanKey newPlanKey, @NotNull List<EnvironmentTriggerValidationError> triggerValidationErrors) Validate trigger configuration on deployment project's plan change@NotNull ErrorCollection
DeploymentProjectServiceImpl.validateTriggerConfigurationOnPlanChange
(long deploymentProjectId, @NotNull PlanKey newPlanKey, @NotNull List<EnvironmentTriggerValidationError> triggerValidationErrors) -
Uses of EnvironmentTriggerValidationError in com.atlassian.bamboo.trigger.cron
Modifier and TypeMethodDescriptionvoid
CronTriggerConfigurator.validateDeploymentProjectPlanUpdate
(@Nullable ImmutableChain oldPlan, @NotNull ImmutableChain newPlan, @NotNull Environment environment, @NotNull List<EnvironmentTriggerValidationError> triggerValidationErrors, @NotNull TriggerDefinition triggerDefinition) -
Uses of EnvironmentTriggerValidationError in com.atlassian.bamboo.trigger.dependency
Modifier and TypeMethodDescriptionvoid
AfterSuccessfulPlanTriggerConfigurator.validateDeploymentProjectPlanUpdate
(@Nullable ImmutableChain oldPlan, @NotNull ImmutableChain newPlan, @NotNull Environment environment, @NotNull List<EnvironmentTriggerValidationError> triggerValidationErrors, @NotNull TriggerDefinition triggerDefinition) void
AfterSuccessfulStageTriggerConfigurator.validateDeploymentProjectPlanUpdate
(@Nullable ImmutableChain oldPlan, @NotNull ImmutableChain newPlan, @NotNull Environment environment, @NotNull List<EnvironmentTriggerValidationError> triggerValidationErrors, @NotNull TriggerDefinition triggerDefinition)