Interface TestBuildChainCustomizerProducer


public interface TestBuildChainCustomizerProducer
Implementation of this class have the ability to add build items
  • Method Summary

    Modifier and Type
    Method
    Description
    Consumer<io.quarkus.builder.BuildChainBuilder>
    produce(org.jboss.jandex.Index testClassesIndex)
     
  • Method Details

    • produce

      Consumer<io.quarkus.builder.BuildChainBuilder> produce(org.jboss.jandex.Index testClassesIndex)