Uses of Enum Class
uno.anahata.ai.nb.model.maven.MavenBuildResult.ProcessStatus
Packages that use MavenBuildResult.ProcessStatus
Package
Description
Models for Maven-specific data, including dependency scopes, build results,
and artifact search information.
-
Uses of MavenBuildResult.ProcessStatus in uno.anahata.ai.nb.model.maven
Subclasses with type arguments of type MavenBuildResult.ProcessStatus in uno.anahata.ai.nb.model.mavenModifier and TypeClassDescriptionstatic enumThe final status of the Maven process.Methods in uno.anahata.ai.nb.model.maven that return MavenBuildResult.ProcessStatusModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MavenBuildResult.ProcessStatus[]MavenBuildResult.ProcessStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.
