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

Packages that use RundeckJobsImportResult
org.rundeck.api Java client for the RunDeck API. 
org.rundeck.api.parser Internal parsers for parsing the RunDeck responses. 
 

Uses of RundeckJobsImportResult in org.rundeck.api
 

Methods in org.rundeck.api that return RundeckJobsImportResult
 RundeckJobsImportResult RundeckClient.importJobs(InputStream stream, FileType fileType)
          Import the definitions of jobs, from the given input stream
 RundeckJobsImportResult RundeckClient.importJobs(InputStream stream, FileType fileType, RundeckJobsImportMethod importBehavior)
          Import the definitions of jobs, from the given input stream, using the given behavior
 RundeckJobsImportResult RundeckClient.importJobs(InputStream stream, String fileType)
          Import the definitions of jobs, from the given input stream
 RundeckJobsImportResult RundeckClient.importJobs(InputStream stream, String fileType, String importBehavior)
          Import the definitions of jobs, from the given input stream, using the given behavior
 RundeckJobsImportResult RundeckClient.importJobs(String filename, FileType fileType)
          Import the definitions of jobs, from the given file
 RundeckJobsImportResult RundeckClient.importJobs(String filename, FileType fileType, RundeckJobsImportMethod importBehavior)
          Import the definitions of jobs, from the given file, using the given behavior
 RundeckJobsImportResult RundeckClient.importJobs(String filename, String fileType)
          Import the definitions of jobs, from the given file
 RundeckJobsImportResult RundeckClient.importJobs(String filename, String fileType, String importBehavior)
          Import the definitions of jobs, from the given file, using the given behavior
 

Uses of RundeckJobsImportResult in org.rundeck.api.parser
 

Methods in org.rundeck.api.parser that return RundeckJobsImportResult
 RundeckJobsImportResult JobsImportResultParser.parseXmlNode(org.dom4j.Node node)
           
 



Copyright © 2011. All Rights Reserved.