Package io.quarkus.test.services.quarkus
Class GitRepositoryQuarkusApplicationManagedResourceBuilder
- java.lang.Object
-
- io.quarkus.test.services.quarkus.QuarkusApplicationManagedResourceBuilder
-
- io.quarkus.test.services.quarkus.ArtifactQuarkusApplicationManagedResourceBuilder
-
- io.quarkus.test.services.quarkus.ProdQuarkusApplicationManagedResourceBuilder
-
- io.quarkus.test.services.quarkus.GitRepositoryQuarkusApplicationManagedResourceBuilder
-
- All Implemented Interfaces:
ManagedResourceBuilder
public class GitRepositoryQuarkusApplicationManagedResourceBuilder extends ProdQuarkusApplicationManagedResourceBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringQUARKUS_PLATFORM_GROUP_ID_PROPERTYprotected static StringQUARKUS_PLATFORM_VERSION_PROPERTYprotected static StringQUARKUS_PLUGIN_VERSION_PROPERTY-
Fields inherited from class io.quarkus.test.services.quarkus.ProdQuarkusApplicationManagedResourceBuilder
TARGET
-
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 GitRepositoryQuarkusApplicationManagedResourceBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected QuarkusManagedResourcefindManagedResource()protected PathgetApplicationFolder()protected StringgetContextDir()protected StringgetGitBranch()protected StringgetGitRepository()protected StringgetMavenArgs()protected StringgetMavenArgsWithVersion()protected PathgetTargetFolderForLocalArtifacts()voidinit(Annotation annotation)(Optional) Init managed resource builder using the metadata from the annotation.protected booleanisDevMode()-
Methods inherited from class io.quarkus.test.services.quarkus.ProdQuarkusApplicationManagedResourceBuilder
build, build, getArtifact, setArtifactSuffix
-
Methods inherited from class io.quarkus.test.services.quarkus.QuarkusApplicationManagedResourceBuilder
configureLogging, containsBuildProperties, copyResourcesToAppFolder, createSnapshotOfBuildProperties, getAppClasses, getBuildProperties, getComputedApplicationProperties, getComputedProperty, getContext, getForcedDependencies, getHttpPort, getManagementPort, getResourcesApplicationFolder, initAppClasses, initForcedDependencies, isGrpcEnabled, isSslEnabled, requiresCustomBuild, setContext, setGrpcEnabled, setPropertiesFile, setSslEnabled, useManagementSsl, useSeparateManagementInterface
-
-
-
-
Field Detail
-
QUARKUS_PLATFORM_VERSION_PROPERTY
protected static final String QUARKUS_PLATFORM_VERSION_PROPERTY
- See Also:
- Constant Field Values
-
QUARKUS_PLUGIN_VERSION_PROPERTY
protected static final String QUARKUS_PLUGIN_VERSION_PROPERTY
- See Also:
- Constant Field Values
-
QUARKUS_PLATFORM_GROUP_ID_PROPERTY
protected static final String QUARKUS_PLATFORM_GROUP_ID_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGitRepository
protected String getGitRepository()
-
getGitBranch
protected String getGitBranch()
-
getContextDir
protected String getContextDir()
-
getMavenArgs
protected String getMavenArgs()
-
isDevMode
protected boolean isDevMode()
-
getMavenArgsWithVersion
protected String getMavenArgsWithVersion()
-
init
public void init(Annotation annotation)
Description copied from interface:ManagedResourceBuilder(Optional) Init managed resource builder using the metadata from the annotation.- Specified by:
initin interfaceManagedResourceBuilder- Overrides:
initin classProdQuarkusApplicationManagedResourceBuilder- Parameters:
annotation- metadata
-
findManagedResource
protected QuarkusManagedResource findManagedResource()
- Overrides:
findManagedResourcein classProdQuarkusApplicationManagedResourceBuilder
-
getTargetFolderForLocalArtifacts
protected Path getTargetFolderForLocalArtifacts()
- Overrides:
getTargetFolderForLocalArtifactsin classProdQuarkusApplicationManagedResourceBuilder
-
getApplicationFolder
protected Path getApplicationFolder()
- Overrides:
getApplicationFolderin classQuarkusApplicationManagedResourceBuilder
-
-