Package io.micronaut.build.services
Class JibConfigurationService
- java.lang.Object
-
- io.micronaut.build.services.JibConfigurationService
-
@Singleton public class JibConfigurationService extends Object
Exposes the Jib plugin configuration so that it can be read by other mojos.- Since:
- 1.1
- Author:
- Álvaro Sánchez-Mariscal
-
-
Constructor Summary
Constructors Constructor Description JibConfigurationService(org.apache.maven.project.MavenProject mavenProject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<com.google.cloud.tools.jib.api.Credential>
getCredentials()
Optional<String>
getCredHelper()
Optional<String>
getFromImage()
Set<String>
getTags()
Optional<String>
getToImage()
-