Class QuarkusExtensionCodestartProjectInput
- java.lang.Object
-
- io.quarkus.devtools.codestarts.CodestartProjectInput
-
- io.quarkus.devtools.codestarts.extension.QuarkusExtensionCodestartProjectInput
-
public final class QuarkusExtensionCodestartProjectInput extends CodestartProjectInput
-
-
Constructor Summary
Constructors Constructor Description QuarkusExtensionCodestartProjectInput(QuarkusExtensionCodestartProjectInputBuilder builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QuarkusExtensionCodestartProjectInputBuilderbuilder()booleanwithoutDevModeTest()booleanwithoutIntegrationTests()booleanwithoutUnitTest()-
Methods inherited from class io.quarkus.devtools.codestarts.CodestartProjectInput
getBoms, getData, getDependencies, getSelection, log
-
-
-
-
Constructor Detail
-
QuarkusExtensionCodestartProjectInput
public QuarkusExtensionCodestartProjectInput(QuarkusExtensionCodestartProjectInputBuilder builder)
-
-
Method Detail
-
builder
public static QuarkusExtensionCodestartProjectInputBuilder builder()
-
withoutIntegrationTests
public boolean withoutIntegrationTests()
-
withoutUnitTest
public boolean withoutUnitTest()
-
withoutDevModeTest
public boolean withoutDevModeTest()
-
-