public class UpdateSiteAdder extends Object
| Constructor and Description |
|---|
UpdateSiteAdder() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.model.UpdateSite |
addManagedUpdateSite(hudson.model.UpdateCenter jenkinsUpdateCenter,
String id,
String url,
String caCert,
String note)
This adds the specified Update Site to the global list of Jenkins Update Sites.
|
public static hudson.model.UpdateSite addManagedUpdateSite(hudson.model.UpdateCenter jenkinsUpdateCenter,
String id,
String url,
String caCert,
String note)
jenkinsUpdateCenter - UpdateCenterid - String, The id of the Update Siteurl - String, The Url of the Update Site Ex: http://.../update-center.jsoncaCert - String, The text of the caCert to use. Optionalnote - String, The description of the Update SiteCopyright © 2015 Black Duck Software, Inc.. All Rights Reserved.