@Generated(value="org.jsonschema2pojo") public class BuildSource extends Object
Constructor and Description |
---|
BuildSource()
No args constructor for use in serialization
|
BuildSource(String contextDir,
GitBuildSource git,
LocalObjectReference sourceSecret,
String type) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getContextDir()
specifies sub-directory where the source code for the application exists
|
GitBuildSource |
getGit() |
LocalObjectReference |
getSourceSecret() |
String |
getType()
type of source control management system
|
void |
setAdditionalProperty(String name,
Object value) |
void |
setContextDir(String contextDir)
specifies sub-directory where the source code for the application exists
|
void |
setGit(GitBuildSource git) |
void |
setSourceSecret(LocalObjectReference sourceSecret) |
void |
setType(String type)
type of source control management system
|
public BuildSource()
public BuildSource(String contextDir, GitBuildSource git, LocalObjectReference sourceSecret, String type)
sourceSecret
- git
- type
- contextDir
- public String getContextDir()
public void setContextDir(String contextDir)
contextDir
- The contextDirpublic GitBuildSource getGit()
public void setGit(GitBuildSource git)
git
- The gitpublic LocalObjectReference getSourceSecret()
public void setSourceSecret(LocalObjectReference sourceSecret)
sourceSecret
- The sourceSecretpublic String getType()
public void setType(String type)
type
- The typeCopyright © 2011–2015 Red Hat. All rights reserved.