public class V1alpha1CodeQualityToolSpec extends Object
| Constructor and Description |
|---|
V1alpha1CodeQualityToolSpec() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
V1alpha1HostPort |
getHttp()
Get http
|
V1alpha1SecretKeySetRef |
getSecret()
Get secret
|
String |
getType()
Type defines the code quality tool
|
int |
hashCode() |
V1alpha1CodeQualityToolSpec |
http(V1alpha1HostPort http) |
V1alpha1CodeQualityToolSpec |
secret(V1alpha1SecretKeySetRef secret) |
void |
setHttp(V1alpha1HostPort http) |
void |
setSecret(V1alpha1SecretKeySetRef secret) |
void |
setType(String type) |
String |
toString() |
V1alpha1CodeQualityToolSpec |
type(String type) |
public V1alpha1CodeQualityToolSpec http(V1alpha1HostPort http)
public V1alpha1HostPort getHttp()
public void setHttp(V1alpha1HostPort http)
public V1alpha1CodeQualityToolSpec secret(V1alpha1SecretKeySetRef secret)
public V1alpha1SecretKeySetRef getSecret()
public void setSecret(V1alpha1SecretKeySetRef secret)
public V1alpha1CodeQualityToolSpec type(String type)
public String getType()
public void setType(String type)
Copyright © 2020. All rights reserved.