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()
IBuildSource
getType
in interface IBuildSource
BuildSourceType
public String getURI()
IBuildSource
getURI
in interface IBuildSource
public String getRef()
IGitBuildSource
getRef
in interface IGitBuildSource
public String getContextDir()
IBuildSource
getContextDir
in interface IBuildSource
Copyright © 2016 Red Hat, Inc. All rights reserved.