Packages

p

gridscale

package gridscale

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. gridscale
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package authentication
  2. package tools

Type Members

  1. case class ExecutionResult(returnCode: Int, stdOut: String, stdErr: String) extends Product with Serializable
  2. sealed trait FileType extends AnyRef
  3. sealed trait JobState extends AnyRef
  4. case class ListEntry(name: String, type: FileType, modificationTime: Option[Long] = None) extends Product with Serializable

Value Members

  1. def waitUntilEnded(f: () => JobState, wait: Time = 10 seconds)(implicit system: Effect[System]): JobState
  2. object ExecutionResult extends Serializable
  3. object FileType
  4. object JobState
  5. object RemotePath

Inherited from AnyRef

Inherited from Any

Ungrouped