Interface WildflyDeploymentApplicationConfiguration
public interface WildflyDeploymentApplicationConfiguration
Defines the contract for WILDFLY application services that expose configuration which should be taken into account
by the WILDFLY s2i v2 process, i.e. the WildFly Maven plugin, feature packs and BOMs settings
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault Stringdefault StringServer version property name for BOMsdefault Stringdefault StringThis must match the property name in the pom.xml file used to set the "wildfly-cloud-galleon-pack" feature pack GAVdefault Stringdefault StringThis must match the property name in the pom.xml file used to set the "wildfly-datasources-galleon-pack" feature pack GAVdefault Stringdefault StringThis must match the property name in the pom.xml file used to set the channel ArtifactIddefault Stringdefault StringThis must match the property name in the pom.xml file used to set the channel GroupIddefault Stringdefault StringThis must match the property name in the pom.xml file used to set the channel Versiondefault Stringdefault StringThis must match the property name in the pom.xml file used to set the "wildfly-ee-galleon-pack" feature pack GAVdefault Stringdefault Stringdefault Stringdefault Stringdefault StringThis must match the property name in the pom.xml file used to set the "wildfly.keycloak-saml-adapter-feature-pack.version" feature pack versiondefault StringThis must match the property name in the pom.xml file used to set the channel GAVdefault Stringdefault StringThis must match the property name in the pom.xml file used to set the "wildfly-maven-plugin" artifactIddefault Stringdefault StringThis must match the property name in the pom.xml file used to set the "wildfly-maven-plugin" groupIddefault Stringdefault StringThis must match the property name in the pom.xml file used to set the "wildfly-maven-plugin" version
-
Field Details
-
WILDFLY_EE_FEATURE_PACK_LOCATION
- See Also:
-
WILDFLY_FEATURE_PACK_LOCATION
- See Also:
-
WILDFLY_CLOUD_FEATURE_PACK_LOCATION
- See Also:
-
WILDFLY_DATASOURCES_FEATURE_PACK_LOCATION
- See Also:
-
WILDFLY_EE_CHANNEL_GROUPID
- See Also:
-
WILDFLY_EE_CHANNEL_ARTIFACTID
- See Also:
-
WILDFLY_EE_CHANNEL_VERSION
- See Also:
-
WILDFLY_BOMS_EE_SERVER_VERSION
- See Also:
-
WILDFLY_MAVEN_PLUGIN_GROUPID
- See Also:
-
WILDFLY_MAVEN_PLUGIN_ARTIFACTID
- See Also:
-
WILDFLY_MAVEN_PLUGIN_VERSION
- See Also:
-
WILDFLY_KEYCLOAK_SAML_ADAPTER_FEATURE_PACK_VERSION
- See Also:
-
MAVEN_MIRROR_URL
- See Also:
-
-
Method Details
-
wildflyMavenPluginGroupId
-
wildflyMavenPluginArtifactId
-
wildflyMavenPluginVersion
-
eeFeaturePackLocation
-
featurePackLocation
-
cloudFeaturePackLocation
-
datasourcesFeaturePackLocation
-
eeChannelGroupId
-
eeChannelArtifactId
-
eeChannelVersion
-
bomsEeServerVersion
-
getMavenMirrorUrl
-
keycloakSamlAdapterFeaturePackVersion
-
bomsEeServerVersionPropertyName
Server version property name for BOMs- Returns:
- A string that represents the name of a property which could hold a given WILDFLY 8 deployment application testable BOMs version
-
eeFeaturePackLocationPropertyName
This must match the property name in the pom.xml file used to set the "wildfly-ee-galleon-pack" feature pack GAV- Returns:
- property name in the pom.xml file used to set the feature pack GAV
-
cloudFeaturePackLocationPropertyName
This must match the property name in the pom.xml file used to set the "wildfly-cloud-galleon-pack" feature pack GAV- Returns:
- property name in the pom.xml file used to set the cloud feature pack GAV
-
datasourcesFeaturePackLocationPropertyName
This must match the property name in the pom.xml file used to set the "wildfly-datasources-galleon-pack" feature pack GAV- Returns:
- property name in the pom.xml file used to set the datasources feature pack GAV
-
keycloakSamlAdapterFeaturePackVersionPropertyName
This must match the property name in the pom.xml file used to set the "wildfly.keycloak-saml-adapter-feature-pack.version" feature pack version- Returns:
- property name in the pom.xml file used to set the Keycloack SAML Adapter feature pack version
-
eeChannelGroupIdPropertyName
This must match the property name in the pom.xml file used to set the channel GroupId- Returns:
- property name in the pom.xml file used to set the channel artifact groupId
-
eeChannelArtifactIdPropertyName
This must match the property name in the pom.xml file used to set the channel ArtifactId- Returns:
- property name in the pom.xml file used to set the channel artifact artifactId
-
eeChannelVersionPropertyName
This must match the property name in the pom.xml file used to set the channel Version- Returns:
- property name in the pom.xml file used to set the channel artifact version
-
postgresFeaturePackDriverVersion
This must match the property name in the pom.xml file used to set the channel GAV- Returns:
- property name in the pom.xml file used to set the channel GAV
-
wildflyMavenPluginGroupIdPropertyName
This must match the property name in the pom.xml file used to set the "wildfly-maven-plugin" groupId- Returns:
- property name in the pom.xml file used to set the "wildfly-maven-plugin" groupId
-
wildflyMavenPluginArtifactIdPropertyName
This must match the property name in the pom.xml file used to set the "wildfly-maven-plugin" artifactId- Returns:
- property name in the pom.xml file used to set the "wildfly-maven-plugin" artifactId
-
wildflyMavenPluginVersionPropertyName
This must match the property name in the pom.xml file used to set the "wildfly-maven-plugin" version- Returns:
- property name in the pom.xml file used to set the "wildfly-maven-plugin" version
-
generateAdditionalMavenArgs
-