Uses of Class
io.fabric8.maven.docker.service.ServiceHub
-
Packages that use ServiceHub Package Description io.fabric8.maven.docker io.fabric8.maven.docker.service io.fabric8.maven.docker.service.helper -
-
Uses of ServiceHub in io.fabric8.maven.docker
Methods in io.fabric8.maven.docker with parameters of type ServiceHub Modifier and Type Method Description protected voidBuildMojo. buildAndTag(ServiceHub hub, ImageConfiguration imageConfig)protected abstract voidAbstractDockerMojo. executeInternal(ServiceHub serviceHub)Hook for subclass for doing the real jobprotected voidBuildMojo. executeInternal(ServiceHub hub)protected voidCopyMojo. executeInternal(ServiceHub hub)protected voidLogsMojo. executeInternal(ServiceHub hub)voidPushMojo. executeInternal(ServiceHub hub)Hook for subclass for doing the real jobprotected voidRemoveMojo. executeInternal(ServiceHub hub)protected voidSaveMojo. executeInternal(ServiceHub serviceHub)protected voidSourceMojo. executeInternal(ServiceHub hub)voidStartMojo. executeInternal(ServiceHub hub)Hook for subclass for doing the real jobprotected voidStopMojo. executeInternal(ServiceHub hub)voidTagMojo. executeInternal(ServiceHub hub)protected voidVolumeCreateMojo. executeInternal(ServiceHub serviceHub)protected voidVolumeRemoveMojo. executeInternal(ServiceHub serviceHub)protected voidWatchMojo. executeInternal(ServiceHub hub)protected LogDispatcherAbstractDockerMojo. getLogDispatcher(ServiceHub hub)protected WatchService.WatchContextWatchMojo. getWatchContext(ServiceHub hub) -
Uses of ServiceHub in io.fabric8.maven.docker.service
Methods in io.fabric8.maven.docker.service that return ServiceHub 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)Methods in io.fabric8.maven.docker.service with parameters of type ServiceHub Modifier and Type Method Description List<String>RunService. createVolumesAsPerVolumeBinds(ServiceHub hub, List<String> binds, List<VolumeConfiguration> volumes)Creates a Volume if a volume is referred to during startup in bind mount mapping and a VolumeConfiguration existsWatchService.WatchContext.BuilderWatchService.WatchContext.Builder. hub(ServiceHub hub)Constructors in io.fabric8.maven.docker.service with parameters of type ServiceHub Constructor Description JibBuildService(ServiceHub hub, MojoParameters mojoParameters, Logger log) -
Uses of ServiceHub in io.fabric8.maven.docker.service.helper
Methods in io.fabric8.maven.docker.service.helper with parameters of type ServiceHub Modifier and Type Method Description StartContainerExecutor.BuilderStartContainerExecutor.Builder. serviceHub(ServiceHub hub)
-