Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PartOf (1.21 sec)

  1. .teamcity/.mvn/develocity.xml

            </publishing>
            <values>
                <value>
                    <name>PartOf</name>
                    <value>QuickFeedbackLinuxOnly</value>
                </value>
                <value>
                    <name>PartOf</name>
                    <value>QuickFeedback</value>
                </value>
                <value>
                    <name>PartOf</name>
                    <value>PullRequestFeedback</value>
                </value>
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Tue Jan 07 10:57:45 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/common/BuildScanUtils.kt

            testJvmVersion.toCapitalized() +
            "${vendor.displayName}${os.asName()}${arch.asName()}"
    
    // Generates a Build Scan custom value "PartOf=X,Y,Z"
    // where X, Y, Z are all the stages including current stage
    // For example, for the stage PullRequestFeedback, the custom value will be "PartOf=PullRequestFeedback,ReadyForNightly,ReadyForRelease"
    private fun Stage.getBuildScanCustomValues(): List<String> =
        StageName
            .values()
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Tue Jun 10 05:45:46 UTC 2025
    - 1.8K bytes
    - Viewed (0)
Back to top