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, String 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
 RundeckExecution RundeckInstance.getExecution(Long executionId)
          Get the details of a job execution, identified by the given id.
 RundeckJob RundeckInstance.getJob(String jobId)
          Get the details of a job, identified by the given id.
static RundeckExecution RundeckUtils.parseExecution(InputStream response)
          Parse the result of a job execution
static RundeckJob RundeckUtils.parseJobDefinition(InputStream response)
          Parse the result of a "job details" action
 RundeckExecution RundeckInstance.runJob(String jobId, Properties options)
          Run a job, identified by the given id.
 



Copyright © 2004-2011. All Rights Reserved.