public class V1alpha1PipelineSourceGit extends Object
| Constructor and Description |
|---|
V1alpha1PipelineSourceGit() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getRef()
URI is the branch of the git code repository.
|
String |
getUri()
URI is the uri of the git code repository.
|
int |
hashCode() |
V1alpha1PipelineSourceGit |
ref(String ref) |
void |
setRef(String ref) |
void |
setUri(String uri) |
String |
toString() |
V1alpha1PipelineSourceGit |
uri(String uri) |
public V1alpha1PipelineSourceGit ref(String ref)
public String getRef()
public void setRef(String ref)
public V1alpha1PipelineSourceGit uri(String uri)
public String getUri()
public void setUri(String uri)
Copyright © 2020. All rights reserved.