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
URL of the RunDeck instance ("http://localhost:4440", "http://rundeck.your-compagny.com/", etc)


login

String login
Login to use for authentication on the RunDeck instance


password

String password
Password to use for authentication on the RunDeck instance


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.RundeckEvent extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

title

String title

status

RundeckEvent.EventStatus status

summary

String summary

nodeSummary

RundeckEvent.NodeSummary nodeSummary

user

String user

project

String project

startedAt

Date startedAt

endedAt

Date endedAt

abortedBy

String abortedBy
only if the execution was aborted


executionId

Long executionId
only if associated with an execution


jobId

String jobId
only if associated with a job

Class org.rundeck.api.domain.RundeckEvent.NodeSummary extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

succeeded

int succeeded

failed

int failed

total

int total

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.RundeckHistory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

events

List<E> events

count

int count

total

int total

max

int max

offset

int offset

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.RundeckJobsImportResult extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

succeededJobs

List<E> succeededJobs

skippedJobs

List<E> skippedJobs

failedJobs

Map<K,V> failedJobs

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

resourceModelProviderUrl

String resourceModelProviderUrl

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

serialVersionUID: 1L

Serialized Fields

date

Date date

version

String version

build

String build

node

String node

baseDir

String baseDir

osArch

String osArch

osName

String osName

osVersion

String osVersion

jvmName

String jvmName

jvmVendor

String jvmVendor

jvmVersion

String jvmVersion

startDate

Date startDate

uptimeInMillis

Long uptimeInMillis

cpuLoadAverage

String cpuLoadAverage

maxMemoryInBytes

Long maxMemoryInBytes

freeMemoryInBytes

Long freeMemoryInBytes

totalMemoryInBytes

Long totalMemoryInBytes

runningJobs

Integer runningJobs

activeThreads

Integer activeThreads



Copyright © 2011. All Rights Reserved.