com.tencent.devops.common.auth.enums.HandoverChannelCode.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-auth-api Show documentation
Show all versions of common-auth-api Show documentation
Tencent blueking ci project
package com.tencent.devops.common.auth.enums
enum class HandoverChannelCode {
MANAGER,
OTHER
}