java.lang.Object | |
↳ | org.rundeck.api.query.ExecutionQuery.Builder |
Builder for ExecutionQueries
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Username
| |||||||||||
True to query only adhoc executions, false to query only Job executions, null for both
| |||||||||||
Start date/time for execution completion time
| |||||||||||
Build the query
| |||||||||||
Job description match
| |||||||||||
End date/time for execution completion time
| |||||||||||
Group path or super path, which will exclude any jobs within the subtree.
| |||||||||||
Exact group path to exclude
| |||||||||||
Job name filter to exclude, which can match any part of the name
| |||||||||||
Job exact name filter to exclude, much match exactly
| |||||||||||
List of job IDs to exclude from query
| |||||||||||
List of job "group/name" to exclude from query
| |||||||||||
Group path or super path, which will include any jobs within the subtree.
| |||||||||||
Exact group path to include
| |||||||||||
Job name filter, which can match any part of the name
| |||||||||||
Job exact name filter, much match exactly
| |||||||||||
List of job IDs to query
| |||||||||||
List of job "group/name" to query
| |||||||||||
Project name
| |||||||||||
Recent time filter, in the for "XY", where X is a number, and Y
is one of: "h" (hour), "d" (day), "w" (week), "m" (month), "y" (year)
| |||||||||||
Execution status to query
| |||||||||||
Name of username that started the execution
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
True to query only adhoc executions, false to query only Job executions, null for both
Group path or super path, which will exclude any jobs within the subtree.
Exact group path to exclude
Job name filter to exclude, which can match any part of the name
Job exact name filter to exclude, much match exactly
List of job IDs to exclude from query
List of job "group/name" to exclude from query
Group path or super path, which will include any jobs within the subtree.
Job name filter, which can match any part of the name
Recent time filter, in the for "XY", where X is a number, and Y is one of: "h" (hour), "d" (day), "w" (week), "m" (month), "y" (year)
Execution status to query