object TravisProtocol
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TravisProtocol
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class PushEventFromActiveTravisRepo(pushEventItem: PushEvent) extends Product with Serializable
- case class TravisBranch(name: String, default_branch: Option[Boolean], exists_on_github: Option[Boolean]) extends Product with Serializable
- case class TravisBuild(@type: String, @href: String, @representation: String, @permissions: TravisPermissions, id: Int, number: String, state: String, duration: Option[Int], event_type: String, previous_state: String, pull_request_title: Option[String], pull_request_number: Option[Int], started_at: Option[Date], finished_at: Option[Date], private: Boolean, repository: TravisRepository, branch: TravisBranch, tag: String, commit: TravisCommit) extends Product with Serializable
- case class TravisBuilds(@type: String, @href: String, @representation: String, @pagination: TravisPagination, builds: List[TravisBuild]) extends Product with Serializable
- case class TravisCommit(id: Int, sha: String, ref: String, message: String, compare_url: String, committed_at: String) extends Product with Serializable
- case class TravisPage(@href: String, offset: Int, limit: Int) extends Product with Serializable
- case class TravisPagination(limit: Int, offset: Int, count: Int, is_first: Boolean, is_last: Boolean, next: TravisPage, prev: TravisPage, first: TravisPage, last: TravisPage) extends Product with Serializable
- case class TravisPermissions(read: Boolean, cancel: Boolean, restart: Boolean) extends Product with Serializable
- case class TravisRepository(id: Int, name: String, slug: String, description: Option[String], github_id: Option[Int], github_language: Option[String], active: Option[Boolean], private: Option[Boolean], default_branch: Option[TravisBranch], starred: Option[Boolean], managed_by_installation: Option[Boolean], active_on_org: Option[Boolean]) extends Product with Serializable
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )