public class CloudBeesUpdateSite
extends hudson.model.UpdateSite
| Constructor and Description |
|---|
CloudBeesUpdateSite(String id,
String url)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doPostBack(org.kohsuke.stapler.StaplerRequest req)
This is the endpoint that receives the update center data file from the browser.
|
hudson.util.FormValidation |
doVerifySignature() |
long |
getDataTimestamp()
returns the data timestamp.
|
String |
getDownloadUrl() |
boolean |
isDue() |
public long getDataTimestamp()
getDataTimestamp in class hudson.model.UpdateSitepublic String getDownloadUrl()
getDownloadUrl in class hudson.model.UpdateSitepublic hudson.util.FormValidation doPostBack(org.kohsuke.stapler.StaplerRequest req)
throws IOException,
GeneralSecurityException
UpdateSite.doPostBack(org.kohsuke.stapler.StaplerRequest) as there is no other way to override
the verification of the signature.doPostBack in class hudson.model.UpdateSiteIOExceptionGeneralSecurityExceptionpublic hudson.util.FormValidation doVerifySignature()
throws IOException
doVerifySignature in class hudson.model.UpdateSiteIOExceptionpublic boolean isDue()
isDue in class hudson.model.UpdateSiteCopyright © 2004-2014. All Rights Reserved.