getStubPartialContext
fun getStubPartialContext(lang: Settings.Lang, langDistro: LangDockerfile?, id: Long = 0): DockerConfigParsable.Context
Return
A new instance of a stubbed DockerConfigParsable.Context. Future modifications can be made by using the copy
method of DockerConfigParsable.Context.
Parameters
lang
The programming language used in a pipeline with this context. See DockerConfigParsable.Context.lang.
langDistro
The language distro to use in a pipeline with this context.