Skip to content

How to specify transitive keyword to aql? #320

@LeiYangGH

Description

@LeiYangGH

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions