A D E F G H I J L N O P R S T U V X

A

abortExecution(Long) - Method in class org.rundeck.api.RundeckClient
Abort an execution (identified by the given ID).
AbortParser - Class in org.rundeck.api.parser
Parser for a single RundeckAbort
AbortParser() - Constructor for class org.rundeck.api.parser.AbortParser
 
AbortParser(String) - Constructor for class org.rundeck.api.parser.AbortParser
 
addEvent(RundeckEvent) - Method in class org.rundeck.api.domain.RundeckHistory
 
addFailedJob(RundeckJob, String) - Method in class org.rundeck.api.domain.RundeckJobsImportResult
 
addOption(Object, Object) - Method in class org.rundeck.api.OptionsBuilder
Add an option
addSkippedJob(RundeckJob) - Method in class org.rundeck.api.domain.RundeckJobsImportResult
 
addSucceededJob(RundeckJob) - Method in class org.rundeck.api.domain.RundeckJobsImportResult
 
API_ENDPOINT - Static variable in class org.rundeck.api.RundeckClient
End-point of the API
API_VERSION - Static variable in class org.rundeck.api.RundeckClient
Version of the API supported
AssertUtil - Class in org.rundeck.api.util
Utility class for assertions
AssertUtil() - Constructor for class org.rundeck.api.util.AssertUtil
 

D

deleteJob(String) - Method in class org.rundeck.api.RundeckClient
Delete a single job, identified by the given ID

E

equals(Object) - Method in class org.rundeck.api.domain.RundeckAbort
 
equals(Object) - Method in class org.rundeck.api.domain.RundeckEvent
 
equals(Object) - Method in class org.rundeck.api.domain.RundeckEvent.NodeSummary
 
equals(Object) - Method in class org.rundeck.api.domain.RundeckExecution
 
equals(Object) - Method in class org.rundeck.api.domain.RundeckHistory
 
equals(Object) - Method in class org.rundeck.api.domain.RundeckJob
 
equals(Object) - Method in class org.rundeck.api.domain.RundeckJobsImportResult
 
equals(Object) - Method in class org.rundeck.api.domain.RundeckNode
 
equals(Object) - Method in class org.rundeck.api.domain.RundeckProject
 
equals(Object) - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
equals(Object) - Method in class org.rundeck.api.RundeckClient
 
EventParser - Class in org.rundeck.api.parser
Parser for a single RundeckEvent
EventParser() - Constructor for class org.rundeck.api.parser.EventParser
 
EventParser(String) - Constructor for class org.rundeck.api.parser.EventParser
 
excludeHostname(String) - Method in class org.rundeck.api.NodeFiltersBuilder
Exclude nodes matching the given hostname
excludeName(String) - Method in class org.rundeck.api.NodeFiltersBuilder
Exclude nodes matching the given name
excludeOsArch(String) - Method in class org.rundeck.api.NodeFiltersBuilder
Exclude nodes matching the given OS-arch
excludeOsFamily(String) - Method in class org.rundeck.api.NodeFiltersBuilder
Exclude nodes matching the given OS-family
excludeOsName(String) - Method in class org.rundeck.api.NodeFiltersBuilder
Exclude nodes matching the given OS-name
excludeOsVersion(String) - Method in class org.rundeck.api.NodeFiltersBuilder
Exclude nodes matching the given OS-version
excludePrecedence(boolean) - Method in class org.rundeck.api.NodeFiltersBuilder
Whether exclusion filters take precedence (default to yes).
excludeTags(String) - Method in class org.rundeck.api.NodeFiltersBuilder
Exclude nodes matching the given tags
excludeType(String) - Method in class org.rundeck.api.NodeFiltersBuilder
Exclude nodes matching the given type
ExecutionParser - Class in org.rundeck.api.parser
Parser for a single RundeckExecution
ExecutionParser() - Constructor for class org.rundeck.api.parser.ExecutionParser
 
ExecutionParser(String) - Constructor for class org.rundeck.api.parser.ExecutionParser
 
exportJob(String, String) - Method in class org.rundeck.api.RundeckClient
Export the definition of a single job, identified by the given ID
exportJob(FileType, String) - Method in class org.rundeck.api.RundeckClient
Export the definition of a single job, identified by the given ID
exportJobs(String, String) - Method in class org.rundeck.api.RundeckClient
Export the definitions of all jobs that belongs to the given project
exportJobs(FileType, String) - Method in class org.rundeck.api.RundeckClient
Export the definitions of all jobs that belongs to the given project
exportJobs(String, String, String, String, String...) - Method in class org.rundeck.api.RundeckClient
Export the definitions of the jobs that belongs to the given project, and matches the given criteria (jobFilter, groupPath and jobIds)
exportJobs(FileType, String, String, String, String...) - Method in class org.rundeck.api.RundeckClient
Export the definitions of the jobs that belongs to the given project, and matches the given criteria (jobFilter, groupPath and jobIds)
exportJobsToFile(String, String, String) - Method in class org.rundeck.api.RundeckClient
Export the definitions of all jobs that belongs to the given project
exportJobsToFile(String, FileType, String) - Method in class org.rundeck.api.RundeckClient
Export the definitions of all jobs that belongs to the given project
exportJobsToFile(String, String, String, String, String, String...) - Method in class org.rundeck.api.RundeckClient
Export the definitions of the jobs that belongs to the given project, and matches the given criteria (jobFilter, groupPath and jobIds)
exportJobsToFile(String, FileType, String, String, String, String...) - Method in class org.rundeck.api.RundeckClient
Export the definitions of the jobs that belongs to the given project, and matches the given criteria (jobFilter, groupPath and jobIds)
exportJobToFile(String, String, String) - Method in class org.rundeck.api.RundeckClient
Export the definition of a single job (identified by the given ID)
exportJobToFile(String, FileType, String) - Method in class org.rundeck.api.RundeckClient
Export the definition of a single job (identified by the given ID)

F

FileType - Enum in org.rundeck.api
All supported types of files.
findJob(String, String, String) - Method in class org.rundeck.api.RundeckClient
Find a job, identified by its project, group and name.

G

generateArgString(Properties) - Static method in class org.rundeck.api.util.ParametersUtil
Generates a RunDeck "argString" representing the given options.
generateNodeFiltersString(Properties) - Static method in class org.rundeck.api.util.ParametersUtil
Generates an url-encoded string representing the given nodeFilters.
getAbortedBy() - Method in class org.rundeck.api.domain.RundeckEvent
 
getAbortedBy() - Method in class org.rundeck.api.domain.RundeckExecution
 
getActiveThreads() - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
getBaseDir() - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
getBuild() - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
getCount() - Method in class org.rundeck.api.domain.RundeckHistory
 
getCpuLoadAverage() - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
getDate() - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
getDescription() - Method in class org.rundeck.api.domain.RundeckExecution
 
getDescription() - Method in class org.rundeck.api.domain.RundeckJob
 
getDescription() - Method in class org.rundeck.api.domain.RundeckNode
 
getDescription() - Method in class org.rundeck.api.domain.RundeckProject
 
getDuration() - Method in class org.rundeck.api.domain.RundeckEvent
 
getDuration() - Method in class org.rundeck.api.domain.RundeckExecution
 
getDurationInMillis() - Method in class org.rundeck.api.domain.RundeckEvent
 
getDurationInMillis() - Method in class org.rundeck.api.domain.RundeckExecution
 
getDurationInSeconds() - Method in class org.rundeck.api.domain.RundeckEvent
 
getDurationInSeconds() - Method in class org.rundeck.api.domain.RundeckExecution
 
getEditUrl() - Method in class org.rundeck.api.domain.RundeckNode
 
getEndedAt() - Method in class org.rundeck.api.domain.RundeckEvent
 
getEndedAt() - Method in class org.rundeck.api.domain.RundeckExecution
 
getEvents() - Method in class org.rundeck.api.domain.RundeckHistory
 
getExecution() - Method in class org.rundeck.api.domain.RundeckAbort
 
getExecution(Long) - Method in class org.rundeck.api.RundeckClient
Get a single execution, identified by the given ID
getExecutionId() - Method in class org.rundeck.api.domain.RundeckEvent
 
getFailed() - Method in class org.rundeck.api.domain.RundeckEvent.NodeSummary
 
getFailedJobs() - Method in class org.rundeck.api.domain.RundeckJobsImportResult
 
getFreeMemoryInBytes() - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
getFullName() - Method in class org.rundeck.api.domain.RundeckJob
 
getGroup() - Method in class org.rundeck.api.domain.RundeckJob
 
getHistory(String) - Method in class org.rundeck.api.RundeckClient
Get the (events) history for the given project
getHistory(String, Long, Long) - Method in class org.rundeck.api.RundeckClient
Get the (events) history for the given project
getHistory(String, String, String, String) - Method in class org.rundeck.api.RundeckClient
Get the (events) history for the given project
getHistory(String, String, String, String, Long, Long) - Method in class org.rundeck.api.RundeckClient
Get the (events) history for the given project
getHistory(String, String) - Method in class org.rundeck.api.RundeckClient
Get the (events) history for the given project
getHistory(String, String, Long, Long) - Method in class org.rundeck.api.RundeckClient
Get the (events) history for the given project
getHistory(String, Date, Date) - Method in class org.rundeck.api.RundeckClient
Get the (events) history for the given project
getHistory(String, Date, Date, Long, Long) - Method in class org.rundeck.api.RundeckClient
Get the (events) history for the given project
getHistory(String, String, String, String, String, Date, Date, Long, Long) - Method in class org.rundeck.api.RundeckClient
Get the (events) history for the given project
getHostname() - Method in class org.rundeck.api.domain.RundeckNode
 
getId() - Method in class org.rundeck.api.domain.RundeckExecution
 
getId() - Method in class org.rundeck.api.domain.RundeckJob
 
getJob() - Method in class org.rundeck.api.domain.RundeckExecution
 
getJob(String) - Method in class org.rundeck.api.RundeckClient
Get the definition of a single job, identified by the given ID
getJobExecutions(String) - Method in class org.rundeck.api.RundeckClient
Get the executions of the given job
getJobExecutions(String, String) - Method in class org.rundeck.api.RundeckClient
Get the executions of the given job
getJobExecutions(String, RundeckExecution.ExecutionStatus) - Method in class org.rundeck.api.RundeckClient
Get the executions of the given job
getJobExecutions(String, String, Long, Long) - Method in class org.rundeck.api.RundeckClient
Get the executions of the given job
getJobExecutions(String, RundeckExecution.ExecutionStatus, Long, Long) - Method in class org.rundeck.api.RundeckClient
Get the executions of the given job
getJobId() - Method in class org.rundeck.api.domain.RundeckEvent
 
getJobs() - Method in class org.rundeck.api.RundeckClient
List all jobs (for all projects)
getJobs(String) - Method in class org.rundeck.api.RundeckClient
List all jobs that belongs to the given project
getJobs(String, String, String, String...) - Method in class org.rundeck.api.RundeckClient
List the jobs that belongs to the given project, and matches the given criteria (jobFilter, groupPath and jobIds)
getJvmName() - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
getJvmVendor() - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
getJvmVersion() - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
getLogin() - Method in class org.rundeck.api.RundeckClient
 
getMax() - Method in class org.rundeck.api.domain.RundeckHistory
 
getMaxMemoryInBytes() - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
getName() - Method in class org.rundeck.api.domain.RundeckJob
 
getName() - Method in class org.rundeck.api.domain.RundeckNode
 
getName() - Method in class org.rundeck.api.domain.RundeckProject
 
getNode() - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
getNode(String, String) - Method in class org.rundeck.api.RundeckClient
Get the definition of a single node
getNodes() - Method in class org.rundeck.api.RundeckClient
List all nodes (for all projects)
getNodes(String) - Method in class org.rundeck.api.RundeckClient
List all nodes that belongs to the given project
getNodes(String, Properties) - Method in class org.rundeck.api.RundeckClient
List nodes that belongs to the given project
getNodeSummary() - Method in class org.rundeck.api.domain.RundeckEvent
 
getOffset() - Method in class org.rundeck.api.domain.RundeckHistory
 
getOsArch() - Method in class org.rundeck.api.domain.RundeckNode
 
getOsArch() - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
getOsFamily() - Method in class org.rundeck.api.domain.RundeckNode
 
getOsName() - Method in class org.rundeck.api.domain.RundeckNode
 
getOsName() - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
getOsVersion() - Method in class org.rundeck.api.domain.RundeckNode
 
getOsVersion() - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
getPassword() - Method in class org.rundeck.api.RundeckClient
 
getProject() - Method in class org.rundeck.api.domain.RundeckEvent
 
getProject() - Method in class org.rundeck.api.domain.RundeckJob
 
getProject(String) - Method in class org.rundeck.api.RundeckClient
Get the definition of a single project, identified by the given name
getProjects() - Method in class org.rundeck.api.RundeckClient
List all projects
getRemoteUrl() - Method in class org.rundeck.api.domain.RundeckNode
 
getResourceModelProviderUrl() - Method in class org.rundeck.api.domain.RundeckProject
 
getRunningExecutions() - Method in class org.rundeck.api.RundeckClient
Get all running executions (for all projects)
getRunningExecutions(String) - Method in class org.rundeck.api.RundeckClient
Get the running executions for the given project
getRunningJobs() - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
getShortDuration() - Method in class org.rundeck.api.domain.RundeckEvent
 
getShortDuration() - Method in class org.rundeck.api.domain.RundeckExecution
 
getSkippedJobs() - Method in class org.rundeck.api.domain.RundeckJobsImportResult
 
getStartDate() - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
getStartedAt() - Method in class org.rundeck.api.domain.RundeckEvent
 
getStartedAt() - Method in class org.rundeck.api.domain.RundeckExecution
 
getStartedBy() - Method in class org.rundeck.api.domain.RundeckExecution
 
getStatus() - Method in class org.rundeck.api.domain.RundeckAbort
 
getStatus() - Method in class org.rundeck.api.domain.RundeckEvent
 
getStatus() - Method in class org.rundeck.api.domain.RundeckExecution
 
getSucceeded() - Method in class org.rundeck.api.domain.RundeckEvent.NodeSummary
 
getSucceededJobs() - Method in class org.rundeck.api.domain.RundeckJobsImportResult
 
getSummary() - Method in class org.rundeck.api.domain.RundeckEvent
 
getSystemInfo() - Method in class org.rundeck.api.RundeckClient
Get system informations about the RunDeck server
getTags() - Method in class org.rundeck.api.domain.RundeckNode
 
getTitle() - Method in class org.rundeck.api.domain.RundeckEvent
 
getTotal() - Method in class org.rundeck.api.domain.RundeckEvent.NodeSummary
 
getTotal() - Method in class org.rundeck.api.domain.RundeckHistory
 
getTotalMemoryInBytes() - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
getType() - Method in class org.rundeck.api.domain.RundeckNode
 
getUptime() - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
getUptimeInMillis() - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
getUrl() - Method in class org.rundeck.api.domain.RundeckExecution
 
getUrl() - Method in class org.rundeck.api.RundeckClient
 
getUser() - Method in class org.rundeck.api.domain.RundeckEvent
 
getUsername() - Method in class org.rundeck.api.domain.RundeckNode
 
getVersion() - Method in class org.rundeck.api.domain.RundeckSystemInfo
 

H

hashCode() - Method in class org.rundeck.api.domain.RundeckAbort
 
hashCode() - Method in class org.rundeck.api.domain.RundeckEvent
 
hashCode() - Method in class org.rundeck.api.domain.RundeckEvent.NodeSummary
 
hashCode() - Method in class org.rundeck.api.domain.RundeckExecution
 
hashCode() - Method in class org.rundeck.api.domain.RundeckHistory
 
hashCode() - Method in class org.rundeck.api.domain.RundeckJob
 
hashCode() - Method in class org.rundeck.api.domain.RundeckJobsImportResult
 
hashCode() - Method in class org.rundeck.api.domain.RundeckNode
 
hashCode() - Method in class org.rundeck.api.domain.RundeckProject
 
hashCode() - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
hashCode() - Method in class org.rundeck.api.RundeckClient
 
HistoryParser - Class in org.rundeck.api.parser
Parser for a single RundeckHistory
HistoryParser() - Constructor for class org.rundeck.api.parser.HistoryParser
 
HistoryParser(String) - Constructor for class org.rundeck.api.parser.HistoryParser
 
hostname(String) - Method in class org.rundeck.api.NodeFiltersBuilder
Include nodes matching the given hostname

I

importJobs(String, String) - Method in class org.rundeck.api.RundeckClient
Import the definitions of jobs, from the given file
importJobs(String, FileType) - Method in class org.rundeck.api.RundeckClient
Import the definitions of jobs, from the given file
importJobs(String, String, String) - Method in class org.rundeck.api.RundeckClient
Import the definitions of jobs, from the given file, using the given behavior
importJobs(String, FileType, RundeckJobsImportMethod) - Method in class org.rundeck.api.RundeckClient
Import the definitions of jobs, from the given file, using the given behavior
importJobs(InputStream, String) - Method in class org.rundeck.api.RundeckClient
Import the definitions of jobs, from the given input stream
importJobs(InputStream, FileType) - Method in class org.rundeck.api.RundeckClient
Import the definitions of jobs, from the given input stream
importJobs(InputStream, String, String) - Method in class org.rundeck.api.RundeckClient
Import the definitions of jobs, from the given input stream, using the given behavior
importJobs(InputStream, FileType, RundeckJobsImportMethod) - Method in class org.rundeck.api.RundeckClient
Import the definitions of jobs, from the given input stream, using the given behavior
isAdhoc() - Method in class org.rundeck.api.domain.RundeckEvent
 

J

JobParser - Class in org.rundeck.api.parser
Parser for a single RundeckJob
JobParser() - Constructor for class org.rundeck.api.parser.JobParser
 
JobParser(String) - Constructor for class org.rundeck.api.parser.JobParser
 
JobsImportResultParser - Class in org.rundeck.api.parser
Parser for a single RundeckJobsImportResult
JobsImportResultParser() - Constructor for class org.rundeck.api.parser.JobsImportResultParser
 
JobsImportResultParser(String) - Constructor for class org.rundeck.api.parser.JobsImportResultParser
 

L

ListParser<T> - Class in org.rundeck.api.parser
Parser for a List of elements
ListParser(XmlNodeParser<T>, String) - Constructor for class org.rundeck.api.parser.ListParser
 
loadDocument(InputStream) - Static method in class org.rundeck.api.parser.ParserHelper
Load an XML Document from the given InputStream

N

name(String) - Method in class org.rundeck.api.NodeFiltersBuilder
Include nodes matching the given name
NodeFiltersBuilder - Class in org.rundeck.api
Builder for node filters
NodeFiltersBuilder() - Constructor for class org.rundeck.api.NodeFiltersBuilder
Build a new instance.
NodeParser - Class in org.rundeck.api.parser
Parser for a single RundeckNode
NodeParser() - Constructor for class org.rundeck.api.parser.NodeParser
 
NodeParser(String) - Constructor for class org.rundeck.api.parser.NodeParser
 
notBlank(String, String) - Static method in class org.rundeck.api.util.AssertUtil
Test if the given String is blank (null, empty or only whitespace)
notNull(Object, String) - Static method in class org.rundeck.api.util.AssertUtil
Test if the given Object is null

O

OptionsBuilder - Class in org.rundeck.api
Builder for job options
OptionsBuilder() - Constructor for class org.rundeck.api.OptionsBuilder
Build a new instance.
org.rundeck.api - package org.rundeck.api
Java client for the RunDeck API.
org.rundeck.api.domain - package org.rundeck.api.domain
Domain classes that are returned to the client of the API.
org.rundeck.api.parser - package org.rundeck.api.parser
Internal parsers for parsing the RunDeck responses.
org.rundeck.api.util - package org.rundeck.api.util
Some utility classes.
osArch(String) - Method in class org.rundeck.api.NodeFiltersBuilder
Include nodes matching the given OS-arch
osFamily(String) - Method in class org.rundeck.api.NodeFiltersBuilder
Include nodes matching the given OS-family
osName(String) - Method in class org.rundeck.api.NodeFiltersBuilder
Include nodes matching the given OS-name
osVersion(String) - Method in class org.rundeck.api.NodeFiltersBuilder
Include nodes matching the given OS-version

P

ParametersUtil - Class in org.rundeck.api.util
Utility class for API parameters that should be passed in URLs.
ParametersUtil() - Constructor for class org.rundeck.api.util.ParametersUtil
 
ParserHelper - Class in org.rundeck.api.parser
Helper for parsing RunDeck responses
ParserHelper() - Constructor for class org.rundeck.api.parser.ParserHelper
 
parseXmlNode(Node) - Method in class org.rundeck.api.parser.AbortParser
 
parseXmlNode(Node) - Method in class org.rundeck.api.parser.EventParser
 
parseXmlNode(Node) - Method in class org.rundeck.api.parser.ExecutionParser
 
parseXmlNode(Node) - Method in class org.rundeck.api.parser.HistoryParser
 
parseXmlNode(Node) - Method in class org.rundeck.api.parser.JobParser
 
parseXmlNode(Node) - Method in class org.rundeck.api.parser.JobsImportResultParser
 
parseXmlNode(Node) - Method in class org.rundeck.api.parser.ListParser
 
parseXmlNode(Node) - Method in class org.rundeck.api.parser.NodeParser
 
parseXmlNode(Node) - Method in class org.rundeck.api.parser.ProjectParser
 
parseXmlNode(Node) - Method in class org.rundeck.api.parser.StringParser
 
parseXmlNode(Node) - Method in class org.rundeck.api.parser.SystemInfoParser
 
parseXmlNode(Node) - Method in interface org.rundeck.api.parser.XmlNodeParser
Parse the given XML Node
ping() - Method in class org.rundeck.api.RundeckClient
Try to "ping" the RunDeck instance to see if it is alive
ProjectParser - Class in org.rundeck.api.parser
Parser for a single RundeckProject
ProjectParser() - Constructor for class org.rundeck.api.parser.ProjectParser
 
ProjectParser(String) - Constructor for class org.rundeck.api.parser.ProjectParser
 

R

runAdhocCommand(String, String) - Method in class org.rundeck.api.RundeckClient
Run an ad-hoc command, and wait until its execution is finished (or aborted) to return.
runAdhocCommand(String, String, long, TimeUnit) - Method in class org.rundeck.api.RundeckClient
Run an ad-hoc command, and wait until its execution is finished (or aborted) to return.
runAdhocCommand(String, String, Properties) - Method in class org.rundeck.api.RundeckClient
Run an ad-hoc command, and wait until its execution is finished (or aborted) to return.
runAdhocCommand(String, String, Properties, long, TimeUnit) - Method in class org.rundeck.api.RundeckClient
Run an ad-hoc command, and wait until its execution is finished (or aborted) to return.
runAdhocCommand(String, String, Properties, Integer, Boolean) - Method in class org.rundeck.api.RundeckClient
Run an ad-hoc command, and wait until its execution is finished (or aborted) to return.
runAdhocCommand(String, String, Properties, Integer, Boolean, long, TimeUnit) - Method in class org.rundeck.api.RundeckClient
Run an ad-hoc command, and wait until its execution is finished (or aborted) to return.
runAdhocScript(String, String) - Method in class org.rundeck.api.RundeckClient
Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
runAdhocScript(String, String, long, TimeUnit) - Method in class org.rundeck.api.RundeckClient
Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
runAdhocScript(String, String, Properties) - Method in class org.rundeck.api.RundeckClient
Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
runAdhocScript(String, String, Properties, long, TimeUnit) - Method in class org.rundeck.api.RundeckClient
Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
runAdhocScript(String, String, Properties, Properties) - Method in class org.rundeck.api.RundeckClient
Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
runAdhocScript(String, String, Properties, Properties, long, TimeUnit) - Method in class org.rundeck.api.RundeckClient
Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
runAdhocScript(String, String, Properties, Properties, Integer, Boolean) - Method in class org.rundeck.api.RundeckClient
Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
runAdhocScript(String, String, Properties, Properties, Integer, Boolean, long, TimeUnit) - Method in class org.rundeck.api.RundeckClient
Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
runAdhocScript(String, InputStream) - Method in class org.rundeck.api.RundeckClient
Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
runAdhocScript(String, InputStream, long, TimeUnit) - Method in class org.rundeck.api.RundeckClient
Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
runAdhocScript(String, InputStream, Properties) - Method in class org.rundeck.api.RundeckClient
Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
runAdhocScript(String, InputStream, Properties, long, TimeUnit) - Method in class org.rundeck.api.RundeckClient
Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
runAdhocScript(String, InputStream, Properties, Properties) - Method in class org.rundeck.api.RundeckClient
Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
runAdhocScript(String, InputStream, Properties, Properties, long, TimeUnit) - Method in class org.rundeck.api.RundeckClient
Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
runAdhocScript(String, InputStream, Properties, Properties, Integer, Boolean) - Method in class org.rundeck.api.RundeckClient
Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
runAdhocScript(String, InputStream, Properties, Properties, Integer, Boolean, long, TimeUnit) - Method in class org.rundeck.api.RundeckClient
Run an ad-hoc script, and wait until its execution is finished (or aborted) to return.
RundeckAbort - Class in org.rundeck.api.domain
Represents an abort of a RundeckExecution
RundeckAbort() - Constructor for class org.rundeck.api.domain.RundeckAbort
 
RundeckAbort.AbortStatus - Enum in org.rundeck.api.domain
The status of an abort
RundeckApiException - Exception in org.rundeck.api
A generic (unchecked) exception when using the RunDeck API
RundeckApiException(String) - Constructor for exception org.rundeck.api.RundeckApiException
 
RundeckApiException(String, Throwable) - Constructor for exception org.rundeck.api.RundeckApiException
 
RundeckApiException.RundeckApiLoginException - Exception in org.rundeck.api
Specific login-related error
RundeckApiException.RundeckApiLoginException(String) - Constructor for exception org.rundeck.api.RundeckApiException.RundeckApiLoginException
 
RundeckApiException.RundeckApiLoginException(String, Throwable) - Constructor for exception org.rundeck.api.RundeckApiException.RundeckApiLoginException
 
RundeckClient - Class in org.rundeck.api
Main entry point to talk to a RunDeck instance.
RundeckClient(String, String, String) - Constructor for class org.rundeck.api.RundeckClient
Instantiate a new RundeckClient for the RunDeck instance at the given url
RundeckEvent - Class in org.rundeck.api.domain
Represents a RunDeck event
RundeckEvent() - Constructor for class org.rundeck.api.domain.RundeckEvent
 
RundeckEvent.EventStatus - Enum in org.rundeck.api.domain
The status of an event
RundeckEvent.NodeSummary - Class in org.rundeck.api.domain
Summary for nodes
RundeckEvent.NodeSummary() - Constructor for class org.rundeck.api.domain.RundeckEvent.NodeSummary
 
RundeckExecution - Class in org.rundeck.api.domain
Represents a RunDeck execution, usually triggered by an API call.
RundeckExecution() - Constructor for class org.rundeck.api.domain.RundeckExecution
 
RundeckExecution.ExecutionStatus - Enum in org.rundeck.api.domain
The status of an execution
RundeckHistory - Class in org.rundeck.api.domain
Represents a portion of the RunDeck (events) history
RundeckHistory() - Constructor for class org.rundeck.api.domain.RundeckHistory
 
RundeckJob - Class in org.rundeck.api.domain
Represents a RunDeck job
RundeckJob() - Constructor for class org.rundeck.api.domain.RundeckJob
 
RundeckJobsImportMethod - Enum in org.rundeck.api.domain
The behavior when importing jobs (which may already exist).
RundeckJobsImportResult - Class in org.rundeck.api.domain
Result of importing some jobs into RunDeck
RundeckJobsImportResult() - Constructor for class org.rundeck.api.domain.RundeckJobsImportResult
 
RundeckNode - Class in org.rundeck.api.domain
Represents a RunDeck node (server on which RunDeck can execute jobs and commands)
RundeckNode() - Constructor for class org.rundeck.api.domain.RundeckNode
 
RundeckProject - Class in org.rundeck.api.domain
Represents a RunDeck project
RundeckProject() - Constructor for class org.rundeck.api.domain.RundeckProject
 
RundeckSystemInfo - Class in org.rundeck.api.domain
Represents the RunDeck system info
RundeckSystemInfo() - Constructor for class org.rundeck.api.domain.RundeckSystemInfo
 
runJob(String) - Method in class org.rundeck.api.RundeckClient
Run a RunDeck job (identified by the given ID), and wait until its execution is finished (or aborted) to return.
runJob(String, Properties) - Method in class org.rundeck.api.RundeckClient
Run a RunDeck job (identified by the given ID), and wait until its execution is finished (or aborted) to return.
runJob(String, Properties, Properties) - Method in class org.rundeck.api.RundeckClient
Run a RunDeck job (identified by the given ID), and wait until its execution is finished (or aborted) to return.
runJob(String, Properties, long, TimeUnit) - Method in class org.rundeck.api.RundeckClient
Run a RunDeck job (identified by the given ID), and wait until its execution is finished (or aborted) to return.
runJob(String, Properties, Properties, long, TimeUnit) - Method in class org.rundeck.api.RundeckClient
Run a RunDeck job (identified by the given ID), and wait until its execution is finished (or aborted) to return.

S

setAbortedBy(String) - Method in class org.rundeck.api.domain.RundeckEvent
 
setAbortedBy(String) - Method in class org.rundeck.api.domain.RundeckExecution
 
setActiveThreads(Integer) - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
setBaseDir(String) - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
setBuild(String) - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
setCount(int) - Method in class org.rundeck.api.domain.RundeckHistory
 
setCpuLoadAverage(String) - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
setDate(Date) - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
setDescription(String) - Method in class org.rundeck.api.domain.RundeckExecution
 
setDescription(String) - Method in class org.rundeck.api.domain.RundeckJob
 
setDescription(String) - Method in class org.rundeck.api.domain.RundeckNode
 
setDescription(String) - Method in class org.rundeck.api.domain.RundeckProject
 
setEditUrl(String) - Method in class org.rundeck.api.domain.RundeckNode
 
setEndedAt(Date) - Method in class org.rundeck.api.domain.RundeckEvent
 
setEndedAt(Date) - Method in class org.rundeck.api.domain.RundeckExecution
 
setEvents(List<RundeckEvent>) - Method in class org.rundeck.api.domain.RundeckHistory
 
setExecution(RundeckExecution) - Method in class org.rundeck.api.domain.RundeckAbort
 
setExecutionId(Long) - Method in class org.rundeck.api.domain.RundeckEvent
 
setFailed(int) - Method in class org.rundeck.api.domain.RundeckEvent.NodeSummary
 
setFreeMemoryInBytes(Long) - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
setGroup(String) - Method in class org.rundeck.api.domain.RundeckJob
 
setHostname(String) - Method in class org.rundeck.api.domain.RundeckNode
 
setId(Long) - Method in class org.rundeck.api.domain.RundeckExecution
 
setId(String) - Method in class org.rundeck.api.domain.RundeckJob
 
setJob(RundeckJob) - Method in class org.rundeck.api.domain.RundeckExecution
 
setJobId(String) - Method in class org.rundeck.api.domain.RundeckEvent
 
setJvmName(String) - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
setJvmVendor(String) - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
setJvmVersion(String) - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
setMax(int) - Method in class org.rundeck.api.domain.RundeckHistory
 
setMaxMemoryInBytes(Long) - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
setName(String) - Method in class org.rundeck.api.domain.RundeckJob
 
setName(String) - Method in class org.rundeck.api.domain.RundeckNode
 
setName(String) - Method in class org.rundeck.api.domain.RundeckProject
 
setNode(String) - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
setNodeSummary(RundeckEvent.NodeSummary) - Method in class org.rundeck.api.domain.RundeckEvent
 
setOffset(int) - Method in class org.rundeck.api.domain.RundeckHistory
 
setOsArch(String) - Method in class org.rundeck.api.domain.RundeckNode
 
setOsArch(String) - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
setOsFamily(String) - Method in class org.rundeck.api.domain.RundeckNode
 
setOsName(String) - Method in class org.rundeck.api.domain.RundeckNode
 
setOsName(String) - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
setOsVersion(String) - Method in class org.rundeck.api.domain.RundeckNode
 
setOsVersion(String) - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
setProject(String) - Method in class org.rundeck.api.domain.RundeckEvent
 
setProject(String) - Method in class org.rundeck.api.domain.RundeckJob
 
setRemoteUrl(String) - Method in class org.rundeck.api.domain.RundeckNode
 
setResourceModelProviderUrl(String) - Method in class org.rundeck.api.domain.RundeckProject
 
setRunningJobs(Integer) - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
setStartDate(Date) - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
setStartedAt(Date) - Method in class org.rundeck.api.domain.RundeckEvent
 
setStartedAt(Date) - Method in class org.rundeck.api.domain.RundeckExecution
 
setStartedBy(String) - Method in class org.rundeck.api.domain.RundeckExecution
 
setStatus(RundeckAbort.AbortStatus) - Method in class org.rundeck.api.domain.RundeckAbort
 
setStatus(RundeckEvent.EventStatus) - Method in class org.rundeck.api.domain.RundeckEvent
 
setStatus(RundeckExecution.ExecutionStatus) - Method in class org.rundeck.api.domain.RundeckExecution
 
setSucceeded(int) - Method in class org.rundeck.api.domain.RundeckEvent.NodeSummary
 
setSummary(String) - Method in class org.rundeck.api.domain.RundeckEvent
 
setTags(List<String>) - Method in class org.rundeck.api.domain.RundeckNode
 
setTitle(String) - Method in class org.rundeck.api.domain.RundeckEvent
 
setTotal(int) - Method in class org.rundeck.api.domain.RundeckEvent.NodeSummary
 
setTotal(int) - Method in class org.rundeck.api.domain.RundeckHistory
 
setTotalMemoryInBytes(Long) - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
setType(String) - Method in class org.rundeck.api.domain.RundeckNode
 
setUptimeInMillis(Long) - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
setUrl(String) - Method in class org.rundeck.api.domain.RundeckExecution
 
setUser(String) - Method in class org.rundeck.api.domain.RundeckEvent
 
setUsername(String) - Method in class org.rundeck.api.domain.RundeckNode
 
setVersion(String) - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
StringParser - Class in org.rundeck.api.parser
Parser for a single String
StringParser() - Constructor for class org.rundeck.api.parser.StringParser
 
StringParser(String) - Constructor for class org.rundeck.api.parser.StringParser
 
SystemInfoParser - Class in org.rundeck.api.parser
Parser for a single RundeckSystemInfo
SystemInfoParser() - Constructor for class org.rundeck.api.parser.SystemInfoParser
 
SystemInfoParser(String) - Constructor for class org.rundeck.api.parser.SystemInfoParser
 

T

tags(String) - Method in class org.rundeck.api.NodeFiltersBuilder
Include nodes matching the given tags
testCredentials() - Method in class org.rundeck.api.RundeckClient
Test your credentials (login/password) on the RunDeck instance
toProperties() - Method in class org.rundeck.api.NodeFiltersBuilder
 
toProperties() - Method in class org.rundeck.api.OptionsBuilder
 
toString() - Method in class org.rundeck.api.domain.RundeckAbort
 
toString() - Method in class org.rundeck.api.domain.RundeckEvent.NodeSummary
 
toString() - Method in class org.rundeck.api.domain.RundeckEvent
 
toString() - Method in class org.rundeck.api.domain.RundeckExecution
 
toString() - Method in class org.rundeck.api.domain.RundeckHistory
 
toString() - Method in class org.rundeck.api.domain.RundeckJob
 
toString() - Method in class org.rundeck.api.domain.RundeckJobsImportResult
 
toString() - Method in class org.rundeck.api.domain.RundeckNode
 
toString() - Method in class org.rundeck.api.domain.RundeckProject
 
toString() - Method in class org.rundeck.api.domain.RundeckSystemInfo
 
toString() - Method in class org.rundeck.api.RundeckClient
 
triggerAdhocCommand(String, String) - Method in class org.rundeck.api.RundeckClient
Trigger the execution of an ad-hoc command, and return immediately (without waiting the end of the execution).
triggerAdhocCommand(String, String, Properties) - Method in class org.rundeck.api.RundeckClient
Trigger the execution of an ad-hoc command, and return immediately (without waiting the end of the execution).
triggerAdhocCommand(String, String, Properties, Integer, Boolean) - Method in class org.rundeck.api.RundeckClient
Trigger the execution of an ad-hoc command, and return immediately (without waiting the end of the execution).
triggerAdhocScript(String, String) - Method in class org.rundeck.api.RundeckClient
Trigger the execution of an ad-hoc script, and return immediately (without waiting the end of the execution).
triggerAdhocScript(String, String, Properties) - Method in class org.rundeck.api.RundeckClient
Trigger the execution of an ad-hoc script, and return immediately (without waiting the end of the execution).
triggerAdhocScript(String, String, Properties, Properties) - Method in class org.rundeck.api.RundeckClient
Trigger the execution of an ad-hoc script, and return immediately (without waiting the end of the execution).
triggerAdhocScript(String, String, Properties, Properties, Integer, Boolean) - Method in class org.rundeck.api.RundeckClient
Trigger the execution of an ad-hoc script, and return immediately (without waiting the end of the execution).
triggerAdhocScript(String, InputStream) - Method in class org.rundeck.api.RundeckClient
Trigger the execution of an ad-hoc script, and return immediately (without waiting the end of the execution).
triggerAdhocScript(String, InputStream, Properties) - Method in class org.rundeck.api.RundeckClient
Trigger the execution of an ad-hoc script, and return immediately (without waiting the end of the execution).
triggerAdhocScript(String, InputStream, Properties, Properties) - Method in class org.rundeck.api.RundeckClient
Trigger the execution of an ad-hoc script, and return immediately (without waiting the end of the execution).
triggerAdhocScript(String, InputStream, Properties, Properties, Integer, Boolean) - Method in class org.rundeck.api.RundeckClient
Trigger the execution of an ad-hoc script, and return immediately (without waiting the end of the execution).
triggerJob(String) - Method in class org.rundeck.api.RundeckClient
Trigger the execution of a RunDeck job (identified by the given ID), and return immediately (without waiting the end of the job execution)
triggerJob(String, Properties) - Method in class org.rundeck.api.RundeckClient
Trigger the execution of a RunDeck job (identified by the given ID), and return immediately (without waiting the end of the job execution)
triggerJob(String, Properties, Properties) - Method in class org.rundeck.api.RundeckClient
Trigger the execution of a RunDeck job (identified by the given ID), and return immediately (without waiting the end of the job execution)
type(String) - Method in class org.rundeck.api.NodeFiltersBuilder
Include nodes matching the given type

U

urlEncode(String) - Static method in class org.rundeck.api.util.ParametersUtil
URL-encode the given string

V

valueOf(String) - Static method in enum org.rundeck.api.domain.RundeckAbort.AbortStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rundeck.api.domain.RundeckEvent.EventStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rundeck.api.domain.RundeckExecution.ExecutionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rundeck.api.domain.RundeckJobsImportMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rundeck.api.FileType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.rundeck.api.domain.RundeckAbort.AbortStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rundeck.api.domain.RundeckEvent.EventStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rundeck.api.domain.RundeckExecution.ExecutionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rundeck.api.domain.RundeckJobsImportMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rundeck.api.FileType
Returns an array containing the constants of this enum type, in the order they are declared.

X

XmlNodeParser<T> - Interface in org.rundeck.api.parser
Interface to be implemented for parsers that handle XML Nodes

A D E F G H I J L N O P R S T U V X

Copyright © 2011. All Rights Reserved.