com.atlassian.jira.web.action.admin
Interface IndexAdmin

All Known Implementing Classes:
IndexAdminImpl

public interface IndexAdmin


Method Summary
 String doActivate()
           
 String doDeactivate()
           
 String doReindex()
           
 String getIndexPath()
           
 String getNewIndexPath()
           
 long getReindexTime()
           
 void setIndexPath(String path)
           
 void setNewIndexPath(String newPath)
           
 

Method Detail

getIndexPath

public String getIndexPath()

setIndexPath

public void setIndexPath(String path)

getNewIndexPath

public String getNewIndexPath()

setNewIndexPath

public void setNewIndexPath(String newPath)

doDeactivate

public String doDeactivate()
                    throws Exception
Throws:
Exception

doActivate

public String doActivate()
                  throws Exception
Throws:
Exception

doReindex

public String doReindex()
                 throws Exception
Throws:
Exception

getReindexTime

public long getReindexTime()


Copyright © 2002-2007 Atlassian. All Rights Reserved.