Uses of Class
org.jenkinsci.plugins.rundeck.domain.RundeckApiException

Packages that use RundeckApiException
org.jenkinsci.plugins.rundeck   
org.jenkinsci.plugins.rundeck.domain   
 

Uses of RundeckApiException in org.jenkinsci.plugins.rundeck
 

Constructors in org.jenkinsci.plugins.rundeck that throw RundeckApiException
RundeckJobProjectLinkerAction(RundeckInstance rundeck, Long rundeckJobId)
          Load the RunDeck job details (name, description, and so on) using the RunDeck API.
 

Uses of RundeckApiException in org.jenkinsci.plugins.rundeck.domain
 

Subclasses of RundeckApiException in org.jenkinsci.plugins.rundeck.domain
static class RundeckApiException.RundeckApiJobRunException
          Specific error when running a job failed
static class RundeckApiException.RundeckApiLoginException
          Specific login-related error
 

Methods in org.jenkinsci.plugins.rundeck.domain that throw RundeckApiException
 RundeckJob RundeckInstance.getJob(Long jobId)
          Get the details of a job, identified by the given id.
static RundeckJob RundeckUtils.parseJobDefinition(InputStream response)
          Parse the result of a "job details" action
static RundeckExecution RundeckUtils.parseJobRunResult(InputStream response)
          Parse the result of a "job run" action
 RundeckExecution RundeckInstance.runJob(Long jobId, Properties options)
          Run a job, identified by the given id.
 



Copyright © 2004-2011. All Rights Reserved.