Packages

object Deployment

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Deployment
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def commit[A](innerSelection: SelectionBuilder[Commit, A]): SelectionBuilder[Deployment, Option[A]]

    Identifies the commit sha of the deployment.

  7. def commitOid: SelectionBuilder[Deployment, String]

    Identifies the oid of the deployment commit, even if the commit has been deleted.

  8. def createdAt: SelectionBuilder[Deployment, DateTime]

    Identifies the date and time when the object was created.

  9. def creator[A](onBot: Option[SelectionBuilder[Bot, A]] = None, onEnterpriseUserAccount: Option[SelectionBuilder[EnterpriseUserAccount, A]] = None, onMannequin: Option[SelectionBuilder[Mannequin, A]] = None, onUser: Option[SelectionBuilder[User, A]] = None, onOrganization: Option[SelectionBuilder[Organization, A]] = None): SelectionBuilder[Deployment, A]

    Identifies the actor who triggered the deployment.

  10. def databaseId: SelectionBuilder[Deployment, Option[Int]]

    Identifies the primary key from the database.

  11. def description: SelectionBuilder[Deployment, Option[String]]

    The deployment description.

  12. def environment: SelectionBuilder[Deployment, Option[String]]

    The latest environment to which this deployment was made.

  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def id: SelectionBuilder[Deployment, String]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def latestEnvironment: SelectionBuilder[Deployment, Option[String]]

    The latest environment to which this deployment was made.

  21. def latestStatus[A](innerSelection: SelectionBuilder[DeploymentStatus, A]): SelectionBuilder[Deployment, Option[A]]

    The latest status of this deployment.

  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def originalEnvironment: SelectionBuilder[Deployment, Option[String]]

    The original environment to which this deployment was made.

  26. def payload: SelectionBuilder[Deployment, Option[String]]

    Extra information that a deployment system might need.

  27. def ref[A](innerSelection: SelectionBuilder[Ref, A]): SelectionBuilder[Deployment, Option[A]]

    Identifies the Ref of the deployment, if the deployment was created by ref.

  28. def repository[A](innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[Deployment, A]

    Identifies the repository associated with the deployment.

  29. def state: SelectionBuilder[Deployment, Option[DeploymentState]]

    The current state of the deployment.

  30. def statuses[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[DeploymentStatusConnection, A]): SelectionBuilder[Deployment, Option[A]]

    A list of statuses associated with the deployment.

  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def task: SelectionBuilder[Deployment, Option[String]]

    The deployment task.

  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def updatedAt: SelectionBuilder[Deployment, DateTime]

    Identifies the date and time when the object was last updated.

  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped