class BuildConfiguration extends AnyRef
Immutable configuration options for the builder process.
- Alphabetic
- By Inheritance
- BuildConfiguration
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getAllowInsecureRegistries(): Boolean
Gets whether or not to allow insecure registries (ignoring certificate validation failure or communicating over HTTP if all else fail).
Gets whether or not to allow insecure registries (ignoring certificate validation failure or communicating over HTTP if all else fail).
- returns
trueif insecure connections will be allowed;falseotherwise
-
def
getApplicationLayersCacheConfiguration(): CacheConfiguration
Gets the location of the cache for storing application layers.
Gets the location of the cache for storing application layers.
- returns
the application layers
CacheConfiguration, ornullif not set
- def getBaseImageCredentialHelperName(): String
-
def
getBaseImageLayersCacheConfiguration(): CacheConfiguration
Gets the location of the cache for storing base image layers.
Gets the location of the cache for storing base image layers.
- returns
the base image layers
CacheConfiguration, ornullif not set
- def getBaseImageReference(): ImageReference
- def getBaseImageRegistry(): String
- def getBaseImageRepository(): String
- def getBaseImageTag(): String
- def getBuildLogger(): BuildLogger
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getCreationTime(): Instant
-
def
getEntrypoint(): ImmutableList[String]
Gets the container entrypoint.
Gets the container entrypoint.
- returns
the list of entrypoint tokens, or
nullif not set
-
def
getEnvironment(): ImmutableMap[String, String]
Gets the map from environment variable names to values for the container.
Gets the map from environment variable names to values for the container.
- returns
the map of environment variables, or
nullif not set
-
def
getExposedPorts(): ImmutableList[Port]
Gets the ports to expose on the container.
Gets the ports to expose on the container.
- returns
the list of exposed ports, or
nullif not set
-
def
getJavaArguments(): ImmutableList[String]
Gets the arguments to pass to the entrypoint.
Gets the arguments to pass to the entrypoint.
- returns
the list of arguments, or
nullif not set
- def getKnownBaseRegistryCredentials(): RegistryCredentials
- def getKnownTargetRegistryCredentials(): RegistryCredentials
-
def
getLayerConfigurations(): ImmutableList[LayerConfiguration]
Gets the configurations for building the layers.
Gets the configurations for building the layers.
- returns
the list of layer configurations
- def getTargetFormat(): Class[_ <: BuildableManifestTemplate]
- def getTargetImageCredentialHelperName(): String
- def getTargetImageReference(): ImageReference
- def getTargetImageRegistry(): String
- def getTargetImageRepository(): String
- def getTargetImageTag(): String
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )