class ScaledaRunProcessHandler extends ProcessHandler with ScaledaRunHandler
Handle a task process locally or remotely
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScaledaRunProcessHandler
- ScaledaRunHandler
- ProcessHandler
- UserDataHolderBase
- UserDataHolderEx
- UserDataHolder
- AtomicReference
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ScaledaRunProcessHandler(project: Project, rt: ScaledaRuntime, invokeAfterFinish: (ScaledaRuntime, Seq[Int], Boolean, Boolean) => Unit)
- rt
Runtime of this run
- invokeAfterFinish
will emit with ScaledaRuntime after
finishedAll
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
- final def accumulateAndGet(arg0: KeyFMap, arg1: BinaryOperator[KeyFMap]): KeyFMap
- Definition Classes
- AtomicReference
- def addProcessListener(arg0: ProcessListener, arg1: Disposable): Unit
- Definition Classes
- ProcessHandler
- def addProcessListener(arg0: ProcessListener): Unit
- Definition Classes
- ProcessHandler
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def changeUserMap(arg0: KeyFMap, arg1: KeyFMap): Boolean
- Attributes
- protected[util]
- Definition Classes
- UserDataHolderBase
- def clearUserData(): Unit
- Attributes
- protected[util]
- Definition Classes
- UserDataHolderBase
- def clone(): AnyRef
- Attributes
- protected[util]
- Definition Classes
- UserDataHolderBase → AnyRef
- final def compareAndExchange(arg0: KeyFMap, arg1: KeyFMap): KeyFMap
- Definition Classes
- AtomicReference
- final def compareAndExchangeAcquire(arg0: KeyFMap, arg1: KeyFMap): KeyFMap
- Definition Classes
- AtomicReference
- final def compareAndExchangeRelease(arg0: KeyFMap, arg1: KeyFMap): KeyFMap
- Definition Classes
- AtomicReference
- final def compareAndSet(arg0: KeyFMap, arg1: KeyFMap): Boolean
- Definition Classes
- AtomicReference
- def copyCopyableDataTo(arg0: UserDataHolderBase): Unit
- Definition Classes
- UserDataHolderBase
- def copyUserDataTo(arg0: UserDataHolderBase): Unit
- Definition Classes
- UserDataHolderBase
- def destroyProcess(): Unit
- Definition Classes
- ProcessHandler
- def destroyProcessImpl(): Unit
Called when destroy button clicked
Called when destroy button clicked
- Definition Classes
- ScaledaRunProcessHandler → ProcessHandler
- def detachIsDefault(): Boolean
- Definition Classes
- ScaledaRunProcessHandler → ProcessHandler
- def detachProcess(): Unit
- Definition Classes
- ProcessHandler
- def detachProcessImpl(): Unit
- Definition Classes
- ScaledaRunProcessHandler → ProcessHandler
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def expectedReturnValue: Int
- Definition Classes
- ScaledaRunHandler
- final def get(): KeyFMap
- Definition Classes
- AtomicReference
- final def getAcquire(): KeyFMap
- Definition Classes
- AtomicReference
- final def getAndAccumulate(arg0: KeyFMap, arg1: BinaryOperator[KeyFMap]): KeyFMap
- Definition Classes
- AtomicReference
- final def getAndSet(arg0: KeyFMap): KeyFMap
- Definition Classes
- AtomicReference
- final def getAndUpdate(arg0: UnaryOperator[KeyFMap]): KeyFMap
- Definition Classes
- AtomicReference
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getCopyableUserData[T <: AnyRef](arg0: Key[T]): T
- Definition Classes
- UserDataHolderBase
- def getExitCode(): Integer
- Definition Classes
- ProcessHandler
- final def getOpaque(): KeyFMap
- Definition Classes
- AtomicReference
- final def getPlain(): KeyFMap
- Definition Classes
- AtomicReference
- def getProcessInput(): OutputStream
- Definition Classes
- ScaledaRunProcessHandler → ProcessHandler
- def getUserData[T <: AnyRef](arg0: Key[T]): T
- Definition Classes
- UserDataHolderBase → UserDataHolder
- def getUserDataString(): String
- Definition Classes
- UserDataHolderBase
- def getUserMap(): KeyFMap
- Attributes
- protected[util]
- Definition Classes
- UserDataHolderBase
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def isCopyableDataEqual(arg0: UserDataHolderBase): Boolean
- Attributes
- protected[util]
- Definition Classes
- UserDataHolderBase
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isProcessTerminated(): Boolean
- Definition Classes
- ScaledaRunProcessHandler → ProcessHandler
- def isProcessTerminating(): Boolean
- Definition Classes
- ScaledaRunProcessHandler → ProcessHandler
- def isSilentlyDestroyOnClose(): Boolean
- Definition Classes
- ProcessHandler
- def isStartNotified(): Boolean
- Definition Classes
- ProcessHandler
- def isTerminating: Boolean
- Definition Classes
- ScaledaRunProcessHandler → ScaledaRunHandler
- def isUserDataEmpty(): Boolean
- Definition Classes
- UserDataHolderBase
- final def lazySet(arg0: KeyFMap): Unit
- Definition Classes
- AtomicReference
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def notifyProcessDetached(): Unit
- Attributes
- protected[com.intellij.execution.process]
- Definition Classes
- ProcessHandler
- def notifyProcessTerminated(arg0: Int): Unit
- Attributes
- protected[com.intellij.execution.process]
- Definition Classes
- ProcessHandler
- def notifyTextAvailable(arg0: String, arg1: Key): Unit
- Definition Classes
- ProcessHandler
- def onReturn(returnValue: Int, finishedAll: Boolean, meetErrors: Boolean): Unit
- Definition Classes
- ScaledaRunProcessHandler → ScaledaRunHandler
- def onShellCommand(command: CommandDeps): Unit
- Definition Classes
- ScaledaRunProcessHandler → ScaledaRunHandler
- def onStderr(data: String): Unit
- Definition Classes
- ScaledaRunProcessHandler → ScaledaRunHandler
- def onStdout(data: String): Unit
- Definition Classes
- ScaledaRunProcessHandler → ScaledaRunHandler
- def onStepDescription(data: String): Unit
- Definition Classes
- ScaledaRunProcessHandler → ScaledaRunHandler
- def putCopyableUserData[T <: AnyRef](arg0: Key[T], arg1: T): Unit
- Definition Classes
- UserDataHolderBase
- def putUserData[T <: AnyRef](arg0: Key[T], arg1: T): Unit
- Definition Classes
- UserDataHolderBase → UserDataHolder
- def putUserDataIfAbsent[T <: AnyRef](arg0: Key[T], arg1: T): T
- Definition Classes
- UserDataHolderBase → UserDataHolderEx
- def removeProcessListener(arg0: ProcessListener): Unit
- Definition Classes
- ProcessHandler
- def replace[T <: AnyRef](arg0: Key[T], arg1: T, arg2: T): Boolean
- Definition Classes
- UserDataHolderBase → UserDataHolderEx
- val returnValues: ArrayBuffer[Int]
- val rt: ScaledaRuntime
- final def set(arg0: KeyFMap): Unit
- Definition Classes
- AtomicReference
- final def setOpaque(arg0: KeyFMap): Unit
- Definition Classes
- AtomicReference
- final def setPlain(arg0: KeyFMap): Unit
- Definition Classes
- AtomicReference
- final def setRelease(arg0: KeyFMap): Unit
- Definition Classes
- AtomicReference
- def setUserMap(arg0: KeyFMap): Unit
- Attributes
- protected[util]
- Definition Classes
- UserDataHolderBase
- def startNotify(): Unit
- Definition Classes
- ProcessHandler
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- var terminated: Boolean
- var terminating: Boolean
- def toString(): String
- Definition Classes
- AtomicReference → AnyRef → Any
- final def updateAndGet(arg0: UnaryOperator[KeyFMap]): KeyFMap
- Definition Classes
- AtomicReference
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def waitFor(arg0: Long): Boolean
- Definition Classes
- ProcessHandler
- def waitFor(): Boolean
- Definition Classes
- ProcessHandler
- final def weakCompareAndSetAcquire(arg0: KeyFMap, arg1: KeyFMap): Boolean
- Definition Classes
- AtomicReference
- final def weakCompareAndSetPlain(arg0: KeyFMap, arg1: KeyFMap): Boolean
- Definition Classes
- AtomicReference
- final def weakCompareAndSetRelease(arg0: KeyFMap, arg1: KeyFMap): Boolean
- Definition Classes
- AtomicReference
- final def weakCompareAndSetVolatile(arg0: KeyFMap, arg1: KeyFMap): Boolean
- Definition Classes
- AtomicReference
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- final def weakCompareAndSet(arg0: KeyFMap, arg1: KeyFMap): Boolean
- Definition Classes
- AtomicReference
- Annotations
- @Deprecated
- Deprecated
(Since version 9)