Serialized Form


Package org.rundeck.api

Class org.rundeck.api.RundeckApiException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.rundeck.api.RundeckApiException.RundeckApiLoginException extends RundeckApiException implements Serializable

serialVersionUID: 1L

Class org.rundeck.api.RundeckClient extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

url

String url

login

String login

password

String password

Package org.rundeck.api.domain

Class org.rundeck.api.domain.RundeckAbort extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

status

RundeckAbort.AbortStatus status

execution

RundeckExecution execution

Class org.rundeck.api.domain.RundeckExecution extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

url

String url

status

RundeckExecution.ExecutionStatus status

job

RundeckJob job
Optional - only if it is a job execution


startedBy

String startedBy

startedAt

Date startedAt

endedAt

Date endedAt
only if the execution has ended


abortedBy

String abortedBy
only if the execution was aborted


description

String description

Class org.rundeck.api.domain.RundeckJob extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

name

String name

group

String group

project

String project

description

String description

Class org.rundeck.api.domain.RundeckNode extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The node name. This is a logical identifier from the node. (required)


type

String type
The node type, such as "Node". (required)


description

String description
A brief description about the node. (optional)


tags

List<E> tags
List of filtering tags. (optional)


hostname

String hostname
The hostname or IP address of the remote host. (required)


osArch

String osArch
The operating system architecture. (optional)


osFamily

String osFamily
The operating system family, such as unix or windows. (optional)


osName

String osName
The operating system name such as Linux or Mac OS X. (optional)


osVersion

String osVersion
The operating system version. (optional)


username

String username
The username used for the remote connection. (required)


editUrl

String editUrl
URL to an external resource model editor service (optional)


remoteUrl

String remoteUrl
URL to an external resource model service. (optional)

Class org.rundeck.api.domain.RundeckProject extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

description

String description



Copyright © 2011. All Rights Reserved.