object Deployment
- Source
- Client.scala
- Alphabetic
- By Inheritance
- Deployment
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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 asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def commit[A](innerSelection: SelectionBuilder[Commit, A]): SelectionBuilder[Deployment, Option[A]]
Identifies the commit sha of the deployment.
- def commitOid: SelectionBuilder[Deployment, String]
Identifies the oid of the deployment commit, even if the commit has been deleted.
- def createdAt: SelectionBuilder[Deployment, DateTime]
Identifies the date and time when the object was created.
- 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.
- def databaseId: SelectionBuilder[Deployment, Option[Int]]
Identifies the primary key from the database.
- def description: SelectionBuilder[Deployment, Option[String]]
The deployment description.
- def environment: SelectionBuilder[Deployment, Option[String]]
The latest environment to which this deployment was made.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def id: SelectionBuilder[Deployment, String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def latestEnvironment: SelectionBuilder[Deployment, Option[String]]
The latest environment to which this deployment was made.
- def latestStatus[A](innerSelection: SelectionBuilder[DeploymentStatus, A]): SelectionBuilder[Deployment, Option[A]]
The latest status of this deployment.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def originalEnvironment: SelectionBuilder[Deployment, Option[String]]
The original environment to which this deployment was made.
- def payload: SelectionBuilder[Deployment, Option[String]]
Extra information that a deployment system might need.
- def ref[A](innerSelection: SelectionBuilder[Ref, A]): SelectionBuilder[Deployment, Option[A]]
Identifies the Ref of the deployment, if the deployment was created by ref.
- def repository[A](innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[Deployment, A]
Identifies the repository associated with the deployment.
- def state: SelectionBuilder[Deployment, Option[DeploymentState]]
The current state of the deployment.
- 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.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def task: SelectionBuilder[Deployment, Option[String]]
The deployment task.
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updatedAt: SelectionBuilder[Deployment, DateTime]
Identifies the date and time when the object was last updated.
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
Caliban GitHub GraphQL API Client
Links: