クラスの使用
org.springframework.boot.buildpack.platform.docker.TotalProgressEvent
TotalProgressEvent を使用するパッケージ
パッケージ
説明
buildpack ビルドを実行するための主要 API。
パックが必要とする操作を提供する限定された Docker API。
org.springframework.boot.buildpack.platform.build 内の TotalProgressEvent 使用
型 TotalProgressEvent の引数を持つ型を返す org.springframework.boot.buildpack.platform.build のメソッド修飾子と型メソッド説明protected abstract ConsumerSE<TotalProgressEvent> AbstractBuildLog.getProgressConsumer(StringSE message) AbstractBuildLog.pullingImage(ImageReference imageReference, @Nullable ImagePlatform platform, org.springframework.boot.buildpack.platform.build.ImageType imageType) BuildLog.pullingImage(ImageReference imageReference, @Nullable ImagePlatform platform, org.springframework.boot.buildpack.platform.build.ImageType imageType) イメージがプルされていることをログに記録します。AbstractBuildLog.pushingImage(ImageReference imageReference) BuildLog.pushingImage(ImageReference imageReference) イメージがプッシュされていることをログに記録します。org.springframework.boot.buildpack.platform.docker 内の TotalProgressEvent 使用
TotalProgressEvent 型の型引数を持つインターフェースを実装する org.springframework.boot.buildpack.platform.docker のクラス型 TotalProgressEvent のパラメーターを持つ org.springframework.boot.buildpack.platform.docker のメソッド型の型引数を持つ org.springframework.boot.buildpack.platform.docker のコンストラクターパラメーター TotalProgressEvent修飾子コンストラクター説明protectedTotalProgressListener(ConsumerSE<TotalProgressEvent> consumer, StringSE[] trackedStatusKeys) 指定されたコンシューマーにeventsを送信する新しいTotalProgressListenerを作成します。指定されたコンシューマーにeventsを送信する新しいTotalProgressPullListenerを作成します。指定されたコンシューマーにeventsを送信する新しいTotalProgressPushListenerを作成します。