Package com.google.cloud.tools.jib.maven
Class JibPluginConfiguration.CredHelperParameters
- java.lang.Object
-
- com.google.cloud.tools.jib.maven.JibPluginConfiguration.CredHelperParameters
-
- All Implemented Interfaces:
com.google.cloud.tools.jib.plugins.common.RawConfiguration.CredHelperConfiguration
- Enclosing class:
- JibPluginConfiguration
public static class JibPluginConfiguration.CredHelperParameters extends java.lang.Object implements com.google.cloud.tools.jib.plugins.common.RawConfiguration.CredHelperConfigurationConfiguration for[from|to].credHelperparameter.
-
-
Constructor Summary
Constructors Constructor Description CredHelperParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getEnvironment()java.util.Optional<java.lang.String>getHelperName()voidset(java.lang.String helper)Default setter for Maven.voidsetHelper(java.lang.String helper)
-
-
-
Method Detail
-
getHelperName
public java.util.Optional<java.lang.String> getHelperName()
- Specified by:
getHelperNamein interfacecom.google.cloud.tools.jib.plugins.common.RawConfiguration.CredHelperConfiguration
-
getEnvironment
public java.util.Map<java.lang.String,java.lang.String> getEnvironment()
- Specified by:
getEnvironmentin interfacecom.google.cloud.tools.jib.plugins.common.RawConfiguration.CredHelperConfiguration
-
setHelper
public void setHelper(@Nullable java.lang.String helper)
-
set
public void set(@Nullable java.lang.String helper)Default setter for Maven. Makes this syntax possible:<configuration> <to> ... <credHelper>ecr-login</credHelper> ... </to> </configuration>- Parameters:
helper- the credential helper
-
-