@Singleton public class JibConfigurationService extends Object
Constructor and Description |
---|
JibConfigurationService(org.apache.maven.project.MavenProject mavenProject) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getArgs()
Returns the
container.args configuration. |
Optional<com.google.cloud.tools.jib.api.Credential> |
getCredentials()
Returns the
to.auth.username and to.auth.password configuration. |
Optional<String> |
getFromImage()
Returns the
from.image configuration. |
Set<String> |
getTags()
Returns the
to.tags configuration. |
Optional<String> |
getToImage()
Returns the
to.image configuration. |
Optional<String> |
getWorkingDirectory()
Returns the
container.workingDirectory configuration. |
@Inject public JibConfigurationService(org.apache.maven.project.MavenProject mavenProject)
Copyright © 2020–2023 Micronaut. All rights reserved.