Uses of Enum Class
dev.archunitjava.integration.BuildCommand
Packages that use BuildCommand
-
Uses of BuildCommand in dev.archunitjava.integration
Subclasses with type arguments of type BuildCommand in dev.archunitjava.integrationModifier and TypeClassDescriptionenumShared CLI operation exposed through build tools.Methods in dev.archunitjava.integration that return BuildCommandModifier and TypeMethodDescriptionBuildIntegrationRequest.command()Returns the value of thecommandrecord component.static BuildCommandReturns the enum constant of this class with the specified name.static BuildCommand[]BuildCommand.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.archunitjava.integration with parameters of type BuildCommandModifier and TypeMethodDescriptionGradleBuildIntegration.check(Path projectRoot, Path configuration, Collection<Path> sourceSetOutputDirectories, BuildCommand command, Optional<CliResultFormat> resultFormat, Optional<CliGraphFormat> graphFormat, Appendable standardOut, Appendable standardError) MavenBuildIntegration.verify(Path reactorRoot, Path configuration, Collection<Path> moduleOutputDirectories, BuildCommand command, Optional<CliResultFormat> resultFormat, Optional<CliGraphFormat> graphFormat, Appendable standardOut, Appendable standardError) Constructors in dev.archunitjava.integration with parameters of type BuildCommandModifierConstructorDescriptionBuildIntegrationRequest(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.