org.jenkinsci.plugins.lucene.search.management
Class LuceneManager

java.lang.Object
  extended by hudson.model.ManagementLink
      extended by org.jenkinsci.plugins.lucene.search.management.LuceneManager
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Action, hudson.model.ModelObject

@Extension
public class LuceneManager
extends hudson.model.ManagementLink


Nested Class Summary
static class LuceneManager.JSReturnCollection
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.model.ManagementLink
LIST
 
Constructor Summary
LuceneManager()
           
 
Method Summary
 LuceneManager.JSReturnCollection abort()
           
 LuceneManager.JSReturnCollection cleanDatabase()
           
 String getDisplayName()
           
 String getIconFileName()
           
 LuceneManager.JSReturnCollection getStatus()
           
 String getUrlName()
           
 LuceneManager.JSReturnCollection rebuildDatabase()
           
 
Methods inherited from class hudson.model.ManagementLink
all, getDescription, getRequiredPermission, getRequiresConfirmation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LuceneManager

public LuceneManager()
Method Detail

getDisplayName

public String getDisplayName()

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action
Specified by:
getIconFileName in class hudson.model.ManagementLink

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action
Specified by:
getUrlName in class hudson.model.ManagementLink

rebuildDatabase

@JavaScriptMethod
public LuceneManager.JSReturnCollection rebuildDatabase()

cleanDatabase

@JavaScriptMethod
public LuceneManager.JSReturnCollection cleanDatabase()

abort

@JavaScriptMethod
public LuceneManager.JSReturnCollection abort()
                                       throws Exception
Throws:
Exception

getStatus

@JavaScriptMethod
public LuceneManager.JSReturnCollection getStatus()


Copyright © 2004-2015. All Rights Reserved.