Uses of Enum Class
dev.archunitjava.integration.BuildTool
Packages that use BuildTool
-
Uses of BuildTool in dev.archunitjava.integration
Subclasses with type arguments of type BuildTool in dev.archunitjava.integrationModifier and TypeClassDescriptionenumSupported build hosts for the first-party integration bridge.Methods in dev.archunitjava.integration that return BuildToolModifier and TypeMethodDescriptionBuildIntegrationRequest.tool()Returns the value of thetoolrecord component.BuildIntegrationResult.tool()Returns the value of thetoolrecord component.static BuildToolReturns the enum constant of this class with the specified name.static BuildTool[]BuildTool.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.integration with parameters of type BuildToolModifierConstructorDescriptionBuildIntegrationRequest(BuildTool tool, String lifecycle, Path approvedRoot, Path configuration, List<Path> compiledOutputs, BuildCommand command, Optional<CliResultFormat> resultFormat, Optional<CliGraphFormat> graphFormat) Creates an instance of aBuildIntegrationRequestrecord class.BuildIntegrationResult(BuildTool tool, String lifecycle, int exitCode, List<Path> compiledOutputs) Creates an instance of aBuildIntegrationResultrecord class.