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

Packages that use RundeckJob
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 RundeckJob in org.rundeck.api
 

Methods in org.rundeck.api that return RundeckJob
 RundeckJob RundeckClient.findJob(String project, String groupPath, String name)
          Find a job, identified by its project, group and name.
 RundeckJob RundeckClient.getJob(String jobId)
          Get the definition of a single job, identified by the given ID
 

Methods in org.rundeck.api that return types with arguments of type RundeckJob
 List<RundeckJob> RundeckClient.getJobs()
          List all jobs (for all projects)
 List<RundeckJob> RundeckClient.getJobs(String project)
          List all jobs that belongs to the given project
 List<RundeckJob> RundeckClient.getJobs(String project, String jobFilter, String groupPath, String... jobIds)
          List the jobs that belongs to the given project, and matches the given criteria (jobFilter, groupPath and jobIds)
 

Uses of RundeckJob in org.rundeck.api.domain
 

Methods in org.rundeck.api.domain that return RundeckJob
 RundeckJob RundeckExecution.getJob()
           
 

Methods in org.rundeck.api.domain that return types with arguments of type RundeckJob
 Map<RundeckJob,String> RundeckJobsImportResult.getFailedJobs()
           
 List<RundeckJob> RundeckJobsImportResult.getSkippedJobs()
           
 List<RundeckJob> RundeckJobsImportResult.getSucceededJobs()
           
 

Methods in org.rundeck.api.domain with parameters of type RundeckJob
 void RundeckJobsImportResult.addFailedJob(RundeckJob job, String errorMessage)
           
 void RundeckJobsImportResult.addSkippedJob(RundeckJob job)
           
 void RundeckJobsImportResult.addSucceededJob(RundeckJob job)
           
 void RundeckExecution.setJob(RundeckJob job)
           
 

Uses of RundeckJob in org.rundeck.api.parser
 

Methods in org.rundeck.api.parser that return RundeckJob
 RundeckJob JobParser.parseXmlNode(org.dom4j.Node node)
           
 



Copyright © 2011. All Rights Reserved.