public class Image
extends java.lang.Object
Constructor and Description |
---|
Image() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBuilder()
The name of the builder image to use to create the image.
|
java.util.Map<java.lang.String,java.lang.String> |
getEnv()
Environment properties that should be passed to the builder.
|
java.lang.String |
getName()
The name of the created image.
|
java.lang.String |
getRunImage()
The name of the run image to use to create the image.
|
boolean |
isCleanCache()
If the cache should be cleaned before building.
|
boolean |
isVerboseLogging()
If verbose logging is required.
|
public java.lang.String getName()
public java.lang.String getBuilder()
public java.lang.String getRunImage()
public java.util.Map<java.lang.String,java.lang.String> getEnv()
public boolean isCleanCache()
true
if the cache should be cleanedpublic boolean isVerboseLogging()
true
for verbose logging