Uses of Interface
io.fabric8.maven.docker.util.Logger
-
-
Uses of Logger in io.fabric8.maven.docker.access
Constructors in io.fabric8.maven.docker.access with parameters of type Logger Constructor Description DockerMachine(Logger log, DockerMachineConfiguration machine) -
Uses of Logger in io.fabric8.maven.docker.access.chunked
Constructors in io.fabric8.maven.docker.access.chunked with parameters of type Logger Constructor Description BuildJsonResponseHandler(Logger log)PullOrPushResponseJsonHandler(Logger log) -
Uses of Logger in io.fabric8.maven.docker.access.ecr
Constructors in io.fabric8.maven.docker.access.ecr with parameters of type Logger Constructor Description EcrExtendedAuth(Logger logger, String registry)Initialize an extended authentication for ecr registry. -
Uses of Logger in io.fabric8.maven.docker.access.hc
Constructors in io.fabric8.maven.docker.access.hc with parameters of type Logger Constructor Description DockerAccessWithHcClient(String baseUrl, String certPath, int maxConnections, Logger log)Create a new access for the given URL -
Uses of Logger in io.fabric8.maven.docker.access.hc.unix
Constructors in io.fabric8.maven.docker.access.hc.unix with parameters of type Logger Constructor Description UnixSocketClientBuilder(String unixSocketPath, int maxConnections, Logger log) -
Uses of Logger in io.fabric8.maven.docker.access.hc.util
Fields in io.fabric8.maven.docker.access.hc.util declared as Logger Modifier and Type Field Description protected LoggerAbstractNativeClientBuilder. logConstructors in io.fabric8.maven.docker.access.hc.util with parameters of type Logger Constructor Description AbstractNativeClientBuilder(String path, int maxConnections, Logger logger) -
Uses of Logger in io.fabric8.maven.docker.access.hc.win
Constructors in io.fabric8.maven.docker.access.hc.win with parameters of type Logger Constructor Description NamedPipeClientBuilder(String namedPipePath, int maxConnections, Logger log) -
Uses of Logger in io.fabric8.maven.docker.access.util
Fields in io.fabric8.maven.docker.access.util declared as Logger Modifier and Type Field Description protected LoggerExternalCommand. logConstructors in io.fabric8.maven.docker.access.util with parameters of type Logger Constructor Description EnvCommand(Logger log, String prefix)ExternalCommand(Logger log) -
Uses of Logger in io.fabric8.maven.docker.assembly
Fields in io.fabric8.maven.docker.assembly declared as Logger Modifier and Type Field Description protected LoggerMappingTrackArchiver. logMethods in io.fabric8.maven.docker.assembly with parameters of type Logger Modifier and Type Method Description FileDockerAssemblyManager. createDockerTarArchive(String imageName, MojoParameters params, BuildImageConfiguration buildConfig, Logger log)Create an docker tar archive from the given configuration which can be send to the Docker host for creating the image.FileDockerAssemblyManager. createDockerTarArchive(String imageName, MojoParameters params, BuildImageConfiguration buildConfig, Logger log, ArchiverCustomizer finalCustomizer)Create an docker tar archive from the given configuration which can be send to the Docker host for creating the image.AssemblyFilesDockerAssemblyManager. getAssemblyFiles(String name, AssemblyConfiguration assemblyConfig, MojoParameters mojoParams, Logger log)Extract all files with a tracking archiver.voidMappingTrackArchiver. init(Logger log, String assemblyName)voidTrackArchiverCollection. init(Logger log, String assemblyName) -
Uses of Logger in io.fabric8.maven.docker.config
Methods in io.fabric8.maven.docker.config with parameters of type Logger Modifier and Type Method Description StringBuildImageConfiguration. initAndValidate(Logger log)static StringConfigHelper. initAndValidate(List<ImageConfiguration> images, String apiVersion, ConfigHelper.NameFormatter nameFormatter, Logger log)Initialize and validate the configuration.StringImageConfiguration. initAndValidate(ConfigHelper.NameFormatter nameFormatter, Logger log)static List<ImageConfiguration>ConfigHelper. resolveImages(Logger logger, List<ImageConfiguration> images, ConfigHelper.Resolver imageResolver, String imageNameFilter, ConfigHelper.Customizer imageCustomizer)Resolve image with an external image resolver -
Uses of Logger in io.fabric8.maven.docker.config.handler
Methods in io.fabric8.maven.docker.config.handler with parameters of type Logger Modifier and Type Method Description voidImageConfigResolver. setLog(Logger log) -
Uses of Logger in io.fabric8.maven.docker.service
Methods in io.fabric8.maven.docker.service that return Logger Modifier and Type Method Description LoggerDockerAccessFactory.DockerAccessContext. getLog()Methods in io.fabric8.maven.docker.service with parameters of type Logger Modifier and Type Method Description ServiceHubServiceHubFactory. createServiceHub(org.apache.maven.project.MavenProject project, org.apache.maven.execution.MavenSession session, DockerAccess access, Logger log, LogOutputSpecFactory logSpecFactory)DockerAccessFactory.DockerAccessContext.BuilderDockerAccessFactory.DockerAccessContext.Builder. log(Logger log)Constructors in io.fabric8.maven.docker.service with parameters of type Logger Constructor Description ArchiveService(DockerAssemblyManager dockerAssemblyManager, Logger log)JibBuildService(ServiceHub hub, MojoParameters mojoParameters, Logger log)RunService(DockerAccess docker, QueryService queryService, ContainerTracker tracker, LogOutputSpecFactory logConfig, Logger log)WaitService(DockerAccess dockerAccess, QueryService queryService, Logger log)WatchService(ArchiveService archiveService, BuildService buildService, DockerAccess dockerAccess, MojoExecutionService mojoExecutionService, QueryService queryService, RunService runService, Logger log) -
Uses of Logger in io.fabric8.maven.docker.service.helper
Methods in io.fabric8.maven.docker.service.helper with parameters of type Logger Modifier and Type Method Description StartContainerExecutor.BuilderStartContainerExecutor.Builder. log(Logger log) -
Uses of Logger in io.fabric8.maven.docker.util
Classes in io.fabric8.maven.docker.util that implement Logger Modifier and Type Class Description classAnsiLoggerSimple log handler for printing used during the maven buildMethods in io.fabric8.maven.docker.util with parameters of type Logger Modifier and Type Method Description static voidJibServiceUtil. buildContainer(com.google.cloud.tools.jib.api.JibContainerBuilder jibContainerBuilder, com.google.cloud.tools.jib.api.TarImage image, Logger logger)Build container image using JIBstatic voidJibServiceUtil. jibPush(ImageConfiguration imageConfiguration, com.google.cloud.tools.jib.api.Credential pushCredentials, File tarArchive, Logger log)Push Image to registry using JIBvoidAuthConfigFactory. setLog(Logger log)Constructors in io.fabric8.maven.docker.util with parameters of type Logger Constructor Description CredentialHelperClient(Logger log, String credentialsStore) -
Uses of Logger in io.fabric8.maven.docker.util.aws
Constructors in io.fabric8.maven.docker.util.aws with parameters of type Logger Constructor Description AwsSdkAuthConfigFactory(Logger log) -
Uses of Logger in io.fabric8.maven.docker.wait
Constructors in io.fabric8.maven.docker.wait with parameters of type Logger Constructor Description HealthCheckChecker(DockerAccess docker, String containerId, String imageConfigDesc, Logger log)LogWaitChecker(String logPattern, DockerAccess dockerAccess, String containerId, Logger log)
-