public class WebAppGenerator extends BaseGenerator
log| Constructor and Description |
|---|
WebAppGenerator(GeneratorContext context) |
| Modifier and Type | Method and Description |
|---|---|
List<org.eclipse.jkube.kit.config.image.ImageConfiguration> |
customize(List<org.eclipse.jkube.kit.config.image.ImageConfiguration> configs,
boolean prePackagePhase) |
protected Map<String,String> |
getEnv(AppServerHandler handler) |
protected String |
getFrom(AppServerHandler handler) |
boolean |
isApplicable(List<org.eclipse.jkube.kit.config.image.ImageConfiguration> configs) |
addFrom, addLatestTagIfSnapshot, addSchemaLabels, getAlias, getConfig, getConfig, getConfigWithFallback, getContext, getFromAsConfigured, getImageName, getName, getProject, getRegistry, shouldAddGeneratedImageConfigurationpublic WebAppGenerator(GeneratorContext context)
public boolean isApplicable(List<org.eclipse.jkube.kit.config.image.ImageConfiguration> configs)
public List<org.eclipse.jkube.kit.config.image.ImageConfiguration> customize(List<org.eclipse.jkube.kit.config.image.ImageConfiguration> configs, boolean prePackagePhase)
protected Map<String,String> getEnv(AppServerHandler handler)
protected String getFrom(AppServerHandler handler)
Copyright © 2021. All rights reserved.