| Package | Description |
|---|---|
| com.google.cloud.tools.jib.plugins.common |
| Modifier and Type | Method and Description |
|---|---|
JibContainer |
BuildStepsRunner.build(JibContainerBuilder jibContainerBuilder,
Containerizer containerizer,
EventDispatcher eventDispatcher,
HelpfulSuggestions helpfulSuggestions)
Runs the
BuildSteps. |
static ImageReference |
ConfigurationPropertyValidator.getGeneratedTargetDockerTag(String targetImage,
EventDispatcher eventDispatcher,
String generatedName,
String generatedTag,
HelpfulSuggestions helpfulSuggestions)
Returns an
ImageReference parsed from the configured target image, or one of the form
project-name:project-version if target image is not configured |
static PluginConfigurationProcessor |
PluginConfigurationProcessor.processCommonConfigurationForDockerDaemonImage(RawConfiguration rawConfiguration,
Function<String,Optional<AuthProperty>> inferredAuthProvider,
ProjectProperties projectProperties,
Path dockerExecutable,
Map<String,String> dockerEnvironment,
HelpfulSuggestions helpfulSuggestions) |
static PluginConfigurationProcessor |
PluginConfigurationProcessor.processCommonConfigurationForTarImage(RawConfiguration rawConfiguration,
Function<String,Optional<AuthProperty>> inferredAuthProvider,
ProjectProperties projectProperties,
Path tarImagePath,
HelpfulSuggestions helpfulSuggestions) |
Copyright © 2019. All rights reserved.