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

All Known Implementing Classes:
IndexAdminImpl

public interface IndexAdmin


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

Method Detail

getIndexPath

String getIndexPath()

getNewIndexPath

String getNewIndexPath()

setNewIndexPath

void setNewIndexPath(String newPath)

doActivate

String doActivate()
                  throws Exception
Throws:
Exception

doReindex

String doReindex()
                 throws Exception
Throws:
Exception

getReindexTime

long getReindexTime()


Copyright © 2002-2009 Atlassian. All Rights Reserved.