abstract class CreateRunScriptCallback extends EnvironmentFacades with FacadesWithRunner
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CreateRunScriptCallback
- EnvironmentFacades
- FacadesWithRunner
- Facades
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CreateRunScriptCallback(environment: String)
Abstract Value Members
- abstract def createRunScript: ScalaRunScript
Concrete 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
-
def
application: ApplicationFacade
The API for the Application Service.
The API for the Application Service.
- Definition Classes
- EnvironmentFacades → Facades
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
config: ConfigFacade
The API for the Config Service.
The API for the Config Service.
- Definition Classes
- EnvironmentFacades → Facades
-
val
environment: String
- Definition Classes
- EnvironmentFacades
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def facades: EnvironmentFacades
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
output: OutputFacade
The API for the Output Service.
The API for the Output Service.
- Definition Classes
- EnvironmentFacades → Facades
-
def
query: QueryFacade
The API for the Query Service.
The API for the Query Service.
- Definition Classes
- EnvironmentFacades → Facades
-
def
runner(name: String): RunnerFacade
The API for the Runner Service with a given name.
The API for the Runner Service with a given name.
- name
The service name of the runner.
- Definition Classes
- EnvironmentFacades → FacadesWithRunner
-
def
scheduler: SchedulerFacade
The API for the Scheduler Service.
The API for the Scheduler Service.
- Definition Classes
- EnvironmentFacades → Facades
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated