|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objecthudson.model.UpdateSite
jp.ikedam.jenkins.plugins.updatesitesmanager.DescribedUpdateSite
jp.ikedam.jenkins.plugins.updatesitesmanager.ManagedUpdateSite
public class ManagedUpdateSite
Extended UpdateSite to be managed in UpdateSitesManager. ManagedUpdateSite provides following features.
| 入れ子のクラスの概要 | |
|---|---|
static class |
ManagedUpdateSite.DescriptorImpl
Descriptor for this class. |
| クラス jp.ikedam.jenkins.plugins.updatesitesmanager.DescribedUpdateSite から継承された入れ子のクラス/インタフェース |
|---|
DescribedUpdateSite.Descriptor |
| クラス 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 |
| コンストラクタの概要 | |
|---|---|
ManagedUpdateSite(String id,
String url,
boolean useCaCertificate,
String caCertificate,
String note,
boolean disabled)
Create a new instance |
|
| メソッドの概要 | |
|---|---|
hudson.util.FormValidation |
doPostBack(org.kohsuke.stapler.StaplerRequest req)
Process update-center.json. |
hudson.util.FormValidation |
doVerifySignature()
Verify the signature of downloaded update-center.json. |
String |
getCaCertificate()
Returns the CA certificate to verify the signature. |
protected File |
getCaCertificateFile()
Returns the path to the CA certificate file. |
String |
getNote()
Returns the note Note is only used for the displaying purpose. |
boolean |
isDisabled()
Returns whether this site is disabled. |
boolean |
isUseCaCertificate()
Returns whether to use CA certificate. |
void |
setCaCertificate(String caCertificate)
Set the CA certificate to verify the signature. |
| クラス jp.ikedam.jenkins.plugins.updatesitesmanager.DescribedUpdateSite から継承されたメソッド |
|---|
all, doConfigure, doContextMenu, doDelete, getAvailables, getDescriptor, getDisplayName, getPageUrl, getUpdates, getUpdateSite, hasUpdates, isDue, isEditable |
| クラス hudson.model.UpdateSite から継承されたメソッド |
|---|
doInvalidateData, getConnectionCheckUrl, getData, getDataTimestamp, getDownloadUrl, getId, getJSONObject, getPlugin, getUrl, isLegacyDefault |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
@DataBoundConstructor
public ManagedUpdateSite(String id,
String url,
boolean useCaCertificate,
String caCertificate,
String note,
boolean disabled)
id - url - useCaCertificate - caCertificate - note - disabled - | メソッドの詳細 |
|---|
public String getCaCertificate()
public void setCaCertificate(String caCertificate)
public boolean isUseCaCertificate()
public boolean isDisabled()
DescribedUpdateSite 内の isDisabledpublic String getNote()
DescribedUpdateSite 内の getNoteprotected File getCaCertificateFile()
public hudson.util.FormValidation doPostBack(org.kohsuke.stapler.StaplerRequest req)
throws IOException,
GeneralSecurityException
hudson.model.UpdateSite 内の doPostBackreq -
IOException
GeneralSecurityExceptionUpdateSite.doPostBack(org.kohsuke.stapler.StaplerRequest)
public hudson.util.FormValidation doVerifySignature()
throws IOException
hudson.model.UpdateSite 内の doVerifySignatureIOExceptionUpdateSite.doVerifySignature()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||