|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objecthudson.model.UpdateSite
jp.ikedam.jenkins.plugins.updatesitesmanager.DescribedUpdateSite
public abstract class DescribedUpdateSite
Base for UpdateSite that have Descriptor.
| 入れ子のクラスの概要 | |
|---|---|
static class |
DescribedUpdateSite.Descriptor
Base class for Descriptor of subclass of DescribedUpdateSite |
| クラス hudson.model.UpdateSite から継承された入れ子のクラス/インタフェース |
|---|
hudson.model.UpdateSite.Data, hudson.model.UpdateSite.Entry, hudson.model.UpdateSite.Plugin |
| インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| インタフェース jenkins.model.ModelObjectWithContextMenu から継承された入れ子のクラス/インタフェース |
|---|
jenkins.model.ModelObjectWithContextMenu.ContextMenu, jenkins.model.ModelObjectWithContextMenu.MenuItem |
| フィールドの概要 |
|---|
| クラス hudson.model.UpdateSite から継承されたフィールド |
|---|
neverUpdate, signatureCheck |
| コンストラクタの概要 | |
|---|---|
DescribedUpdateSite(String id,
String url)
Constructor |
|
| メソッドの概要 | |
|---|---|
static hudson.DescriptorExtensionList<DescribedUpdateSite,DescribedUpdateSite.Descriptor> |
all()
Returns all DescribedUpdateSite classes registered to Jenkins. |
org.kohsuke.stapler.HttpResponse |
doConfigure(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Process to update request. |
jenkins.model.ModelObjectWithContextMenu.ContextMenu |
doContextMenu(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
Returns ContextMenu shown in UpdateSite list page. |
org.kohsuke.stapler.HttpResponse |
doDelete(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Process delete request. |
List<hudson.model.UpdateSite.Plugin> |
getAvailables()
Returns a list of plugins that should be shown in the "available" tab. |
DescribedUpdateSite.Descriptor |
getDescriptor()
Returns the descriptor for this class. |
String |
getDisplayName()
Returns the name of this site. |
String |
getNote()
Returns note Provided for users to note about this UpdateSite. |
String |
getPageUrl()
Returns the relative URL to manage this UpdateSite. |
List<hudson.model.UpdateSite.Plugin> |
getUpdates()
Returns the list of plugins that are updates to currently installed ones. |
hudson.model.UpdateSite |
getUpdateSite()
Returns UpdateSite to register to Jenkins. |
boolean |
hasUpdates()
Does any of the plugin has updates? |
boolean |
isDisabled()
Returns whether this UpdateSite is disabled. |
boolean |
isDue()
Returns true if it's time for us to check for new version. |
boolean |
isEditable()
Returns whether this UpdateSite is editable in UpdateSitesManager. |
| クラス hudson.model.UpdateSite から継承されたメソッド |
|---|
doInvalidateData, doPostBack, doVerifySignature, getConnectionCheckUrl, getData, getDataTimestamp, getDownloadUrl, getId, getJSONObject, getPlugin, getUrl, isLegacyDefault |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public DescribedUpdateSite(String id,
String url)
id - url - | メソッドの詳細 |
|---|
public hudson.model.UpdateSite getUpdateSite()
public String getDisplayName()
hudson.model.ModelObject 内の getDisplayNameModelObject.getDisplayName()public String getPageUrl()
public boolean isEditable()
public boolean isDisabled()
public String getNote()
public List<hudson.model.UpdateSite.Plugin> getAvailables()
hudson.model.UpdateSite 内の getAvailablesUpdateSite.getAvailables()public List<hudson.model.UpdateSite.Plugin> getUpdates()
hudson.model.UpdateSite 内の getUpdatesUpdateSite.getUpdates()public boolean isDue()
hudson.model.UpdateSite 内の isDueUpdateSite.isDue()public boolean hasUpdates()
hudson.model.UpdateSite 内の hasUpdatesUpdateSite.hasUpdates()
public org.kohsuke.stapler.HttpResponse doConfigure(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws hudson.model.Descriptor.FormException,
javax.servlet.ServletException,
IOException
req - rsp -
hudson.model.Descriptor.FormException
javax.servlet.ServletException
IOException
public org.kohsuke.stapler.HttpResponse doDelete(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws hudson.model.Descriptor.FormException,
IOException
req - rsp -
hudson.model.Descriptor.FormException
IOException
public jenkins.model.ModelObjectWithContextMenu.ContextMenu doContextMenu(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws Exception
jenkins.model.ModelObjectWithContextMenu 内の doContextMenurequest - response -
ExceptionModelObjectWithContextMenu.doContextMenu(org.kohsuke.stapler.StaplerRequest, org.kohsuke.stapler.StaplerResponse)public static hudson.DescriptorExtensionList<DescribedUpdateSite,DescribedUpdateSite.Descriptor> all()
public DescribedUpdateSite.Descriptor getDescriptor()
hudson.model.Describable<DescribedUpdateSite> 内の getDescriptorDescribable.getDescriptor()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||