Deprecated API


Contents
Deprecated Interfaces
com.dtolabs.rundeck.core.logging.LogFileStorage
          no longer used, replaced by ExecutionFileStorage 
com.dtolabs.rundeck.plugins.logging.LogFileStoragePlugin
          no longer used, replaced by ExecutionFileStoragePlugin 
 

Deprecated Classes
com.dtolabs.rundeck.core.utils.FormattedOutputStream
            
 

Deprecated Exceptions
com.dtolabs.rundeck.core.logging.LogFileStorageException
          no longer used, see ExecutionFileStorageException 
 

Deprecated Methods
com.dtolabs.rundeck.core.execution.ExecutionService.executeCommand(ExecutionContext, String[], INodeEntry)
          use ExecutionService.executeCommand(ExecutionContext, ExecArgList, com.dtolabs.rundeck.core.common.INodeEntry) 
com.dtolabs.rundeck.core.execution.ExecutionService.executeItem(StepExecutionContext, StepExecutionItem)
          use ExecutionService.executeStep(com.dtolabs.rundeck.core.execution.workflow.StepExecutionContext, StepExecutionItem) 
com.dtolabs.rundeck.core.authorization.providers.SAREAuthorization.hackMeSomeRoles()
           
com.dtolabs.rundeck.core.authorization.providers.Policies.listAllRoles()
           
com.dtolabs.rundeck.core.dispatcher.CentralDispatcher.listDispatcherQueue()
          The rundeck API requires a project parameter, use CentralDispatcher.listDispatcherQueue(String)