public class DockerBuildStrategy extends Object implements IDockerBuildStrategy
Constructor and Description |
---|
DockerBuildStrategy(String contextDir,
boolean noCache,
String baseImage) |
Modifier and Type | Method and Description |
---|---|
DockerImageURI |
getBaseImage() |
String |
getContextDir() |
String |
getType()
The type of build Strategy
|
boolean |
isNoCache() |
public String getType()
IBuildStrategy
getType
in interface IBuildStrategy
BuildStrategyType
public String getContextDir()
getContextDir
in interface IDockerBuildStrategy
public boolean isNoCache()
isNoCache
in interface IDockerBuildStrategy
public DockerImageURI getBaseImage()
getBaseImage
in interface IDockerBuildStrategy
Copyright © 2016 Red Hat, Inc. All rights reserved.