Packages

object Session

Define session keys.

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

Value Members

  1. val DashboardIssues: String

    Session key for the issue search condition in dashboard.

  2. val DashboardPulls: String

    Session key for the pull request search condition in dashboard.

  3. def Issues(owner: String, name: String): String

    Generate session key for the issue search condition.

  4. val LoginAccount: String

    Session key for the logged in account information.

  5. def Pulls(owner: String, name: String): String

    Generate session key for the pull request search condition.

  6. def Upload(fileId: String): String

    Generate session key for the upload filename.