Is your feature request related to a problem? Please describe.
transitive is a artifactory feature To enable a search within a remote repository
The aql is like items.find(“repo”: “remote-repo”).transitive()
Describe the solution you'd like to see
Add AqlQueryBuilder.Transitive() method.
Describe alternatives you've considered
String aql = builder.build() + ".transitive()";, manually construct the aql string, thus not benefiting fromartifactory-client-java at all.
Is your feature request related to a problem? Please describe.
transitiveis a artifactory feature To enable a search within a remote repositoryThe aql is like
items.find(“repo”: “remote-repo”).transitive()Describe the solution you'd like to see
Add
AqlQueryBuilder.Transitive()method.Describe alternatives you've considered
String aql = builder.build() + ".transitive()";, manually construct the aql string, thus not benefiting fromartifactory-client-javaat all.