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

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

Uses of RundeckJob in org.jenkinsci.plugins.rundeck
 

Methods in org.jenkinsci.plugins.rundeck that return RundeckJob
 RundeckJob RundeckJobProjectLinkerAction.getRundeckJob()
           
 

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

Methods in org.jenkinsci.plugins.rundeck.domain that return RundeckJob
 RundeckJob RundeckExecution.getJob()
           
 RundeckJob RundeckInstance.getJob(String 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
 

Methods in org.jenkinsci.plugins.rundeck.domain with parameters of type RundeckJob
 void RundeckExecution.setJob(RundeckJob job)
           
 



Copyright © 2004-2011. All Rights Reserved.