Interface CamelIntegrationVerifyActionBuilder<T extends TestAction,B extends CamelIntegrationVerifyActionBuilder<T,B>>

All Superinterfaces:
ActionBuilder<T,B>, CamelJBangActionBuilderBase<T,B>, ReferenceResolverAwareBuilder<T,B>, TestActionBuilder<T>

public interface CamelIntegrationVerifyActionBuilder<T extends TestAction,B extends CamelIntegrationVerifyActionBuilder<T,B>> extends CamelJBangActionBuilderBase<T,B>
  • Method Details

    • integration

      B integration(String sourceCode)
      Identify Camel JBang process for this route.
    • integrationName

      B integrationName(String name)
      Sets the integration name.
    • isRunning

      B isRunning()
    • isStopped

      B isStopped()
    • isInPhase

      B isInPhase(String phase)
    • printLogs

      B printLogs(boolean printLogs)
    • waitForLogMessage

      B waitForLogMessage(String logMessage)
    • maxAttempts

      B maxAttempts(int maxAttempts)
    • delayBetweenAttempts

      B delayBetweenAttempts(long delayBetweenAttempts)
    • stopOnErrorStatus

      B stopOnErrorStatus(boolean stopOnErrorStatus)