public class EnricherContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EnricherContext.Builder |
| Modifier and Type | Method and Description |
|---|---|
ProcessorConfig |
getConfig() |
List<io.fabric8.maven.docker.config.ImageConfiguration> |
getImages() |
io.fabric8.maven.docker.util.Logger |
getLog() |
String |
getNamespace() |
OpenShiftDependencyResources |
getOpenshiftDependencyResources() |
org.apache.maven.project.MavenProject |
getProject() |
ResourceConfig |
getResources() |
org.apache.maven.settings.Settings |
getSettings() |
boolean |
isUseProjectClasspath() |
boolean |
isWatchMode()
Returns true if we are in watch mode
|
boolean |
runningWithGoal(String... goals)
Returns true if maven is running with any of the given goals
|
public org.apache.maven.project.MavenProject getProject()
public List<io.fabric8.maven.docker.config.ImageConfiguration> getImages()
public io.fabric8.maven.docker.util.Logger getLog()
public ProcessorConfig getConfig()
public ResourceConfig getResources()
public String getNamespace()
public boolean isUseProjectClasspath()
public org.apache.maven.settings.Settings getSettings()
public OpenShiftDependencyResources getOpenshiftDependencyResources()
public boolean isWatchMode()
public boolean runningWithGoal(String... goals) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2017. All rights reserved.