| Package | Description |
|---|---|
| org.jenkins.ci.plugins.jobimport.client | |
| org.jenkins.ci.plugins.jobimport.model |
| Modifier and Type | Method and Description |
|---|---|
static List<RemoteItem> |
RestApiClient.getRemoteItems(RemoteFolder parent,
String url,
CredentialsUtils.NullSafeCredentials credentials,
boolean recursiveSearch) |
| Modifier and Type | Field and Description |
|---|---|
protected RemoteFolder |
RemoteItem.parent |
| Modifier and Type | Method and Description |
|---|---|
RemoteFolder |
RemoteItem.getParent() |
| Constructor and Description |
|---|
RemoteFolder(String name,
String impl,
String url,
String description,
RemoteFolder parent) |
RemoteItem(String name,
String impl,
String url,
String description,
RemoteFolder parent) |
RemoteJob(String name,
String impl,
String url,
String description,
RemoteFolder parent) |
Copyright © 2016–2022. All rights reserved.