impl

object impl
class Object
trait Matchable
class Any

Value members

Concrete methods

def formatError(command: String, cmdRet: ExecutionResult): RuntimeException
def parseStateFinished(output: String): String

Can't match it with a regex from the ouput for some reason... resulting in this ugly one-liner...

Can't match it with a regex from the ouput for some reason... resulting in this ugly one-liner...

Value Params
output

State command output to parse

Returns

parse state to be translated

def parseStateInQueue(output: String): String

When split, the actual state is the last member of a 2-element array

When split, the actual state is the last member of a 2-element array

Value Params
output

State command output to parse

Returns

parse state to be translated

def queryState[S](server: S, job: BatchJob)(implicit hn: HeadNode[S]): JobState
def retrieveJobId(out: String): String
def toScript(description: CondorJobDescription)(uniqId: String): String
def translateStatus(status: String, command: String): JobState