Package io.quarkus.test.services.quarkus
Class ProdQuarkusApplicationManagedResourceBuilder
- java.lang.Object
-
- io.quarkus.test.services.quarkus.QuarkusApplicationManagedResourceBuilder
-
- io.quarkus.test.services.quarkus.ArtifactQuarkusApplicationManagedResourceBuilder
-
- io.quarkus.test.services.quarkus.ProdQuarkusApplicationManagedResourceBuilder
-
- All Implemented Interfaces:
ManagedResourceBuilder
- Direct Known Subclasses:
GitRepositoryQuarkusApplicationManagedResourceBuilder
public class ProdQuarkusApplicationManagedResourceBuilder extends ArtifactQuarkusApplicationManagedResourceBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringTARGET-
Fields inherited from class io.quarkus.test.services.quarkus.QuarkusApplicationManagedResourceBuilder
HTTP_PORT_DEFAULT, MANAGEMENT_PORT_DEFAULT, QUARKUS_GRPC_SERVER_PORT_PROPERTY, QUARKUS_HTTP_PORT_PROPERTY, QUARKUS_HTTP_SSL_PORT_PROPERTY, RESOURCES_FOLDER
-
-
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 QuarkusManagedResourcefindManagedResource()protected PathgetArtifact()protected PathgetTargetFolderForLocalArtifacts()voidinit(Annotation annotation)(Optional) Init managed resource builder using the metadata from the annotation.protected voidsetArtifactSuffix(String suffix)-
Methods inherited from class io.quarkus.test.services.quarkus.QuarkusApplicationManagedResourceBuilder
configureLogging, containsBuildProperties, copyResourcesToAppFolder, createSnapshotOfBuildProperties, getAppClasses, getApplicationFolder, getBuildProperties, getComputedApplicationProperties, getComputedProperty, getContext, getForcedDependencies, getHttpPort, getManagementPort, getResourcesApplicationFolder, initAppClasses, initForcedDependencies, isGrpcEnabled, isSslEnabled, requiresCustomBuild, setContext, setGrpcEnabled, setPropertiesFile, setSslEnabled, useManagementSsl, useSeparateManagementInterface
-
-
-
-
Field Detail
-
TARGET
protected static final String TARGET
- See Also:
- Constant Field Values
-
-
Method Detail
-
getArtifact
protected Path getArtifact()
- Specified by:
getArtifactin classArtifactQuarkusApplicationManagedResourceBuilder
-
setArtifactSuffix
protected void setArtifactSuffix(String suffix)
-
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
-
findManagedResource
protected QuarkusManagedResource findManagedResource()
-
getTargetFolderForLocalArtifacts
protected Path getTargetFolderForLocalArtifacts()
-
-