public class BuildConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BuildConfiguration.Builder |
public static boolean isValidJavaClass(String className)
className - the class name to checktrue if className is a valid Java class name; false otherwisepublic static BuildConfiguration.Builder builder(BuildLogger buildLogger)
public BuildLogger getBuildLogger()
public ImageReference getBaseImageReference()
public String getBaseImageRegistry()
public String getBaseImageRepository()
public String getBaseImageTag()
@Nullable public RegistryCredentials getKnownBaseRegistryCredentials()
public ImageReference getTargetImageReference()
public String getTargetImageRegistry()
public String getTargetImageRepository()
public String getTargetImageTag()
@Nullable public RegistryCredentials getKnownTargetRegistryCredentials()
public String getMainClass()
public com.google.common.collect.ImmutableList<String> getJavaArguments()
public com.google.common.collect.ImmutableList<String> getJvmFlags()
public com.google.common.collect.ImmutableList<String> getExposedPorts()
public Class<? extends BuildableManifestTemplate> getTargetFormat()
@Nullable public CacheConfiguration getApplicationLayersCacheConfiguration()
CacheConfiguration, or null if not set@Nullable public CacheConfiguration getBaseImageLayersCacheConfiguration()
CacheConfiguration, or null if not setpublic boolean getAllowHttp()
true if insecure connections will be allowed; false otherwiseCopyright © 2018. All rights reserved.