Uses of Class
com.splunk.JobArgs

Packages that use JobArgs
com.splunk   
 

Uses of JobArgs in com.splunk
 

Methods in com.splunk with parameters of type JobArgs
 Job JobCollection.create(java.lang.String query, JobArgs args)
          Creates a search.
 Job Pivot.run(JobArgs args)
           
 Job DataModelObject.runQuery(JobArgs args)
          Start a job that fetches all the events of this data model object.
 Job DataModelObject.runQuery(java.lang.String querySuffix, JobArgs args)
          Start a job that applies querySuffix to all the events in this data model object.