public class DescribedUpdateSiteWrapper extends DescribedUpdateSite
UpdateSite.
UpdateSite is not designed to manage in configuration pages,
that is, UpdateSite has no Descriptor nor DataBoundConstructor.
This class wraps UpdateSite and provides functions to be managed in views.| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
DescribedUpdateSiteWrapper.DescriptorImpl
Descriptor for this class.
|
DescribedUpdateSite.Descriptorhudson.model.UpdateSite.Data, hudson.model.UpdateSite.Entry, hudson.model.UpdateSite.Plugin| コンストラクタと説明 |
|---|
DescribedUpdateSiteWrapper(String id,
String url)
Constructor for new UpdateSite
|
DescribedUpdateSiteWrapper(hudson.model.UpdateSite updateSite)
Constructor from existing UpdateSite
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getId()
Returns site id.
|
hudson.model.UpdateSite |
getUpdateSite()
Returns UpdateSite to register to Jenkins.
|
String |
getUrl()
Returns the URL of the site.
|
boolean |
isEditable()
Returns whether this UpdateSite is editable by UpdateSiteManager
Editable only when wrapped object is an instance of UpdateSite.
|
all, doConfigure, doContextMenu, doDelete, getAvailables, getDescriptor, getDisplayName, getNote, getPageUrl, getUpdates, hasUpdates, isDisabled, isDue@DataBoundConstructor public DescribedUpdateSiteWrapper(String id, String url)
id - url - public DescribedUpdateSiteWrapper(hudson.model.UpdateSite updateSite)
updateSite - public hudson.model.UpdateSite getUpdateSite()
getUpdateSite クラス内 DescribedUpdateSiteDescribedUpdateSite.getUpdateSite()public String getId()
getId クラス内 hudson.model.UpdateSiteUpdateSite.getId()public String getUrl()
getUrl クラス内 hudson.model.UpdateSiteUpdateSite.getUrl()public boolean isEditable()
isEditable クラス内 DescribedUpdateSiteDescribedUpdateSite.isEditable()Copyright © 2004-2013. All Rights Reserved.