public class ManagedUpdateSite extends DescribedUpdateSite
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
ManagedUpdateSite.DescriptorImpl
Descriptor for this class.
|
DescribedUpdateSite.Descriptorhudson.model.UpdateSite.Data, hudson.model.UpdateSite.Entry, hudson.model.UpdateSite.Plugin| コンストラクタと説明 |
|---|
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.
|
all, doConfigure, doContextMenu, doDelete, getAvailables, getDescriptor, getDisplayName, getPageUrl, getUpdates, getUpdateSite, hasUpdates, isDue, isEditablepublic String getCaCertificate()
public void setCaCertificate(String caCertificate)
public boolean isUseCaCertificate()
public boolean isDisabled()
isDisabled クラス内 DescribedUpdateSitepublic String getNote()
getNote クラス内 DescribedUpdateSiteprotected File getCaCertificateFile()
public hudson.util.FormValidation doPostBack(org.kohsuke.stapler.StaplerRequest req)
throws IOException,
GeneralSecurityException
doPostBack クラス内 hudson.model.UpdateSitereq - IOExceptionGeneralSecurityExceptionUpdateSite.doPostBack(org.kohsuke.stapler.StaplerRequest)public hudson.util.FormValidation doVerifySignature()
throws IOException
doVerifySignature クラス内 hudson.model.UpdateSiteIOExceptionUpdateSite.doVerifySignature()Copyright © 2004-2013. All Rights Reserved.