public class BaseModel extends Object
| Modifier and Type | Field and Description |
|---|---|
protected JenkinsHttpConnection |
client |
| Constructor and Description |
|---|
BaseModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
get_class()
Get the class.
|
JenkinsHttpConnection |
getClient()
Get the HTTP client.
|
void |
setClient(JenkinsHttpConnection client)
Set the HTTP client.
|
protected JenkinsHttpConnection client
public String get_class()
public JenkinsHttpConnection getClient()
public void setClient(JenkinsHttpConnection client)
client - JenkinsHttpConnection.Copyright © 2018. All rights reserved.