SSHJobDescription

Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def commandLine(server: SSHServer, command: String, verbose: Boolean): String
def endCodeFile(dir: String, jobId: String): String
def errFile(dir: String, jobId: String): String
def file(dir: String, jobId: String, suffix: String): String
def jobIsRunning(server: SSHServer, job: JobId)(implicit ssh: Effect[SSH]): Boolean
def jobScript(server: SSHServer, description: SSHJobDescription)(implicit system: Effect[System], ssh: Effect[SSH]): (String, String)
def outFile(dir: String, jobId: String): String
def pidFile(dir: String, jobId: String): String
def scriptFile(dir: String, jobId: String): String
def translateState(retCode: Int): JobState