- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for setExecutions (0.04 seconds)
-
api/maven-api-model/src/main/mdo/maven.mdo
* @return a Map of executions field with {@code PluginExecution#getId()} as key * @see PluginExecution#getId() */ public Map<String, PluginExecution> getExecutionsAsMap() { return getExecutions().stream().collect(Collectors.toMap(exec -> exec.getId(), exec -> exec)); } ]]> </code> </codeSegment> <codeSegment> <version>4.0.0+</version>Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 26 03:07:35 GMT 2025 - 133.3K bytes - Click Count (0)