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

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

Uses of RundeckHistory in org.rundeck.api
 

Methods in org.rundeck.api that return RundeckHistory
 RundeckHistory RundeckClient.getHistory(String project)
          Get the (events) history for the given project
 RundeckHistory RundeckClient.getHistory(String project, Date begin, Date end)
          Get the (events) history for the given project
 RundeckHistory RundeckClient.getHistory(String project, Date begin, Date end, Long max, Long offset)
          Get the (events) history for the given project
 RundeckHistory RundeckClient.getHistory(String project, Long max, Long offset)
          Get the (events) history for the given project
 RundeckHistory RundeckClient.getHistory(String project, String recent)
          Get the (events) history for the given project
 RundeckHistory RundeckClient.getHistory(String project, String recent, Long max, Long offset)
          Get the (events) history for the given project
 RundeckHistory RundeckClient.getHistory(String project, String jobId, String reportId, String user)
          Get the (events) history for the given project
 RundeckHistory RundeckClient.getHistory(String project, String jobId, String reportId, String user, Long max, Long offset)
          Get the (events) history for the given project
 RundeckHistory RundeckClient.getHistory(String project, String jobId, String reportId, String user, String recent, Date begin, Date end, Long max, Long offset)
          Get the (events) history for the given project
 

Uses of RundeckHistory in org.rundeck.api.parser
 

Methods in org.rundeck.api.parser that return RundeckHistory
 RundeckHistory HistoryParser.parseXmlNode(org.dom4j.Node node)
           
 



Copyright © 2011. All Rights Reserved.