类 BuilderMetadata.Update
java.lang.Object
cn.taketoday.buildpack.platform.build.BuilderMetadata.Update
- 封闭类:
- BuilderMetadata
Update class used to change data when creating a copy.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private BuilderMetadatarun(Consumer<BuilderMetadata.Update> update) (专用程序包) voidwithCreatedBy(String name, String version) Update the builder meta-data with a specific created by section.
-
字段详细资料
-
copy
-
-
构造器详细资料
-
Update
-
-
方法详细资料
-
run
-
withCreatedBy
Update the builder meta-data with a specific created by section.- 参数:
name- the name of the creatorversion- the version of the creator
-