Computer
class Computer extends Model
Computer
Properties
Computer> | $actions | ||
string | $displayName | ||
Collection | $executors | ||
string | $icon | ||
string | $iconClassName | ||
boolean | $idle | ||
boolean | $jnlpAgent | ||
boolean | $launchSupported | ||
Collection | $loadStatistics | ||
boolean | $manualLaunchAllowed | ||
Monitor> | $monitorData | ||
integer | $numExecutors | ||
boolean | $offline | ||
mixed | $offlineCause | ||
string | $offlineCauseReason | ||
Collection | $oneOffExecutors | ||
boolean | $temporarilyOffline |
Methods
Neues Computer-Objekt
Aktionen
getDisplayName
getExecutors
getIcon
getIconClassName
getIdle
getJnlpAgent
getLaunchSupported
getLoadStatistics
getManualLaunchAllowed
getMonitorData
getNumExecutors
isOffline
getOfflineCause
getOfflineCauseReason
getOneOffExecutors
getTemporarilyOffline
setActions
setDisplayName
setExecutors
setIconClassName
setJnlpAgent
setLaunchSupported
setLoadStatistics
setManualLaunchAllowed
setMonitorData
setNumExecutors
setOffline
setOfflineCause
setOfflineCauseReason
setOneOffExecutors
setTemporarilyOffline
Monitordaten aufbereiten
getInstanceFromArray
Details
in Model at line 45
static Model
getInstanceFromJson(string $json)
Instanz aus einem JSON-String erstellen
at line 127
__construct(string $displayName)
Neues Computer-Objekt
at line 138
Computer>
getActions()
Aktionen
at line 147
string
getDisplayName()
getDisplayName
at line 156
Collection
getExecutors()
getExecutors
at line 165
string
getIcon()
getIcon
at line 174
string
getIconClassName()
getIconClassName
at line 183
boolean
getIdle()
getIdle
at line 192
boolean
getJnlpAgent()
getJnlpAgent
at line 201
boolean
getLaunchSupported()
getLaunchSupported
at line 210
Collection
getLoadStatistics()
getLoadStatistics
at line 219
boolean
getManualLaunchAllowed()
getManualLaunchAllowed
at line 228
Monitor>
getMonitorData()
getMonitorData
at line 237
integer
getNumExecutors()
getNumExecutors
at line 246
boolean
isOffline()
isOffline
at line 255
mixed
getOfflineCause()
getOfflineCause
at line 264
string
getOfflineCauseReason()
getOfflineCauseReason
at line 273
Collection
getOneOffExecutors()
getOneOffExecutors
at line 282
boolean
getTemporarilyOffline()
getTemporarilyOffline
at line 293
Computer
setActions(Collection $actions)
setActions
at line 305
Computer
setDisplayName(string $displayName)
setDisplayName
at line 317
Computer
setExecutors(Collection $executors)
setExecutors
at line 329
Computer
setIcon(string $icon)
setIcon
at line 341
Computer
setIconClassName(string $iconClassName)
setIconClassName
at line 353
Computer
setIdle(boolean $idle)
setIdle
at line 365
Computer
setJnlpAgent(boolean $jnlpAgent)
setJnlpAgent
at line 377
Computer
setLaunchSupported(boolean $launchSupported)
setLaunchSupported
at line 389
Computer
setLoadStatistics(Collection $loadStatistics)
setLoadStatistics
at line 401
Computer
setManualLaunchAllowed(boolean $manualLaunchAllowed)
setManualLaunchAllowed
at line 413
Computer
setMonitorData(ObjectMap $monitorData)
setMonitorData
at line 425
Computer
setNumExecutors(integer $numExecutors)
setNumExecutors
at line 437
Computer
setOffline(boolean $offline)
setOffline
at line 449
Computer
setOfflineCause(mixed $offlineCause)
setOfflineCause
at line 461
Computer
setOfflineCauseReason(string $offlineCauseReason)
setOfflineCauseReason
at line 473
Computer
setOneOffExecutors(Collection $oneOffExecutors)
setOneOffExecutors
at line 485
Computer
setTemporarilyOffline(boolean $temporarilyOffline)
setTemporarilyOffline
at line 497
static protected ObjectMap
getMonitorMap(ArrayHelper $array)
Monitordaten aufbereiten
at line 521
static Computer
getInstanceFromArray(Array $array)
getInstanceFromArray