public class CustomBuildStrategy extends Object implements ICustomBuildStrategy
Constructor and Description |
---|
CustomBuildStrategy(String image,
boolean exposeDockerSocket,
Map<String,String> env) |
Modifier and Type | Method and Description |
---|---|
boolean |
exposeDockerSocket() |
Map<String,String> |
getEnvironmentVariables() |
DockerImageURI |
getImage() |
String |
getType()
The type of build Strategy
|
public String getType()
IBuildStrategy
getType
in interface IBuildStrategy
BuildStrategyType
public Map<String,String> getEnvironmentVariables()
getEnvironmentVariables
in interface ICustomBuildStrategy
public boolean exposeDockerSocket()
exposeDockerSocket
in interface ICustomBuildStrategy
public DockerImageURI getImage()
getImage
in interface ICustomBuildStrategy
Copyright © 2016 Red Hat, Inc. All rights reserved.