case class LayeredMapping(layerId: Option[Int], file: File, path: String) extends Product with Serializable
Mapping of file to intermediate layers.
- layerId
The identifier in the layer used to increase cache hits in docker caching. LayerId is present in docker:stage directory structure and in intermediate image produced in the multi-stage docker build. None means the layering is skipped for this file.
- file
The file produced by universal/stage to be moved into
Docker / stagedirectory.- path
The path in the final image
- Alphabetic
- By Inheritance
- LayeredMapping
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
LayeredMapping(layerId: Option[Int], file: File, path: String)
- layerId
The identifier in the layer used to increase cache hits in docker caching. LayerId is present in docker:stage directory structure and in intermediate image produced in the multi-stage docker build. None means the layering is skipped for this file.
- file
The file produced by universal/stage to be moved into
Docker / stagedirectory.- path
The path in the final image
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val file: File
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val layerId: Option[Int]
-
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()
- val path: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
- @throws( ... ) @native()