Uses of Enum
com.soebes.itf.jupiter.maven.MavenExecutionResult.ExecutionResult
-
Uses of MavenExecutionResult.ExecutionResult in com.soebes.itf.jupiter.maven
Modifier and TypeMethodDescriptionMavenExecutionResult.getResult()
Returns the enum constant of this type with the specified name.static MavenExecutionResult.ExecutionResult[]
MavenExecutionResult.ExecutionResult.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionMavenExecutionResult
(MavenExecutionResult.ExecutionResult result, int returnCode, MavenLog mavenLog, MavenProjectResult mavenProjectResult, MavenCacheResult mavenCacheResult)