public class ServiceHub extends Object
| Modifier and Type | Method and Description |
|---|---|
ArchiveService |
getArchiveService() |
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
|
RunService |
getRunService()
The run service is responsible for creating and starting up containers
|
public DockerAccess getDockerAccess()
public BuildService getBuildService()
public QueryService getQueryService()
public RunService getRunService()
public ArchiveService getArchiveService()
public MojoExecutionService getMojoExecutionService()
Copyright © 2016. All Rights Reserved.