public class HelidonGenerator extends JavaExecGenerator
JavaExecGenerator.Config, JavaExecGenerator.JDK| Modifier and Type | Field and Description |
|---|---|
static String |
HELIDON |
JAVA_OPTIONS, JOLOKIA_PORT_DEFAULT, PROMETHEUS_PORT_DEFAULT| Constructor and Description |
|---|
HelidonGenerator(org.eclipse.jkube.generator.api.GeneratorContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.jkube.kit.common.AssemblyConfiguration |
createAssembly() |
protected org.eclipse.jkube.kit.common.Arguments |
getBuildEntryPoint() |
protected String |
getBuildWorkdir() |
protected String |
getDefaultJolokiaPort() |
protected String |
getDefaultPrometheusPort() |
protected String |
getDefaultWebPort() |
protected String |
getFromAsConfigured() |
boolean |
isApplicable(List<org.eclipse.jkube.kit.config.image.ImageConfiguration> configs) |
addAdditionalFiles, createFileSet, customize, detectFatJar, getEnv, getExtraJavaOptions, hasMainClass, initImageBuildConfiguration, isFatJar, isPortValidaddFrom, addLatestTagIfSnapshot, addSchemaLabels, addTagsFromConfig, getAlias, getConfig, getConfig, getConfigWithFallback, getContext, getGeneratorConfig, getImageName, getName, getProject, getRegistry, shouldAddGeneratedImageConfigurationpublic static final String HELIDON
public HelidonGenerator(org.eclipse.jkube.generator.api.GeneratorContext context)
public boolean isApplicable(List<org.eclipse.jkube.kit.config.image.ImageConfiguration> configs)
isApplicable in interface org.eclipse.jkube.generator.api.GeneratorisApplicable in class JavaExecGeneratorprotected org.eclipse.jkube.kit.common.AssemblyConfiguration createAssembly()
createAssembly in class JavaExecGeneratorprotected String getBuildWorkdir()
getBuildWorkdir in class JavaExecGeneratorprotected String getFromAsConfigured()
getFromAsConfigured in class org.eclipse.jkube.generator.api.support.BaseGeneratorprotected org.eclipse.jkube.kit.common.Arguments getBuildEntryPoint()
getBuildEntryPoint in class JavaExecGeneratorprotected String getDefaultWebPort()
getDefaultWebPort in class JavaExecGeneratorprotected String getDefaultJolokiaPort()
getDefaultJolokiaPort in class JavaExecGeneratorprotected String getDefaultPrometheusPort()
getDefaultPrometheusPort in class JavaExecGeneratorCopyright © 2024. All rights reserved.