|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RundeckJobsImportMethod | |
---|---|
org.rundeck.api | Java client for the RunDeck API. |
org.rundeck.api.domain | Domain classes that are returned to the client of the API. |
Uses of RundeckJobsImportMethod in org.rundeck.api |
---|
Methods in org.rundeck.api with parameters of type RundeckJobsImportMethod | |
---|---|
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,
RundeckJobsImportMethod importBehavior)
Import the definitions of jobs, from the given file, using the given behavior |
Uses of RundeckJobsImportMethod in org.rundeck.api.domain |
---|
Methods in org.rundeck.api.domain that return RundeckJobsImportMethod | |
---|---|
static RundeckJobsImportMethod |
RundeckJobsImportMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RundeckJobsImportMethod[] |
RundeckJobsImportMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |