Uses of Enum
com.soebes.itf.jupiter.maven.MavenExecutionResult.ExecutionResult
-
Uses of MavenExecutionResult.ExecutionResult in com.soebes.itf.jupiter.maven
Methods in com.soebes.itf.jupiter.maven that return MavenExecutionResult.ExecutionResultModifier 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.Constructors in com.soebes.itf.jupiter.maven with parameters of type MavenExecutionResult.ExecutionResultModifierConstructorDescriptionMavenExecutionResult
(MavenExecutionResult.ExecutionResult result, int returnCode, MavenLog mavenLog, MavenProjectResult mavenProjectResult, MavenCacheResult mavenCacheResult)