Difference between revisions of "Artifactory Query Language (AQL)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
 
[[Artifactory]] Query Language ([[2015]])  <ref>https://www.jfrog.com/confluence/display/RTF3X/Artifactory+3.5</ref>
 
[[Artifactory]] Query Language ([[2015]])  <ref>https://www.jfrog.com/confluence/display/RTF3X/Artifactory+3.5</ref>
  
 +
 +
 +
{
 +
"files": [
 +
  {
 +
    "aql": {
 +
      "items.find": {
 +
        "repo": {"$eq":"[[auto-trashcan]]"},
 +
        "path": {"$match":"*"},
 +
        "name": {"$match":"*"}
 +
      }
 +
    }
 +
  }
 +
]
 +
}
  
  

Revision as of 09:04, 5 October 2020

Advertising: