object Session
Define session keys.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Session
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
DashboardIssues: String
Session key for the issue search condition in dashboard.
-
val
DashboardPulls: String
Session key for the pull request search condition in dashboard.
-
def
Issues(owner: String, name: String): String
Generate session key for the issue search condition.
-
val
LoginAccount: String
Session key for the logged in account information.
-
def
Pulls(owner: String, name: String): String
Generate session key for the pull request search condition.
-
def
Upload(fileId: String): String
Generate session key for the upload filename.