Packages

class SttpGitlabAPIV2Try extends GitlabRestAPIV2[Id] with LazyLogging

Linear Supertypes
GitlabRestAPIV2[Id], CommitsAPIV2[Id], ProjectsAPIV2[Id], GroupsAPIV2[Id], PipelinesAPIV2[Id], JobsAPIV2[Id], DeploymentsAPIV2[Id], EventsAPIV2[Id], MergeRequestsAPIV2[Id], TagsAPIV2[Id], EmojiAwardsAPIV2[Id], Gitlab4SMarshalling, LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SttpGitlabAPIV2Try
  2. GitlabRestAPIV2
  3. CommitsAPIV2
  4. ProjectsAPIV2
  5. GroupsAPIV2
  6. PipelinesAPIV2
  7. JobsAPIV2
  8. DeploymentsAPIV2
  9. EventsAPIV2
  10. MergeRequestsAPIV2
  11. TagsAPIV2
  12. EmojiAwardsAPIV2
  13. Gitlab4SMarshalling
  14. LazyLogging
  15. AnyRef
  16. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SttpGitlabAPIV2Try(config: GitlabConfig, apiConfig: GitlabRestAPIConfig)

Type Members

  1. implicit class unmarshallEitherGitlabT[F[_]] extends AnyRef
    Definition Classes
    Gitlab4SMarshalling
  2. implicit class unmarshallEitherT[F[_]] extends AnyRef
    Definition Classes
    Gitlab4SMarshalling
  3. implicit class unmarshallF[F[_]] extends AnyRef
    Definition Classes
    Gitlab4SMarshalling
  4. implicit class unmarshallFF[F[_]] extends AnyRef
    Definition Classes
    Gitlab4SMarshalling

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. val API: String
    Definition Classes
    GitlabRestAPIV2
  5. val AuthHeaderName: String
    Definition Classes
    GitlabRestAPIV2
  6. def approveMergeRequest(mergeRequest: MergeRequestID, headSha: Option[String]): Id[Either[GitlabError, MergeRequestApprovals]]
    Definition Classes
    MergeRequestsAPIV2
  7. def approveMergeRequest(projectId: EntityId, mergeRequestIId: BigInt, headSha: Option[String]): Id[Either[GitlabError, MergeRequestApprovals]]
    Definition Classes
    MergeRequestsAPIV2
  8. def archiveProject(projectId: EntityId): Id[Either[GitlabError, Unit]]
    Definition Classes
    ProjectsAPIV2
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def authHeader(req: GitlabRequest): String
    Definition Classes
    GitlabRestAPIV2
  11. def awardEmoji(mergeRequest: MergeRequestInfo, emojiName: String): Id[Either[GitlabError, EmojiAward]]
    Definition Classes
    EmojiAwardsAPIV2
  12. def awardEmoji(projectID: EntityId, scope: AwardableScope, awardableId: BigInt, emojiName: String): Id[Either[GitlabError, EmojiAward]]
    Definition Classes
    EmojiAwardsAPIV2
  13. def awardMergeRequestEmoji(projectID: EntityId, mergeRequestIID: BigInt, emojiName: String): Id[Either[GitlabError, EmojiAward]]
    Definition Classes
    EmojiAwardsAPIV2
  14. val backend: SttpBackend[Try, Any]
  15. def byteRequest(requestData: GitlabRequest)(implicit requestId: RequestId): Id[Either[GitlabError, GitlabResponse[Array[Byte]]]]
    Definition Classes
    SttpGitlabAPIV2Try → GitlabRestAPIV2
  16. def cancelJob(projectId: EntityId, jobId: BigInt): Id[Either[GitlabError, JobFullInfo]]
    Definition Classes
    JobsAPIV2
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  18. val config: GitlabConfig
    Definition Classes
    SttpGitlabAPIV2Try → GitlabRestAPIV2
  19. def createApprovalRule(projectId: EntityId, mergeRequestIId: BigInt, name: String, userIds: Vector[BigInt]): Id[Either[GitlabError, MergeRequestApprovalRule]]
    Definition Classes
    MergeRequestsAPIV2
  20. def createApprovalRule(projectId: EntityId, mergeRequestIId: BigInt, payload: CreateMergeRequestApprovalRule): Id[Either[GitlabError, MergeRequestApprovalRule]]
    Definition Classes
    MergeRequestsAPIV2
  21. def createMergeRequestDiscussion(projectId: EntityId, mergeRequestIId: BigInt, payload: CreateMRDiscussion): Id[Either[GitlabError, MergeRequestDiscussion]]
    Definition Classes
    MergeRequestsAPIV2
  22. def createMergeRequestDiscussionNote(projectId: EntityId, mergeRequestIId: BigInt, discussionId: String, body: String): Id[Either[GitlabError, MergeRequestNote]]
    Definition Classes
    MergeRequestsAPIV2
  23. def createMergeRequestNote(projectId: EntityId, mergeRequestIId: BigInt, body: String): Id[Either[GitlabError, MergeRequestNote]]
    Definition Classes
    MergeRequestsAPIV2
  24. def createProjectApprovalRule(projectId: EntityId, payload: UpsertProjectApprovalRule): Id[Either[GitlabError, ProjectApprovalRule]]
    Definition Classes
    ProjectsAPIV2
  25. def createPushRules(projectId: EntityId, pushRules: EditPushRuleRequest): Id[Either[GitlabError, PushRules]]
    Definition Classes
    ProjectsAPIV2
  26. def createTag(projectId: EntityId, tagName: String, refToTag: String, message: Option[String], description: Option[String]): Id[Either[GitlabError, TagInfo]]
    Definition Classes
    TagsAPIV2
  27. def deleteApprovalRule(projectId: EntityId, mergeRequestIId: BigInt, approvalRule: MergeRequestApprovalRule): Id[Either[GitlabError, String]]
    Definition Classes
    MergeRequestsAPIV2
  28. def deleteApprovalRule(projectId: EntityId, mergeRequestIId: BigInt, approvalRuleId: BigInt): Id[Either[GitlabError, String]]
    Definition Classes
    MergeRequestsAPIV2
  29. def deleteMergeRequest(projectID: EntityId, mrIid: BigInt): Id[Either[GitlabError, Unit]]
    Definition Classes
    MergeRequestsAPIV2
  30. def deleteMergeRequestNote(projectId: EntityId, mergeRequestIId: BigInt, noteId: BigInt): Id[Either[GitlabError, Unit]]
    Definition Classes
    MergeRequestsAPIV2
  31. def deleteTag(projectId: EntityId, tagName: String): Any
    Definition Classes
    TagsAPIV2
  32. def downloadJobArtifacts(projectId: EntityId, jobId: BigInt): Id[Either[GitlabError, RawResponse]]
    Definition Classes
    JobsAPIV2
  33. def downloadJobLog(projectId: EntityId, jobId: BigInt): Id[Either[GitlabError, String]]
    Definition Classes
    JobsAPIV2
  34. def downloadSingleFileFromJobArtifact(projectId: EntityId, jobId: BigInt, artifactPath: String): Id[Either[GitlabError, RawResponse]]
    Definition Classes
    JobsAPIV2
  35. def editProject(projectId: EntityId, updates: EditProjectRequest): Id[Either[GitlabError, ProjectInfo]]
    Definition Classes
    ProjectsAPIV2
  36. def editPushRules(projectId: EntityId, updates: EditPushRuleRequest): Id[Either[GitlabError, PushRules]]
    Definition Classes
    ProjectsAPIV2
  37. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  39. def getAllPaginatedResponse[A](req: GitlabRequest, kind: String, paging: Paging)(implicit arg0: Decoder[A]): Id[Either[GitlabError, Vector[A]]]
    Attributes
    protected
    Definition Classes
    GitlabRestAPIV2
  40. def getApprovals(mergeRequest: MergeRequestID): Id[Either[GitlabError, MergeRequestApprovals]]
    Definition Classes
    MergeRequestsAPIV2
  41. def getApprovals(projectId: EntityId, mergeRequestIId: BigInt): Id[Either[GitlabError, MergeRequestApprovals]]
    Definition Classes
    MergeRequestsAPIV2
  42. def getBranches(projectID: EntityId, searchTerm: Option[String]): Id[Either[GitlabError, Vector[GitlabBranchInfo]]]
    Definition Classes
    GitlabRestAPIV2
  43. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  44. def getCommit(projectId: EntityId, ref: String): Id[Either[GitlabError, Commit]]
    Definition Classes
    CommitsAPIV2
  45. def getCommitRefs(projectId: EntityId, commitId: String): Id[Either[GitlabError, Vector[RefSimpleInfo]]]
    Definition Classes
    CommitsAPIV2
  46. def getCommits(projectId: EntityId, path: String, ref: String, since: ZonedDateTime, until: ZonedDateTime, paging: Paging): Id[Either[GitlabError, Vector[CommitSimple]]]
    Definition Classes
    CommitsAPIV2
  47. def getCommitsReferences(projectId: EntityId, commitSha: String): Id[Either[GitlabError, Vector[CommitReference]]]
    Definition Classes
    CommitsAPIV2
  48. def getCurrentUser: Id[Either[GitlabError, GitlabFullUser]]
    Definition Classes
    GitlabRestAPIV2
  49. def getDiffOfACommit(projectId: EntityId, ref: String): Id[Either[GitlabError, Vector[FileDiff]]]
    Definition Classes
    CommitsAPIV2
  50. def getEmojiAwards(mergeRequest: MergeRequestInfo): Id[Either[GitlabError, Vector[EmojiAward]]]
    Definition Classes
    EmojiAwardsAPIV2
  51. def getEmojiAwards(projectID: EntityId, scope: AwardableScope, awardableId: BigInt): Id[Either[GitlabError, Vector[EmojiAward]]]
    Definition Classes
    EmojiAwardsAPIV2
  52. def getEvents(since: UtcDate, until: UtcDate, targetType: TargetType, action: ActionType, paging: Paging, sort: Sorting[EventsSort]): Id[Either[GitlabError, Vector[EventInfo]]]
    Definition Classes
    EventsAPIV2
  53. def getGroupMergeRequests(groupId: EntityId, states: Iterable[MergeRequestState]): Id[Either[GitlabError, Vector[MergeRequestInfo]]]
    Definition Classes
    MergeRequestsAPIV2
  54. def getGroupMergeRequests(groupId: EntityId, state: MergeRequestState, search: NullableField[String], author: NullableField[EntityId], myReaction: NullableField[String], updatedBefore: NullableField[ZonedDateTime], updatedAfter: NullableField[ZonedDateTime], createdBefore: NullableField[ZonedDateTime], createdAfter: NullableField[ZonedDateTime], withMergeStatusRecheck: NullableField[Boolean], paging: Paging, sort: NullableField[Sorting[MergeRequestsSort]]): Id[Either[GitlabError, Vector[MergeRequestInfo]]]
    Definition Classes
    MergeRequestsAPIV2
  55. def getGroupProjects(groupId: EntityId, archived: Option[Boolean], search: Option[String], includeSubgroups: Option[Boolean], sort: Sorting[ProjectsSort], paging: Paging): Id[Either[GitlabError, Vector[ProjectInfo]]]
    Definition Classes
    GroupsAPIV2
  56. def getJob(projectId: EntityId, jobId: BigInt): Id[Either[GitlabError, JobFullInfo]]
    Definition Classes
    JobsAPIV2
  57. def getMergeRequest(projectID: EntityId, mrId: BigInt): Id[Either[GitlabError, MergeRequestFull]]
    Definition Classes
    MergeRequestsAPIV2
  58. def getMergeRequestApprovalRules(projectId: EntityId, mergeRequestIId: BigInt): Id[Either[GitlabError, Vector[MergeRequestApprovalRule]]]
    Definition Classes
    MergeRequestsAPIV2
  59. def getMergeRequestDiff(projectID: EntityId, mrId: BigInt): Id[Either[GitlabError, MergeRequestFull]]
    Definition Classes
    MergeRequestsAPIV2
  60. def getMergeRequestDiscussion(projectId: EntityId, mergeRequestIId: BigInt, discussionId: String): Id[Either[GitlabError, MergeRequestDiscussion]]
    Definition Classes
    MergeRequestsAPIV2
  61. def getMergeRequestDiscussions(projectId: EntityId, mergeRequestIId: BigInt): Id[Either[GitlabError, Vector[MergeRequestDiscussion]]]
    Definition Classes
    MergeRequestsAPIV2
  62. def getMergeRequestEmoji(projectID: EntityId, mergeRequestIID: BigInt): Id[Either[GitlabError, Vector[EmojiAward]]]
    Definition Classes
    EmojiAwardsAPIV2
  63. def getMergeRequestNote(projectId: EntityId, mergeRequestIId: BigInt, noteId: BigInt): Id[Either[GitlabError, MergeRequestNote]]
    Definition Classes
    MergeRequestsAPIV2
  64. def getMergeRequestNotes(mr: MergeRequestID, paging: Paging, sort: Option[Sorting[MergeRequestNotesSort]]): Id[Either[GitlabError, Vector[MergeRequestNote]]]
    Definition Classes
    MergeRequestsAPIV2
  65. def getMergeRequestNotes(mr: MergeRequestID): Id[Either[GitlabError, Vector[MergeRequestNote]]]
    Definition Classes
    MergeRequestsAPIV2
  66. def getMergeRequestNotes(projectId: EntityId, mergeRequestIId: BigInt, paging: Paging, sort: Option[Sorting[MergeRequestNotesSort]]): Id[Either[GitlabError, Vector[MergeRequestNote]]]
    Definition Classes
    MergeRequestsAPIV2
  67. def getMergeRequests(projectID: EntityId, states: Iterable[MergeRequestState]): Id[Either[GitlabError, Vector[MergeRequestInfo]]]
    Definition Classes
    MergeRequestsAPIV2
  68. def getMergeRequests(projectID: EntityId, state: MergeRequestState, author: NullableField[EntityId], search: NullableField[String], myReaction: NullableField[String], createdBefore: NullableField[ZonedDateTime], createdAfter: NullableField[ZonedDateTime], updatedBefore: NullableField[ZonedDateTime], updatedAfter: NullableField[ZonedDateTime], withMergeStatusRecheck: NullableField[Boolean], paging: Paging, sort: NullableField[Sorting[MergeRequestsSort]]): Id[Either[GitlabError, Vector[MergeRequestInfo]]]
    Definition Classes
    MergeRequestsAPIV2
  69. def getMergeRequestsOfCommit(projectId: EntityId, commitSha: String): Id[Either[GitlabError, Vector[MergeRequestInfo]]]
    Definition Classes
    CommitsAPIV2
  70. def getPipeline(projectId: EntityId, pipelineId: BigInt): Id[Either[GitlabError, PipelineFullInfo]]
    Definition Classes
    PipelinesAPIV2
  71. def getPipelineBridges(projectId: EntityId, pipelineId: BigInt, scopes: Seq[PipelineStatus]): Id[Either[GitlabError, Vector[PipelineBridgeJob]]]
    Definition Classes
    JobsAPIV2
  72. def getPipelineJobs(projectId: EntityId, pipelineId: BigInt, scope: Set[JobScope]): Id[Either[GitlabError, Vector[JobFullInfo]]]
    Definition Classes
    PipelinesAPIV2
  73. def getPipelineVariables(projectId: EntityId, pipelineId: BigInt): Id[Either[GitlabError, Vector[PipelineVar]]]
    Definition Classes
    PipelinesAPIV2
  74. def getProject(projectId: EntityId): Id[Either[GitlabError, ProjectInfo]]
    Definition Classes
    ProjectsAPIV2
  75. def getProjectApprovalRules(projectId: EntityId): Id[Either[GitlabError, Vector[ProjectApprovalRule]]]
    Definition Classes
    ProjectsAPIV2
  76. def getProjectDeployments(projectId: EntityId, environment: String, updatedAfter: ZonedDateTime, updatedBefore: ZonedDateTime, status: String, paging: Paging, sort: Sorting[DeploymentsSort]): Id[Either[GitlabError, Vector[DeploymentInfo]]]
    Definition Classes
    DeploymentsAPIV2
  77. def getProjectPipelines(projectId: EntityId, ref: String, sha: String, scope: PipelineScope, status: PipelineStatus, yamlErrors: Option[Boolean], name: String, username: String, updatedAfter: ZonedDateTime, updatedBefore: ZonedDateTime, sort: Sorting[PipelinesSort], paging: Paging): Id[Either[GitlabError, Vector[PipelineShort]]]
    Definition Classes
    PipelinesAPIV2
  78. def getProjectTags(projectId: EntityId, search: String, paging: Paging, sort: Sorting[TagsSort]): Id[Either[GitlabError, Vector[TagInfo]]]
    Definition Classes
    TagsAPIV2
  79. def getProjects(paging: Paging, sort: Sorting[ProjectsSort]): Id[Either[GitlabError, Vector[ZonedDateTime]]]
    Definition Classes
    ProjectsAPIV2
  80. def getProjects(ids: Iterable[BigInt]): Id[Either[GitlabError, Vector[ProjectInfo]]]
    Definition Classes
    ProjectsAPIV2
  81. def getPushRules(projectId: EntityId): Id[Either[GitlabError, PushRules]]
    Definition Classes
    ProjectsAPIV2
  82. def getTag(projectId: EntityId, tagName: String): Id[Either[GitlabError, TagInfo]]
    Definition Classes
    TagsAPIV2
  83. def getUserContributionEvents(userId: EntityId, since: UtcDate, until: UtcDate, targetType: TargetType, action: ActionType, paging: Paging, sort: Sorting[EventsSort]): Id[Either[GitlabError, Vector[EventInfo]]]
    Definition Classes
    EventsAPIV2
  84. def globalMRsSearch(phrase: String): Id[Either[GitlabError, Vector[MergeRequestInfo]]]
    Definition Classes
    MergeRequestsAPIV2
  85. def globalMergeRequestSearch(state: NullableField[MergeRequestState], author: NullableField[EntityId], scope: NullableField[MergeRequestSearchScope], titleOrDescriptionText: NullableField[String], createdBefore: NullableField[ZonedDateTime], createdAfter: NullableField[ZonedDateTime], updatedBefore: NullableField[ZonedDateTime], updatedAfter: NullableField[ZonedDateTime], withMergeStatusRecheck: NullableField[Boolean], sort: NullableField[Sorting[MergeRequestsSort]]): Id[Either[GitlabError, Vector[MergeRequestInfo]]]
    Definition Classes
    MergeRequestsAPIV2
  86. def globalSearch(scope: SearchScope, phrase: String): Id[Either[GitlabError, Vector[MergeRequestInfo]]]
    Attributes
    protected
    Definition Classes
    GitlabRestAPIV2
  87. def groupSearchBlobs(groupId: EntityId, phrase: String): Id[Either[GitlabError, Vector[BlobInfo]]]
    Definition Classes
    GitlabRestAPIV2
  88. def groupSearchCommits(groupId: EntityId, phrase: String): Id[Either[GitlabError, Vector[CommitSimple]]]
    Definition Classes
    GitlabRestAPIV2
  89. def groupSearchMrs(groupId: EntityId, phrase: String): Id[Either[GitlabError, Vector[MergeRequestInfo]]]
    Definition Classes
    MergeRequestsAPIV2
  90. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  91. def invokeRequest(request: GitlabRequest)(implicit requestId: RequestId): Id[Either[GitlabError, String]]
    Attributes
    protected
    Definition Classes
    GitlabRestAPIV2
  92. def invokeRequestRaw(requestData: GitlabRequest)(implicit requestId: RequestId): Id[Either[GitlabError, GitlabResponse[String]]]
    Definition Classes
    SttpGitlabAPIV2Try → GitlabRestAPIV2
  93. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  94. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  95. implicit def m: GitlabApiT[Id]
    Definition Classes
    SttpGitlabAPIV2Try → GitlabRestAPIV2
  96. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  97. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  98. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  99. implicit val printer: Printer
    Definition Classes
    Gitlab4SMarshalling
  100. def renderParams(myReaction: NullableField[String], author: NullableField[EntityId], search: NullableField[String], state: MergeRequestState, updatedBefore: NullableField[ZonedDateTime], updatedAfter: NullableField[ZonedDateTime], createdBefore: NullableField[ZonedDateTime], createdAfter: NullableField[ZonedDateTime], withMergeStatusRecheck: NullableField[Boolean], sort: NullableField[Sorting[MergeRequestsSort]]): Vector[ParamQuery]
    Attributes
    protected
    Definition Classes
    GitlabRestAPIV2
  101. val reqGen: RequestGenerator
    Attributes
    protected
    Definition Classes
    GitlabRestAPIV2
  102. val requestsLogger: Logger
  103. def resolveMergeRequestDiscussion(projectId: EntityId, mergeRequestIId: BigInt, discussionId: String, resolved: Boolean): Id[Either[GitlabError, MergeRequestDiscussion]]
    Definition Classes
    MergeRequestsAPIV2
  104. def retryJob(projectId: EntityId, jobId: BigInt): Id[Either[GitlabError, JobFullInfo]]
    Definition Classes
    JobsAPIV2
  105. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  106. def toString(): String
    Definition Classes
    AnyRef → Any
  107. def triggerPipeline(projectId: EntityId, branch: String, vars: Vector[PipelineVar]): Id[Either[GitlabError, PipelineFullInfo]]
    Definition Classes
    PipelinesAPIV2
  108. def unapproveMergeRequest(projectId: EntityId, mergeRequestIId: BigInt): Id[Either[GitlabError, MergeRequestApprovals]]
    Definition Classes
    MergeRequestsAPIV2
  109. def unawardEmoji(mergeRequest: MergeRequestInfo, emojiAward: EmojiAward): Id[Either[GitlabError, Unit]]
    Definition Classes
    EmojiAwardsAPIV2
  110. def unawardEmoji(projectID: EntityId, scope: AwardableScope, awardableId: BigInt, awardId: BigInt): Id[Either[GitlabError, Unit]]
    Definition Classes
    EmojiAwardsAPIV2
  111. def updateMergeRequest(projectID: EntityId, mrId: BigInt, updateMrPayload: UpdateMRPayload): Id[Either[GitlabError, MergeRequestFull]]
    Definition Classes
    MergeRequestsAPIV2
  112. def updateMergeRequestDiscussionNote(projectId: EntityId, mergeRequestIId: BigInt, discussionId: String, noteId: BigInt, payload: MRDiscussionUpdate): Id[Either[GitlabError, MergeRequestNote]]
    Definition Classes
    MergeRequestsAPIV2
  113. def updateMergeRequestNote(projectId: EntityId, mergeRequestIId: BigInt, noteId: BigInt, newBody: String): Id[Either[GitlabError, MergeRequestNote]]
    Definition Classes
    MergeRequestsAPIV2
  114. def updateProjectApprovalRule(projectId: EntityId, approvalRuleId: BigInt, payload: UpsertProjectApprovalRule): Id[Either[GitlabError, ProjectApprovalRule]]
    Definition Classes
    ProjectsAPIV2
  115. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  116. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  117. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  118. def wrap[T](value: T): List[T]
    Definition Classes
    GitlabRestAPIV2
  119. implicit val zonedDateTimeCodec: Codec[ZonedDateTime]
    Definition Classes
    Gitlab4SMarshalling

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from GitlabRestAPIV2[Id]

Inherited from CommitsAPIV2[Id]

Inherited from ProjectsAPIV2[Id]

Inherited from GroupsAPIV2[Id]

Inherited from PipelinesAPIV2[Id]

Inherited from JobsAPIV2[Id]

Inherited from DeploymentsAPIV2[Id]

Inherited from EventsAPIV2[Id]

Inherited from MergeRequestsAPIV2[Id]

Inherited from TagsAPIV2[Id]

Inherited from EmojiAwardsAPIV2[Id]

Inherited from Gitlab4SMarshalling

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped