Uses of Class
org.rundeck.api.FileType

Packages that use FileType
org.rundeck.api Java client for the RunDeck API. 
 

Uses of FileType in org.rundeck.api
 

Methods in org.rundeck.api that return FileType
static FileType FileType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FileType[] FileType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.rundeck.api with parameters of type FileType
 InputStream RundeckClient.exportJob(FileType format, String jobId)
          Export the definition of a single job, identified by the given ID
 InputStream RundeckClient.exportJobs(FileType format, String project)
          Export the definitions of all jobs that belongs to the given project
 InputStream RundeckClient.exportJobs(FileType format, String project, String jobFilter, String groupPath, String... jobIds)
          Export the definitions of the jobs that belongs to the given project, and matches the given criteria (jobFilter, groupPath and jobIds)
 void RundeckClient.exportJobsToFile(String filename, FileType format, String project)
          Export the definitions of all jobs that belongs to the given project
 void RundeckClient.exportJobsToFile(String filename, FileType format, String project, String jobFilter, String groupPath, String... jobIds)
          Export the definitions of the jobs that belongs to the given project, and matches the given criteria (jobFilter, groupPath and jobIds)
 void RundeckClient.exportJobToFile(String filename, FileType format, String jobId)
          Export the definition of a single job (identified by the given ID)
 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(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
 



Copyright © 2011. All Rights Reserved.