Uses of Interface
com.redwood.scheduler.api.model.interfaces.FileParameter
-
Packages that use FileParameter Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.interfaces Scheduler API - High level model interfaces. -
-
Uses of FileParameter in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return FileParameter Modifier and Type Method Description FileParameter
JobParameter. getInValueFileParameter()
Gets the value of a FileParameter.FileParameter
JobParameter. getOutValueFileParameter()
Gets the value of a FileParameter. -
Uses of FileParameter in com.redwood.scheduler.api.model.interfaces
Subinterfaces of FileParameter in com.redwood.scheduler.api.model.interfaces Modifier and Type Interface Description interface
FileParameterRuntime
Runtime interface to File parameters from RedwoodScript.
-