Interface BuildScopeSource
- All Known Implementing Classes:
BuildScopeMatrixSource
-
Method Summary
Modifier and TypeMethodDescriptionReturns all build paths this source has.Returns all project paths this source has.query(Collection<BuildScopeQuery> queries) Processes all queries and returns all build scopes that query selected.
-
Method Details
-
allProjectPaths
Returns all project paths this source has. -
allBuildPaths
Returns all build paths this source has. -
query
Processes all queries and returns all build scopes that query selected.
-