Uses of Class
com.atlassian.bamboo.deployments.environments.EnvironmentTriggerValidationError
-
-
Uses of EnvironmentTriggerValidationError in com.atlassian.bamboo.deployments.environments.trigger
Method parameters in com.atlassian.bamboo.deployments.environments.trigger with type arguments of type EnvironmentTriggerValidationError Modifier and Type Method Description void
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
Fields in com.atlassian.bamboo.deployments.projects.actions with type parameters of type EnvironmentTriggerValidationError Modifier and Type Field Description protected List<EnvironmentTriggerValidationError>
AbstractDeploymentProjectDetailsAction. triggerValidationErrors
Methods in com.atlassian.bamboo.deployments.projects.actions that return types with arguments of type EnvironmentTriggerValidationError Modifier and Type Method Description List<EnvironmentTriggerValidationError>
AbstractDeploymentProjectDetailsAction. getTriggerValidationErrors()
-
Uses of EnvironmentTriggerValidationError in com.atlassian.bamboo.deployments.projects.service
Method parameters in com.atlassian.bamboo.deployments.projects.service with type arguments of type EnvironmentTriggerValidationError Modifier and Type Method Description @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
Method parameters in com.atlassian.bamboo.trigger.cron with type arguments of type EnvironmentTriggerValidationError Modifier and Type Method Description void
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
Method parameters in com.atlassian.bamboo.trigger.dependency with type arguments of type EnvironmentTriggerValidationError Modifier and Type Method Description void
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)
-