You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
transitive
is 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-java
at all.The text was updated successfully, but these errors were encountered: