Class AbstractServiceTaskBuilder<B extends AbstractServiceTaskBuilder<B>>

    • Method Detail

      • implementation

        public B implementation​(String implementation)
        Sets the implementation of the build service task.
        Parameters:
        implementation - the implementation to set
        Returns:
        the builder object
      • zeebeJobType

        public B zeebeJobType​(String type)
      • zeebeJobTypeExpression

        public B zeebeJobTypeExpression​(String expression)
      • zeebeJobRetries

        public B zeebeJobRetries​(String retries)
      • zeebeJobRetriesExpression

        public B zeebeJobRetriesExpression​(String expression)
      • zeebeTaskHeader

        public B zeebeTaskHeader​(String key,
                                 String value)