public interface DaemonBuild
| Modifier and Type | Method and Description |
|---|---|
BuiltProject |
getBuiltProject()
If the thread containing the Maven build is not alive, then it returns an instance of @{BuiltProject} as a
representation of the built project;
null otherwise |
boolean |
isAlive()
Checks if this thread containing the Maven build is alive.
|
boolean isAlive()
true if the thread containing the Maven build is alive;
false otherwise.BuiltProject getBuiltProject()
null otherwisenull otherwiseCopyright © 2024 JBoss by Red Hat. All rights reserved.