- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for isCreated (0.26 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildStep.java
this.name = Objects.requireNonNull(name, "name cannot be null"); this.project = Objects.requireNonNull(project, "project cannot be null"); this.phase = phase; } public boolean isCreated() { return status.get() == CREATED; } public boolean isDone() { int state = status.get(); return state == EXECUTED || state == FAILED || state == SKIPPED; }
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Apr 30 16:21:08 GMT 2025 - 4.9K bytes - Click Count (0)