-
Notifications
You must be signed in to change notification settings - Fork 155
Open
Labels
feature requestNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request