public class BinaryBuildSource extends Object implements IBinaryBuildSource
| Constructor and Description |
|---|
BinaryBuildSource(String asFile,
String contextDir) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAsFile() |
String |
getContextDir()
The sub-directory relative to the repo root where the source code for the
application exists.
|
String |
getType()
The BuildSourceType
|
void |
setAsFile(String asFile) |
void |
setContextDir(String contextDir) |
public String getType()
IBuildSourcegetType in interface IBuildSourceBuildSourceTypepublic String getAsFile()
getAsFile in interface IBinaryBuildSourcepublic void setAsFile(String asFile)
public String getContextDir()
IBuildSourcegetContextDir in interface IBuildSourcepublic void setContextDir(String contextDir)
Copyright © 2019 Red Hat, Inc. All Rights Reserved.