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() |
boolean |
isUseProjectClasspath() |
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 String getNamespace()
public boolean isUseProjectClasspath()
public OpenShiftDependencyResources getOpenshiftDependencyResources()
public boolean runningWithGoal(String... goals) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2016. All rights reserved.