Package | Description |
---|---|
io.fabric8.maven.docker | |
io.fabric8.maven.docker.service | |
io.fabric8.maven.docker.service.helper |
Modifier and Type | Method and Description |
---|---|
protected void |
BuildMojo.buildAndTag(ServiceHub hub,
ImageConfiguration imageConfig) |
protected void |
StopMojo.executeInternal(ServiceHub hub) |
void |
StartMojo.executeInternal(ServiceHub hub)
Hook for subclass for doing the real job
|
protected void |
SaveMojo.executeInternal(ServiceHub serviceHub) |
protected void |
RemoveMojo.executeInternal(ServiceHub hub) |
protected void |
BuildMojo.executeInternal(ServiceHub hub) |
protected abstract void |
AbstractDockerMojo.executeInternal(ServiceHub serviceHub)
Hook for subclass for doing the real job
|
protected void |
WatchMojo.executeInternal(ServiceHub hub) |
protected void |
VolumeRemoveMojo.executeInternal(ServiceHub serviceHub) |
protected void |
VolumeCreateMojo.executeInternal(ServiceHub serviceHub) |
protected void |
SourceMojo.executeInternal(ServiceHub hub) |
void |
PushMojo.executeInternal(ServiceHub hub)
Hook for subclass for doing the real job
|
protected void |
LogsMojo.executeInternal(ServiceHub hub) |
protected LogDispatcher |
AbstractDockerMojo.getLogDispatcher(ServiceHub hub) |
protected WatchService.WatchContext |
WatchMojo.getWatchContext(ServiceHub hub) |
Modifier and Type | Method and Description |
---|---|
ServiceHub |
ServiceHubFactory.createServiceHub(org.apache.maven.project.MavenProject project,
org.apache.maven.execution.MavenSession session,
DockerAccess access,
Logger log,
LogOutputSpecFactory logSpecFactory) |
Modifier and Type | Method and 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 exists
|
WatchService.WatchContext.Builder |
WatchService.WatchContext.Builder.hub(ServiceHub hub) |
Modifier and Type | Method and Description |
---|---|
StartContainerExecutor.Builder |
StartContainerExecutor.Builder.serviceHub(ServiceHub hub) |
Copyright © 2020. All rights reserved.