Object

nelson.Workflow

syntax

Related Doc: package Workflow

Permalink

object syntax

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createTrafficShift(id: ID, nsRef: NamespaceName, dc: Datacenter, p: TrafficShiftPolicy, dur: FiniteDuration): WorkflowF[Unit]

    Permalink
  7. def debug(msg: String): WorkflowF[Unit]

    Permalink
  8. def delete(dc: Datacenter, d: Deployment): WorkflowF[Unit]

    Permalink
  9. def deleteAlertsFromConsul(sn: StackName): WorkflowF[Unit]

    Permalink
  10. def deleteDiscoveryInfoFromConsul(sn: StackName): WorkflowF[Unit]

    Permalink
  11. def deleteFromConsul(key: String): WorkflowF[Unit]

    Permalink
  12. def deletePolicyFromVault(sn: StackName, ns: NamespaceName): WorkflowF[Unit]

    Permalink
  13. def dockerOps(id: ID, unit: UnitDef, registry: RegistryURI): WorkflowF[Image]

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def fail[A](reason: String): WorkflowF[A]

    Permalink
  17. def fail[A](t: Throwable): WorkflowF[A]

    Permalink
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. def info(msg: String): WorkflowF[Unit]

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def launch(i: Image, dc: Datacenter, ns: NamespaceName, u: @@[UnitDef, Versioned], p: Plan, hash: String): WorkflowF[String]

    Permalink
  24. def logToFile(id: ID, msg: String): WorkflowF[Unit]

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def pure[A](a: ⇒ A): WorkflowF[A]

    Permalink
  29. def status(id: ID, s: DeploymentStatus, msg: String): WorkflowF[Unit]

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def writeAlertsToConsul(sn: StackName, ns: NamespaceName, p: PlanRef, a: UnitDef, outs: List[AlertOptOut]): WorkflowF[Option[String]]

    Permalink
  36. def writeDiscoveryToConsul(id: ID, sn: StackName, ns: NamespaceName, dc: Datacenter): WorkflowF[Unit]

    Permalink
  37. def writePolicyToVault(cfg: PolicyConfig, sn: StackName, ns: NamespaceName, rs: Set[String]): WorkflowF[Unit]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped