public class ServiceHub extends Object
Modifier and Type | Method and Description |
---|---|
ArchiveService |
getArchiveService()
Serivce for creating archives
|
BuildService |
getBuildService()
Service for doing the build against a Docker daemon
|
DockerAccess |
getDockerAccess()
Get access object for contacting the docker daemon
|
MojoExecutionService |
getMojoExecutionService()
Get a service for executing goals on other Maven mojos
|
QueryService |
getQueryService()
Get the query service for obtaining information about containers and images
|
RegistryService |
getRegistryService()
Get the registry service to push/pull images
|
RunService |
getRunService()
The run service is responsible for creating and starting up containers
|
VolumeService |
getVolumeService()
The volume service is responsible for creating volumes
|
WaitService |
getWaitService()
The wait service is responsible on waiting on container based on several
conditions
|
WatchService |
getWatchService()
The watch service is responsible for watching container status and rebuilding
|
public DockerAccess getDockerAccess()
public BuildService getBuildService()
public QueryService getQueryService()
public RegistryService getRegistryService()
public RunService getRunService()
public VolumeService getVolumeService()
public WatchService getWatchService()
public WaitService getWaitService()
public ArchiveService getArchiveService()
public MojoExecutionService getMojoExecutionService()
Copyright © 2019. All rights reserved.