- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getNumberOfBuilds (0.09 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/builder/multithreaded/MultiThreadedBuilder.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jul 16 03:42:09 GMT 2025 - 8.9K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/lifecycle/internal/builder/multithreaded/ConcurrencyDependencyGraphTest.java
// start assertEquals(0, graph.getFinishedProjects().size()); assertEquals(6, graph.getNumberOfBuilds()); List<MavenProject> rootSchedulableBuilds = graph.getRootSchedulableBuilds(); // only Project.A has no dependencies assertEquals(1, rootSchedulableBuilds.size()); assertEquals(Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 3.8K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/builder/multithreaded/ConcurrencyDependencyGraph.java
this.projectDependencyGraph = projectDependencyGraph; this.projectBuilds = projectBuilds; this.projectComparator = new SmartProjectComparator(projectDependencyGraph); } public int getNumberOfBuilds() { return projectBuilds.size(); } /** * Gets all the builds that have no reactor-dependencies, ordered by critical path priority *Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 5.9K bytes - Click Count (0)