Uses of Class
org.rundeck.api.RundeckApiException.RundeckApiLoginException

Packages that use RundeckApiException.RundeckApiLoginException
org.rundeck.api   
 

Uses of RundeckApiException.RundeckApiLoginException in org.rundeck.api
 

Methods in org.rundeck.api that throw RundeckApiException.RundeckApiLoginException
 RundeckExecution RundeckClient.getExecution(Long executionId)
          Get a single execution, identified by the given ID
 RundeckJob RundeckClient.getJob(String jobId)
          Get the definition of a single job, identified by the given ID
 List<RundeckExecution> RundeckClient.getJobExecutions(String jobId)
          Get the executions of the given job
 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)
 RundeckProject RundeckClient.getProject(String projectName)
          Get the definition of a single project, identified by the given name
 List<RundeckProject> RundeckClient.getProjects()
          List all projects
 void RundeckClient.testCredentials()
          Test your credentials (login/password) on the RunDeck instance
 RundeckExecution RundeckClient.triggerJob(String jobId, Properties options)
          Trigger the execution of a RunDeck job (identified by the given ID), and return immediately (without waiting the end of the job execution)
 



Copyright © 2011. All Rights Reserved.