@Deprecated public class STIBuildStrategy extends Object implements ISTIBuildStrategy
Constructor and Description |
---|
STIBuildStrategy(String image,
String scriptsLocation,
boolean incremental,
Map<String,String> envVars)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
forceClean()
Deprecated.
|
Map<String,String> |
getEnvironmentVariables()
Deprecated.
|
DockerImageURI |
getImage()
Deprecated.
Returns the Builder Image used to execute the build
|
String |
getScriptsLocation()
Deprecated.
|
String |
getType()
Deprecated.
The type of build Strategy
|
boolean |
incremental()
Deprecated.
|
public String getType()
IBuildStrategy
getType
in interface IBuildStrategy
BuildStrategyType
public DockerImageURI getImage()
ISTIBuildStrategy
getImage
in interface ISTIBuildStrategy
public String getScriptsLocation()
getScriptsLocation
in interface ISTIBuildStrategy
public Map<String,String> getEnvironmentVariables()
getEnvironmentVariables
in interface ISTIBuildStrategy
public boolean incremental()
incremental
in interface ISTIBuildStrategy
public boolean forceClean()
forceClean
in interface ISTIBuildStrategy
Copyright © 2016 Red Hat, Inc. All rights reserved.