Uses of Enum Class
io.github.ascopes.protobufmavenplugin.generation.GenerationResult
Packages that use GenerationResult
Package
Description
Management of source code generation requests.
-
Uses of GenerationResult in io.github.ascopes.protobufmavenplugin.generation
Subclasses with type arguments of type GenerationResult in io.github.ascopes.protobufmavenplugin.generationModifier and TypeClassDescriptionenum
Marker to describe the result of a generation run.Methods in io.github.ascopes.protobufmavenplugin.generation that return GenerationResultModifier and TypeMethodDescriptionProtobufBuildOrchestrator.generate
(GenerationRequest request) private GenerationResult
ProtobufBuildOrchestrator.handleMissingInputs
(GenerationRequest request) private GenerationResult
ProtobufBuildOrchestrator.handleMissingTargets
(GenerationRequest request) static GenerationResult
Returns the enum constant of this class with the specified name.static GenerationResult[]
GenerationResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.