| Package | Description |
|---|---|
| com.alexecollins.docker.orchestration | |
| com.alexecollins.docker.orchestration.model |
| Constructor and Description |
|---|
DockerOrchestrator(com.github.dockerjava.api.DockerClient docker,
File src,
File workDir,
File rootDir,
String prefix,
FileFilter filter,
Properties properties,
Set<BuildFlag> buildFlags) |
DockerOrchestrator(com.github.dockerjava.api.DockerClient docker,
com.alexecollins.docker.orchestration.Repo repo,
FileOrchestrator fileOrchestrator,
Set<BuildFlag> buildFlags) |
| Modifier and Type | Method and Description |
|---|---|
static BuildFlag |
BuildFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildFlag[] |
BuildFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All Rights Reserved.