class SSH extends Launcher

SSH

Properties

protected string $staplerClass from Launcher
protected string $host
protected string $credentialsId
protected string $port
protected string $javaPath
protected string $jvmOptions
protected string $prefixStartSlaveCmd
protected string $suffixStartSlaveCmd
protected string $launchTimeoutSeconds
protected string $maxNumRetries
protected string $retryWaitTime

Methods

array
toArray()

Array

string
asJSON()

Json

from Launcher
__construct()

Neue Instanz

string
getHost()

getHost

string
getCredentialsId()

getCredentialsId

string
getPort()

getPort

string
getJavaPath()

getJavaPath

string
getJvmOptions()

getJvmOptions

string
getPrefixStartSlaveCmd()

getPrefixStartSlaveCmd

string
getSuffixStartSlaveCmd()

getSuffixStartSlaveCmd

string
getLaunchTimeoutSeconds()

getLaunchTimeoutSeconds

string
getMaxNumRetries()

getMaxNumRetries

string
getRetryWaitTime()

getRetryWaitTime

SSH
setHost(string $host)

setHost

SSH
setCredentialsId(string $credentialsId)

setCredentialsId

SSH
setPort(string $port)

setPort

SSH
setJavaPath(string $javaPath)

setJavaPath

SSH
setJvmOptions(string $jvmOptions)

setJvmOptions

SSH
setPrefixStartSlaveCmd(string $prefixStartSlaveCmd)

setPrefixStartSlaveCmd

SSH
setSuffixStartSlaveCmd(string $suffixStartSlaveCmd)

setSuffixStartSlaveCmd

SSH
setLaunchTimeoutSeconds(string $launchTimeoutSeconds)

setLaunchTimeoutSeconds

SSH
setMaxNumRetries(string $maxNumRetries)

setMaxNumRetries

SSH
setRetryWaitTime(string $retryWaitTime)

setRetryWaitTime

Details

at line 315
array toArray()

Array

Return Value

array Array

in Launcher at line 54
string asJSON()

Json

Return Value

string Zeichenkette

at line 90
__construct()

Neue Instanz

at line 103
string getHost()

getHost

Return Value

string

at line 113
string getCredentialsId()

getCredentialsId

Return Value

string

at line 122
string getPort()

getPort

Return Value

string

at line 131
string getJavaPath()

getJavaPath

Return Value

string

at line 140
string getJvmOptions()

getJvmOptions

Return Value

string

at line 149
string getPrefixStartSlaveCmd()

getPrefixStartSlaveCmd

Return Value

string

at line 158
string getSuffixStartSlaveCmd()

getSuffixStartSlaveCmd

Return Value

string

at line 167
string getLaunchTimeoutSeconds()

getLaunchTimeoutSeconds

Return Value

string

at line 176
string getMaxNumRetries()

getMaxNumRetries

Return Value

string

at line 186
string getRetryWaitTime()

getRetryWaitTime

Return Value

string

at line 197
SSH setHost(string $host)

setHost

Parameters

string $host

Return Value

SSH

at line 209
SSH setCredentialsId(string $credentialsId)

setCredentialsId

Parameters

string $credentialsId

Return Value

SSH

at line 221
SSH setPort(string $port)

setPort

Parameters

string $port

Return Value

SSH

at line 233
SSH setJavaPath(string $javaPath)

setJavaPath

Parameters

string $javaPath

Return Value

SSH

at line 245
SSH setJvmOptions(string $jvmOptions)

setJvmOptions

Parameters

string $jvmOptions

Return Value

SSH

at line 257
SSH setPrefixStartSlaveCmd(string $prefixStartSlaveCmd)

setPrefixStartSlaveCmd

Parameters

string $prefixStartSlaveCmd

Return Value

SSH

at line 269
SSH setSuffixStartSlaveCmd(string $suffixStartSlaveCmd)

setSuffixStartSlaveCmd

Parameters

string $suffixStartSlaveCmd

Return Value

SSH

at line 281
SSH setLaunchTimeoutSeconds(string $launchTimeoutSeconds)

setLaunchTimeoutSeconds

Parameters

string $launchTimeoutSeconds

Return Value

SSH

at line 293
SSH setMaxNumRetries(string $maxNumRetries)

setMaxNumRetries

Parameters

string $maxNumRetries

Return Value

SSH

at line 305
SSH setRetryWaitTime(string $retryWaitTime)

setRetryWaitTime

Parameters

string $retryWaitTime

Return Value

SSH