Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for matchEntire (0.04 sec)

  1. .teamcity/src/main/kotlin/common/VersionedSettingsBranch.kt

        val isMaster: Boolean
            get() = branchName == MASTER_BRANCH
        val isRelease: Boolean
            get() = branchName == RELEASE_BRANCH
        val isLegacyRelease: Boolean
            get() = OLD_RELEASE_PATTERN.matchEntire(branchName) != null
        val isExperimental: Boolean
            get() = branchName == EXPERIMENTAL_BRANCH
    
        fun vcsRootId() = DslContext.settingsRoot.id.toString()
    
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Tue Jun 17 09:57:45 UTC 2025
    - 3.8K bytes
    - Viewed (0)
Back to top