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) 
com.dtolabs.rundeck.core.dispatcher.DataContextUtils.replaceTokensInFile(File, Map>, Framework)
          use DataContextUtils.replaceTokensInFile(java.io.File, java.util.Map, com.dtolabs.rundeck.core.common.Framework, com.dtolabs.rundeck.core.execution.script.ScriptfileUtils.LineEndingStyle) 
com.dtolabs.rundeck.core.dispatcher.DataContextUtils.replaceTokensInFile(String, Map>, Framework)
            
com.dtolabs.rundeck.core.dispatcher.DataContextUtils.replaceTokensInScript(String, Map>, Framework)
          use DataContextUtils.replaceTokensInScript(String, java.util.Map, com.dtolabs.rundeck.core.common.Framework, com.dtolabs.rundeck.core.execution.script.ScriptfileUtils.LineEndingStyle) 
com.dtolabs.rundeck.core.dispatcher.DataContextUtils.replaceTokensInStream(InputStream, Map>, Framework)
          use DataContextUtils.replaceTokensInStream(java.io.InputStream, java.util.Map, com.dtolabs.rundeck.core.common.Framework, com.dtolabs.rundeck.core.execution.script.ScriptfileUtils.LineEndingStyle) 
com.dtolabs.rundeck.core.execution.script.ScriptfileUtils.writeScriptTempfile(Framework, File)
            
com.dtolabs.rundeck.core.execution.script.ScriptfileUtils.writeScriptTempfile(Framework, InputStream)
            
com.dtolabs.rundeck.core.execution.script.ScriptfileUtils.writeScriptTempfile(Framework, Reader)
            
com.dtolabs.rundeck.core.execution.script.ScriptfileUtils.writeScriptTempfile(Framework, String)