All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
String |
javaVersion() |
List<String> |
listDirContent(String path) |
List<String> |
listDirContent(String path,
boolean hidden) |
List<String> |
listFilesMd5sumInDir(String path) |
List<String> |
listZipFilesInDir(String path) |
String |
mavenVersion()
Will return maven version in format X.Y.Z.
|
static ImageContent |
prepare(OpenShift openShift,
io.fabric8.kubernetes.api.model.Pod pod) |
static ImageContent |
prepare(OpenShift openShift,
String imageUrl) |
static ImageContent |
prepare(OpenShift openShift,
String imageUrl,
List<String> command) |
static ImageContent |
prepare(OpenShift openShift,
String imageUrl,
Map<String,String> envs) |
static ImageContent |
prepare(OpenShift openShift,
String imageUrl,
String name,
List<String> command) |
static ImageContent |
prepare(OpenShift openShift,
String imageUrl,
String name,
List<String> command,
Map<String,String> envs) |
List<ImageContent.RpmPackage> |
rpms() |
Map<String,String> |
runtimeEnvVars() |
PodShell |
shell() |