@FunctionalInterface public static interface ProgressEventDispatcher.Factory
ProgressEventDispatcher based off an existing ProgressEventDispatcher. create(com.google.cloud.tools.jib.builder.BuildStepType, java.lang.String, long) should only be called once.| Modifier and Type | Method and Description |
|---|---|
ProgressEventDispatcher |
create(BuildStepType buildStepType,
String description,
long allocationUnits)
Creates the
ProgressEventDispatcher with an associated Allocation. |
ProgressEventDispatcher create(BuildStepType buildStepType, String description, long allocationUnits)
ProgressEventDispatcher with an associated Allocation.buildStepType - the build step that the progress events correspond todescription - user-facing description of what the allocation representsallocationUnits - number of allocation unitsProgressEventDispatcherCopyright © 2019. All rights reserved.