A E G H J L N O P R S T V

A

API_ENDPOINT - Static variable in class org.rundeck.api.RundeckClient
 
API_VERSION - Static variable in class org.rundeck.api.RundeckClient
 
ArgsUtil - Class in org.rundeck.api.util
Utility class for RunDeck arguments
ArgsUtil() - Constructor for class org.rundeck.api.util.ArgsUtil
 
AssertUtil - Class in org.rundeck.api.util
Utility class for assertions
AssertUtil() - Constructor for class org.rundeck.api.util.AssertUtil
 

E

equals(Object) - Method in class org.rundeck.api.domain.RundeckExecution
 
equals(Object) - Method in class org.rundeck.api.domain.RundeckJob
 
equals(Object) - Method in class org.rundeck.api.domain.RundeckProject
 
equals(Object) - Method in class org.rundeck.api.RundeckClient
 
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
 
ExecutionsParser - Class in org.rundeck.api.parser
Parser for a List of RundeckExecution
ExecutionsParser(String) - Constructor for class org.rundeck.api.parser.ExecutionsParser
 

G

generateArgString(Properties) - Static method in class org.rundeck.api.util.ArgsUtil
Generates a RunDeck "argString" representing the given options.
generateUrlEncodedArgString(Properties) - Static method in class org.rundeck.api.util.ArgsUtil
Generates and url-encode a RunDeck "argString" representing the given options.
getAbortedBy() - Method in class org.rundeck.api.domain.RundeckExecution
 
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.RundeckProject
 
getEndedAt() - Method in class org.rundeck.api.domain.RundeckExecution
 
getExecution(Long) - Method in class org.rundeck.api.RundeckClient
Get a single execution, identified by the given ID
getFullName() - Method in class org.rundeck.api.domain.RundeckJob
 
getGroup() - Method in class org.rundeck.api.domain.RundeckJob
 
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
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)
getLogin() - Method in class org.rundeck.api.RundeckClient
 
getName() - Method in class org.rundeck.api.domain.RundeckJob
 
getName() - Method in class org.rundeck.api.domain.RundeckProject
 
getPassword() - Method in class org.rundeck.api.RundeckClient
 
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
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.RundeckExecution
 
getUrl() - Method in class org.rundeck.api.domain.RundeckExecution
 
getUrl() - Method in class org.rundeck.api.RundeckClient
 

H

hashCode() - Method in class org.rundeck.api.domain.RundeckExecution
 
hashCode() - Method in class org.rundeck.api.domain.RundeckJob
 
hashCode() - Method in class org.rundeck.api.domain.RundeckProject
 
hashCode() - Method in class org.rundeck.api.RundeckClient
 

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
 
JobsParser - Class in org.rundeck.api.parser
Parser for a List of RundeckJob
JobsParser(String) - Constructor for class org.rundeck.api.parser.JobsParser
 

L

loadDocument(HttpResponse) - Static method in class org.rundeck.api.parser.ParserHelper
Load an XML Document from the given RunDeck HttpResponse.
loadDocument(InputStream) - Static method in class org.rundeck.api.parser.ParserHelper
Load an XML Document from the given InputStream

N

NodeParser<T> - Interface in org.rundeck.api.parser
Interface to be implemented for parsers that handle XML Nodes
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

org.rundeck.api - package org.rundeck.api
 
org.rundeck.api.domain - package org.rundeck.api.domain
 
org.rundeck.api.parser - package org.rundeck.api.parser
 
org.rundeck.api.util - package org.rundeck.api.util
 

P

parseNode(Node) - Method in class org.rundeck.api.parser.ExecutionParser
 
parseNode(Node) - Method in class org.rundeck.api.parser.ExecutionsParser
 
parseNode(Node) - Method in class org.rundeck.api.parser.JobParser
 
parseNode(Node) - Method in class org.rundeck.api.parser.JobsParser
 
parseNode(Node) - Method in interface org.rundeck.api.parser.NodeParser
Parse the given XML Node
parseNode(Node) - Method in class org.rundeck.api.parser.ProjectParser
 
parseNode(Node) - Method in class org.rundeck.api.parser.ProjectsParser
 
ParserHelper - Class in org.rundeck.api.parser
Helper for parsing RunDeck responses
ParserHelper() - Constructor for class org.rundeck.api.parser.ParserHelper
 
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
 
ProjectsParser - Class in org.rundeck.api.parser
Parser for a List of RundeckProject
ProjectsParser(String) - Constructor for class org.rundeck.api.parser.ProjectsParser
 

R

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
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
RundeckJob - Class in org.rundeck.api.domain
Represents a RunDeck job
RundeckJob() - Constructor for class org.rundeck.api.domain.RundeckJob
 
RundeckProject - Class in org.rundeck.api.domain
Represents a RunDeck project
RundeckProject() - Constructor for class org.rundeck.api.domain.RundeckProject
 

S

setAbortedBy(String) - Method in class org.rundeck.api.domain.RundeckExecution
 
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.RundeckProject
 
setEndedAt(Date) - Method in class org.rundeck.api.domain.RundeckExecution
 
setGroup(String) - Method in class org.rundeck.api.domain.RundeckJob
 
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
 
setName(String) - Method in class org.rundeck.api.domain.RundeckJob
 
setName(String) - Method in class org.rundeck.api.domain.RundeckProject
 
setProject(String) - Method in class org.rundeck.api.domain.RundeckJob
 
setStartedAt(Date) - Method in class org.rundeck.api.domain.RundeckExecution
 
setStartedBy(String) - Method in class org.rundeck.api.domain.RundeckExecution
 
setStatus(RundeckExecution.ExecutionStatus) - Method in class org.rundeck.api.domain.RundeckExecution
 
setUrl(String) - Method in class org.rundeck.api.domain.RundeckExecution
 

T

testCredentials() - Method in class org.rundeck.api.RundeckClient
Test your credentials (login/password) on the RunDeck instance
toString() - Method in class org.rundeck.api.domain.RundeckExecution
 
toString() - Method in class org.rundeck.api.domain.RundeckJob
 
toString() - Method in class org.rundeck.api.domain.RundeckProject
 
toString() - Method in class org.rundeck.api.RundeckClient
 
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)

V

valueOf(String) - Static method in enum org.rundeck.api.domain.RundeckExecution.ExecutionStatus
Returns the enum constant of this type with the specified name.
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.

A E G H J L N O P R S T V

Copyright © 2011. All Rights Reserved.