|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sonyericsson.hudson.plugins.metadata.search.MetadataSearchPage
@Extension public class MetadataSearchPage
A Metadata Search page for searching metadata in Jenkins jobs, this page will search and list the jobs having the metadata entered by user.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Constructor Summary | |
|---|---|
MetadataSearchPage()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
doSearchMetadata(String queryString,
org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
Search the query entered on the Metadata Search page. |
String |
getDisplayName()
|
String |
getIconFileName()
|
hudson.security.Permission |
getRequiredPermission()
Serves the permission required to perform this action. |
String |
getUrlName()
|
boolean |
isEnabled()
Check whether the project is enabled or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MetadataSearchPage()
| Method Detail |
|---|
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic hudson.security.Permission getRequiredPermission()
public boolean isEnabled()
public void doSearchMetadata(@QueryParameter(value="metadata.search.queryString")
String queryString,
org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws Exception
queryString - the search query.request - the current HTTP request.response - the response from this operation.
Exception - if an error occur.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||