Uses of Class
org.rundeck.api.domain.RundeckExecution

Packages that use RundeckExecution
org.rundeck.api Java client for the RunDeck API. 
org.rundeck.api.domain Domain classes that are returned to the client of the API. 
org.rundeck.api.parser Internal parsers for parsing the RunDeck responses. 
 

Uses of RundeckExecution in org.rundeck.api
 

Methods in org.rundeck.api that return RundeckExecution
 RundeckExecution RundeckClient.getExecution(Long executionId)
          Get a single execution, identified by the given ID
 RundeckExecution RundeckClient.runAdhocCommand(String project, String command)
          Run an ad-hoc command, and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runAdhocCommand(String project, String command, long poolingInterval, TimeUnit poolingUnit)
          Run an ad-hoc command, and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runAdhocCommand(String project, String command, Properties nodeFilters)
          Run an ad-hoc command, and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runAdhocCommand(String project, String command, Properties nodeFilters, Integer nodeThreadcount, Boolean nodeKeepgoing)
          Run an ad-hoc command, and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runAdhocCommand(String project, String command, Properties nodeFilters, Integer nodeThreadcount, Boolean nodeKeepgoing, long poolingInterval, TimeUnit poolingUnit)
          Run an ad-hoc command, and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runAdhocCommand(String project, String command, Properties nodeFilters, long poolingInterval, TimeUnit poolingUnit)
          Run an ad-hoc command, and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runAdhocScript(String project, InputStream script)
          Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runAdhocScript(String project, InputStream script, long poolingInterval, TimeUnit poolingUnit)
          Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runAdhocScript(String project, InputStream script, Properties options)
          Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runAdhocScript(String project, InputStream script, Properties options, long poolingInterval, TimeUnit poolingUnit)
          Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runAdhocScript(String project, InputStream script, Properties options, Properties nodeFilters)
          Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runAdhocScript(String project, InputStream script, Properties options, Properties nodeFilters, Integer nodeThreadcount, Boolean nodeKeepgoing)
          Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runAdhocScript(String project, InputStream script, Properties options, Properties nodeFilters, Integer nodeThreadcount, Boolean nodeKeepgoing, long poolingInterval, TimeUnit poolingUnit)
          Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runAdhocScript(String project, InputStream script, Properties options, Properties nodeFilters, long poolingInterval, TimeUnit poolingUnit)
          Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runAdhocScript(String project, String scriptFilename)
          Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runAdhocScript(String project, String scriptFilename, long poolingInterval, TimeUnit poolingUnit)
          Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runAdhocScript(String project, String scriptFilename, Properties options)
          Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runAdhocScript(String project, String scriptFilename, Properties options, long poolingInterval, TimeUnit poolingUnit)
          Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runAdhocScript(String project, String scriptFilename, Properties options, Properties nodeFilters)
          Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runAdhocScript(String project, String scriptFilename, Properties options, Properties nodeFilters, Integer nodeThreadcount, Boolean nodeKeepgoing)
          Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runAdhocScript(String project, String scriptFilename, Properties options, Properties nodeFilters, Integer nodeThreadcount, Boolean nodeKeepgoing, long poolingInterval, TimeUnit poolingUnit)
          Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runAdhocScript(String project, String scriptFilename, Properties options, Properties nodeFilters, long poolingInterval, TimeUnit poolingUnit)
          Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runJob(String jobId)
          Run a RunDeck job (identified by the given ID), and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runJob(String jobId, Properties options)
          Run a RunDeck job (identified by the given ID), and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runJob(String jobId, Properties options, long poolingInterval, TimeUnit poolingUnit)
          Run a RunDeck job (identified by the given ID), and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runJob(String jobId, Properties options, Properties nodeFilters)
          Run a RunDeck job (identified by the given ID), and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.runJob(String jobId, Properties options, Properties nodeFilters, long poolingInterval, TimeUnit poolingUnit)
          Run a RunDeck job (identified by the given ID), and wait until its execution is finished (or aborted) to return.
 RundeckExecution RundeckClient.triggerAdhocCommand(String project, String command)
          Trigger the execution of an ad-hoc command, and return immediately (without waiting the end of the execution).
 RundeckExecution RundeckClient.triggerAdhocCommand(String project, String command, Properties nodeFilters)
          Trigger the execution of an ad-hoc command, and return immediately (without waiting the end of the execution).
 RundeckExecution RundeckClient.triggerAdhocCommand(String project, String command, Properties nodeFilters, Integer nodeThreadcount, Boolean nodeKeepgoing)
          Trigger the execution of an ad-hoc command, and return immediately (without waiting the end of the execution).
 RundeckExecution RundeckClient.triggerAdhocScript(String project, InputStream script)
          Trigger the execution of an ad-hoc script, and return immediately (without waiting the end of the execution).
 RundeckExecution RundeckClient.triggerAdhocScript(String project, InputStream script, Properties options)
          Trigger the execution of an ad-hoc script, and return immediately (without waiting the end of the execution).
 RundeckExecution RundeckClient.triggerAdhocScript(String project, InputStream script, Properties options, Properties nodeFilters)
          Trigger the execution of an ad-hoc script, and return immediately (without waiting the end of the execution).
 RundeckExecution RundeckClient.triggerAdhocScript(String project, InputStream script, Properties options, Properties nodeFilters, Integer nodeThreadcount, Boolean nodeKeepgoing)
          Trigger the execution of an ad-hoc script, and return immediately (without waiting the end of the execution).
 RundeckExecution RundeckClient.triggerAdhocScript(String project, String scriptFilename)
          Trigger the execution of an ad-hoc script, and return immediately (without waiting the end of the execution).
 RundeckExecution RundeckClient.triggerAdhocScript(String project, String scriptFilename, Properties options)
          Trigger the execution of an ad-hoc script, and return immediately (without waiting the end of the execution).
 RundeckExecution RundeckClient.triggerAdhocScript(String project, String scriptFilename, Properties options, Properties nodeFilters)
          Trigger the execution of an ad-hoc script, and return immediately (without waiting the end of the execution).
 RundeckExecution RundeckClient.triggerAdhocScript(String project, String scriptFilename, Properties options, Properties nodeFilters, Integer nodeThreadcount, Boolean nodeKeepgoing)
          Trigger the execution of an ad-hoc script, and return immediately (without waiting the end of the execution).
 RundeckExecution RundeckClient.triggerJob(String jobId)
          Trigger the execution of a RunDeck job (identified by the given ID), and return immediately (without waiting the end of the job execution)
 RundeckExecution RundeckClient.triggerJob(String jobId, Properties options)
          Trigger the execution of a RunDeck job (identified by the given ID), and return immediately (without waiting the end of the job execution)
 RundeckExecution RundeckClient.triggerJob(String jobId, Properties options, Properties nodeFilters)
          Trigger the execution of a RunDeck job (identified by the given ID), and return immediately (without waiting the end of the job execution)
 

Methods in org.rundeck.api that return types with arguments of type RundeckExecution
 List<RundeckExecution> RundeckClient.getJobExecutions(String jobId)
          Get the executions of the given job
 List<RundeckExecution> RundeckClient.getJobExecutions(String jobId, RundeckExecution.ExecutionStatus status)
          Get the executions of the given job
 List<RundeckExecution> RundeckClient.getJobExecutions(String jobId, RundeckExecution.ExecutionStatus status, Long max, Long offset)
          Get the executions of the given job
 List<RundeckExecution> RundeckClient.getJobExecutions(String jobId, String status)
          Get the executions of the given job
 List<RundeckExecution> RundeckClient.getJobExecutions(String jobId, String status, Long max, Long offset)
          Get the executions of the given job
 List<RundeckExecution> RundeckClient.getRunningExecutions()
          Get all running executions (for all projects)
 List<RundeckExecution> RundeckClient.getRunningExecutions(String project)
          Get the running executions for the given project
 

Uses of RundeckExecution in org.rundeck.api.domain
 

Methods in org.rundeck.api.domain that return RundeckExecution
 RundeckExecution RundeckAbort.getExecution()
           
 

Methods in org.rundeck.api.domain with parameters of type RundeckExecution
 void RundeckAbort.setExecution(RundeckExecution execution)
           
 

Uses of RundeckExecution in org.rundeck.api.parser
 

Methods in org.rundeck.api.parser that return RundeckExecution
 RundeckExecution ExecutionParser.parseXmlNode(org.dom4j.Node node)
           
 



Copyright © 2011. All Rights Reserved.