public abstract class JibPluginConfiguration
extends org.apache.maven.plugin.AbstractMojo
Mojos should extend this class.| Modifier and Type | Class and Description |
|---|---|
static class |
JibPluginConfiguration.ContainerParameters
Configuration for
container parameter. |
static class |
JibPluginConfiguration.ExtraDirectoriesParameters
Configuration for the
extraDirectories parameter. |
static class |
JibPluginConfiguration.ExtraDirectoryParameters
Deprecated.
|
static class |
JibPluginConfiguration.FromAuthConfiguration
Used to configure
from.auth parameters. |
static class |
JibPluginConfiguration.FromConfiguration
Configuration for
from parameter, |
static class |
JibPluginConfiguration.PermissionConfiguration
Used to configure
extraDirectories.permissions parameter. |
static class |
JibPluginConfiguration.ToAuthConfiguration
Used to configure
to.auth parameters. |
static class |
JibPluginConfiguration.ToConfiguration
Configuration for
to parameter, where image is required. |
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.plugin.descriptor.PluginDescriptor |
descriptor |
protected org.apache.maven.settings.crypto.SettingsDecrypter |
settingsDecrypter |
| Constructor and Description |
|---|
JibPluginConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkJibVersion() |
String |
getContainerizingMode() |
protected org.apache.maven.project.MavenProject |
getProject() |
protected String |
getTargetImage()
Gets the target image reference.
|
getLog, getPluginContext, setLog, setPluginContext@Nullable @Parameter(defaultValue="${plugin}", readonly=true) protected org.apache.maven.plugin.descriptor.PluginDescriptor descriptor
@Component protected org.apache.maven.settings.crypto.SettingsDecrypter settingsDecrypter
protected org.apache.maven.project.MavenProject getProject()
protected void checkJibVersion()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException@Nullable protected String getTargetImage()
public String getContainerizingMode()
Copyright © 2019. All rights reserved.