You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/01/06 09:50:57 UTC

[camel] branch main updated: Regen for commit 0ca042e3de2246802b8cfb1df38617b6ab1ff1c8 (#6664)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 40595b4  Regen for commit 0ca042e3de2246802b8cfb1df38617b6ab1ff1c8 (#6664)
40595b4 is described below

commit 40595b44f61de2921b886ee540da9bef2ecbac73
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Thu Jan 6 10:47:55 2022 +0100

    Regen for commit 0ca042e3de2246802b8cfb1df38617b6ab1ff1c8 (#6664)
    
    Signed-off-by: GitHub <no...@github.com>
    
    Co-authored-by: davsclaus <da...@users.noreply.github.com>
---
 .../component/dsl/QuartzComponentBuilderFactory.java     | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/QuartzComponentBuilderFactory.java b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/QuartzComponentBuilderFactory.java
index dd5f478..e5fe7f8 100644
--- a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/QuartzComponentBuilderFactory.java
+++ b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/QuartzComponentBuilderFactory.java
@@ -262,21 +262,6 @@ public interface QuartzComponentBuilderFactory {
             doSetProperty("interruptJobsOnShutdown", interruptJobsOnShutdown);
             return this;
         }
-        /**
-         * Seconds to wait before starting the quartz scheduler.
-         * 
-         * The option is a: &lt;code&gt;int&lt;/code&gt; type.
-         * 
-         * Group: scheduler
-         * 
-         * @param startDelayedSeconds the value to set
-         * @return the dsl builder
-         */
-        default QuartzComponentBuilder startDelayedSeconds(
-                int startDelayedSeconds) {
-            doSetProperty("startDelayedSeconds", startDelayedSeconds);
-            return this;
-        }
     }
 
     class QuartzComponentBuilderImpl
@@ -306,7 +291,6 @@ public interface QuartzComponentBuilderFactory {
             case "schedulerFactory": ((QuartzComponent) component).setSchedulerFactory((org.quartz.SchedulerFactory) value); return true;
             case "autoStartScheduler": ((QuartzComponent) component).setAutoStartScheduler((boolean) value); return true;
             case "interruptJobsOnShutdown": ((QuartzComponent) component).setInterruptJobsOnShutdown((boolean) value); return true;
-            case "startDelayedSeconds": ((QuartzComponent) component).setStartDelayedSeconds((int) value); return true;
             default: return false;
             }
         }