public class GitBuildSource extends Object implements IGitBuildSource
| Constructor and Description |
|---|
GitBuildSource(String uri,
String ref,
String contextDir) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContextDir()
The sub-directory relative to the repo root where the source code for the application exists.
|
String |
getRef()
The branch/tag/ref to build
|
String |
getType()
The BuildSourceType
|
String |
getURI()
The URI to the source repo
|
public String getType()
IBuildSourcegetType in interface IBuildSourceBuildSourceTypepublic String getURI()
IBuildSourcegetURI in interface IBuildSourcepublic String getRef()
IGitBuildSourcegetRef in interface IGitBuildSourcepublic String getContextDir()
IBuildSourcegetContextDir in interface IBuildSourceCopyright © 2016 Red Hat, Inc. All rights reserved.