org
.
openmole
.
plugin
.
task
.
udocker
UDockerTask
Related Docs:
object UDockerTask
|
package udocker
case class
UDockerTask
(
localDockerImage:
LocalDockerImage
,
command:
FromContext
[
String
]
,
workDirectory:
Option
[
String
]
,
reuseContainer:
Boolean
,
errorOnReturnValue:
Boolean
,
returnValue:
Option
[
Val
[
Int
]]
,
stdOut:
Option
[
Val
[
String
]]
,
stdErr:
Option
[
Val
[
String
]]
,
environmentVariables:
Vector
[(
String
,
FromContext
[
String
])]
,
hostFiles:
Vector
[(
String
,
Option
[
String
])]
,
_config:
InputOutputConfig
,
external:
External
)
extends
Task
with
ValidateTask
with
Product
with
Serializable
Self Type
UDockerTask
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
ValidateTask
,
Task
,
Name
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
UDockerTask
Serializable
Serializable
Product
Equals
ValidateTask
Task
Name
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
UDockerTask
(
localDockerImage:
LocalDockerImage
,
command:
FromContext
[
String
]
,
workDirectory:
Option
[
String
]
,
reuseContainer:
Boolean
,
errorOnReturnValue:
Boolean
,
returnValue:
Option
[
Val
[
Int
]]
,
stdOut:
Option
[
Val
[
String
]]
,
stdErr:
Option
[
Val
[
String
]]
,
environmentVariables:
Vector
[(
String
,
FromContext
[
String
])]
,
hostFiles:
Vector
[(
String
,
Option
[
String
])]
,
_config:
InputOutputConfig
,
external:
External
)
Type Members
type
ContainerId
=
String
type
FileInfo
= (
ToPut
,
tool.file.File
)
type
HostFile
= (
String
,
Option
[
String
])
type
MountPoint
= (
String
,
String
)
case class
PulledImage
(
userWorkDirectory:
String
,
pulledImageId:
String
)
extends
Product
with
Serializable
type
VolumeInfo
= (
tool.file.File
,
String
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
val
_config
:
InputOutputConfig
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
className
:
String
Definition Classes
Name
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
command
:
FromContext
[
String
]
def
config
:
InputOutputConfig
Definition Classes
UDockerTask
→
Task
def
containerName
(
uuid:
String
)
:
String
lazy val
containerPoolKey
:
CacheKey
[
WithInstance
[
ContainerId
]]
def
defaults
:
DefaultSet
Definition Classes
Task
val
environmentVariables
:
Vector
[(
String
,
FromContext
[
String
])]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
errorOnReturnValue
:
Boolean
val
external
:
External
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
hostFiles
:
Vector
[(
String
,
Option
[
String
])]
def
inputs
:
PrototypeSet
Definition Classes
Task
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
localDockerImage
:
LocalDockerImage
def
name
:
Option
[
String
]
Definition Classes
Task
→
Name
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
outputs
:
PrototypeSet
Definition Classes
Task
def
perform
(
context:
Context
,
executionContext:
TaskExecutionContext
)
:
Context
Perform this task.
Perform this task.
context
the context in which the task will be executed
Definition Classes
Task
def
process
(
executionContext:
TaskExecutionContext
)
:
FromContext
[
Context
]
Attributes
protected
Definition Classes
UDockerTask
→
Task
lazy val
pulledImageIdKey
:
CacheKey
[
PulledImage
]
val
returnValue
:
Option
[
Val
[
Int
]]
val
reuseContainer
:
Boolean
def
simpleName
:
String
Definition Classes
Name
val
stdErr
:
Option
[
Val
[
String
]]
val
stdOut
:
Option
[
Val
[
String
]]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
Name
→ AnyRef → Any
def
validate
:
Seq
[
Throwable
]
Definition Classes
UDockerTask
→
ValidateTask
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
workDirectory
:
Option
[
String
]
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
ValidateTask
Inherited from
Task
Inherited from
Name
Inherited from
AnyRef
Inherited from
Any
Ungrouped