Package org.guvnor.ala.docker.model
Interface DockerBuild
-
- All Superinterfaces:
org.guvnor.ala.config.BuildConfig,org.guvnor.ala.config.Config,org.guvnor.ala.build.maven.model.MavenBuild
- All Known Implementing Classes:
DockerBuildImpl
public interface DockerBuild extends org.guvnor.ala.build.maven.model.MavenBuildInterface that represent the Docker Build information to be used build a Docker Image. This interface extends on the MavenBuild because we are using the Maven Plugin to build Docker Images.- See Also:
MavenBuild,BuildConfig