|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objecthudson.model.ManagementLink
jp.ikedam.jenkins.plugins.updatesitesmanager.UpdateSitesManager
@Extension(ordinal=2.147483237E9) public class UpdateSitesManager
Pages for manage UpdateSites. Provides following pages.
| 入れ子のクラスの概要 |
|---|
| インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| フィールドの概要 | |
|---|---|
static String |
URL
|
| クラス hudson.model.ManagementLink から継承されたフィールド |
|---|
LIST |
| コンストラクタの概要 | |
|---|---|
UpdateSitesManager()
|
|
| メソッドの概要 | |
|---|---|
org.kohsuke.stapler.HttpResponse |
do_add(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Create a new UpdateSite. |
String |
getDescription()
Return the description shown in Manage Jenkins page. |
String |
getDisplayName()
Return the name of the link shown in Manage Jenkins page. |
DescribedUpdateSite |
getDynamic(String token)
Allow users to access each UpdateSite page. |
String |
getIconFileName()
Return the icon file name shown in Manage Jenkins page. |
List<DescribedUpdateSite.Descriptor> |
getUpdateSiteDescriptorList()
Returns all the registered DescribedUpdateSite. |
List<DescribedUpdateSite> |
getUpdateSiteList()
Return a list of UpdateSites registered in Jenkins. |
protected DescribedUpdateSite |
getUpdateSiteWithDescriptor(hudson.model.UpdateSite updateSite)
Return DescribedUpdateSite for an UpdateSite. |
String |
getUrlName()
Return the name used in url. |
| クラス hudson.model.ManagementLink から継承されたメソッド |
|---|
all |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public static final String URL
| コンストラクタの詳細 |
|---|
public UpdateSitesManager()
| メソッドの詳細 |
|---|
public String getDisplayName()
Action.getDisplayName()public String getIconFileName()
hudson.model.Action 内の getIconFileNamehudson.model.ManagementLink 内の getIconFileNameManagementLink.getIconFileName()public String getDescription()
hudson.model.ManagementLink 内の getDescriptionManagementLink.getDescription()public String getUrlName()
hudson.model.Action 内の getUrlNamehudson.model.ManagementLink 内の getUrlNameManagementLink.getUrlName()protected DescribedUpdateSite getUpdateSiteWithDescriptor(hudson.model.UpdateSite updateSite)
updateSite - an UpdateSite
public List<DescribedUpdateSite> getUpdateSiteList()
public List<DescribedUpdateSite.Descriptor> getUpdateSiteDescriptorList()
public org.kohsuke.stapler.HttpResponse do_add(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
UnsupportedEncodingException,
javax.servlet.ServletException,
hudson.model.Descriptor.FormException
req - rsp -
IOException
UnsupportedEncodingException
javax.servlet.ServletException
hudson.model.Descriptor.FormExceptionpublic DescribedUpdateSite getDynamic(String token)
token - the token from URL. that is, ${rootURL}/updatesites/${toekn}/blahblah
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||