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
getAllowHttp(): Boolean
Gets whether or not to allow communication over HTTP (as opposed to HTTPS).
Gets whether or not to allow communication over HTTP (as opposed to HTTPS).
- 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 getEnvironment(): ImmutableMap[String, String]
- def getExposedPorts(): ImmutableList[Port]
-
def
getExtraFilesLayerConfiguration(): LayerConfiguration
Gets the
LayerConfigurationfor an extra layer.Gets the
LayerConfigurationfor an extra layer.- returns
the layer configuration
- def getJavaArguments(): ImmutableList[String]
- def getJvmFlags(): ImmutableList[String]
- def getKnownBaseRegistryCredentials(): RegistryCredentials
- def getKnownTargetRegistryCredentials(): RegistryCredentials
- def getMainClass(): String
- 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( ... )