Re: Fluent API Builder Classes?

2018-07-31 Thread Andras Piros
Hello Clay, glad that you want to use and extend Fluent Job API for the new Git action :) Exactly the type of use case the API was born to serve. Currently the Action, Converter, Builder, ... classes are all handwritten, only the JAXB ones (everything in org.apache.oozie.fluentjob.api.generated p

Fluent API Builder Classes?

2018-07-30 Thread Clay B.
Hello, I realized I should write a few more tests for OOZIE-2877 (Oozie Git Action) and figured it would be useful to use the new fluent API (from OOZIE-2399) for the test. Then, I saw all the builders in fluent-job/fluent-job-api/src/main/java/org/apache/oozie/fluentjob/api/action and the ex