- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for setDescription (0.04 sec)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleReleaseNotesPlugin.java
TaskProvider<RenderMarkdown> releaseNotesMarkdown = tasks.register("releaseNotesMarkdown", RenderMarkdown.class, task -> { task.setGroup("release notes"); task.setDescription("Generate release notes HTML page from Markdown."); task.getInputEncoding().convention(Charset.defaultCharset().name()); task.getOutputEncoding().convention(Charset.defaultCharset().name());
Registered: 2025-05-28 11:36 - Last Modified: 2025-05-16 18:26 - 6.2K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/publicsuffix/PublicSuffixTesting.jvm.kt
import org.junit.runner.notification.RunNotifier import org.junit.runners.JUnit4 actual class PublicSuffixTestRunner( klass: Class<*>, ) : Runner() { private val delegate = JUnit4(klass) override fun getDescription() = delegate.description override fun run(notifier: RunNotifier?) = delegate.run(notifier) override fun testCount() = delegate.testCount() } actual fun beforePublicSuffixTest() {
Registered: 2025-05-30 11:42 - Last Modified: 2025-05-23 16:58 - 1.1K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/CIBuildModel.kt
stage: Stage, testCoverage: TestCoverage, bucketIndex: Int, ): FunctionalTest fun getName(testCoverage: TestCoverage): String = throw UnsupportedOperationException() fun getDescription(testCoverage: TestCoverage): String = throw UnsupportedOperationException() } data class GradleSubproject( val name: String, val path: String, val unitTests: Boolean = true,
Registered: 2025-05-28 11:36 - Last Modified: 2025-05-09 09:38 - 28.9K bytes - Viewed (0)