Package io.quarkus.test.services.quarkus
Class ProdQuarkusApplicationManagedResourceBuilder
- java.lang.Object
-
- io.quarkus.test.services.quarkus.QuarkusApplicationManagedResourceBuilder
-
- io.quarkus.test.services.quarkus.ProdQuarkusApplicationManagedResourceBuilder
-
- All Implemented Interfaces:
ManagedResourceBuilder
public class ProdQuarkusApplicationManagedResourceBuilder extends QuarkusApplicationManagedResourceBuilder
-
-
Field Summary
-
Fields inherited from class io.quarkus.test.services.quarkus.QuarkusApplicationManagedResourceBuilder
HTTP_PORT_DEFAULT, QUARKUS_GRPC_SERVER_PORT_PROPERTY, QUARKUS_HTTP_PORT_PROPERTY, QUARKUS_HTTP_SSL_PORT_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description ProdQuarkusApplicationManagedResourceBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuild()ManagedResourcebuild(ServiceContext context)Build the resource using the service context.protected PathgetArtifact()protected LaunchModegetLaunchMode()voidinit(Annotation annotation)(Optional) Init managed resource builder using the metadata from the annotation.-
Methods inherited from class io.quarkus.test.services.quarkus.QuarkusApplicationManagedResourceBuilder
configureLogging, containsBuildProperties, copyResourcesToAppFolder, createSnapshotOfBuildProperties, getAppClasses, getBuildProperties, getContext, initAppClasses, isGrpcEnabled, isSelectedAppClasses, isSslEnabled, setContext, setGrpcEnabled, setSslEnabled
-
-
-
-
Method Detail
-
getLaunchMode
protected LaunchMode getLaunchMode()
-
getArtifact
protected Path getArtifact()
-
init
public void init(Annotation annotation)
Description copied from interface:ManagedResourceBuilder(Optional) Init managed resource builder using the metadata from the annotation.- Parameters:
annotation- metadata
-
build
public ManagedResource build(ServiceContext context)
Description copied from interface:ManagedResourceBuilderBuild the resource using the service context.
-
build
public void build()
- Specified by:
buildin classQuarkusApplicationManagedResourceBuilder
-
-