Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FlowActionPlugin (0.11 sec)

  1. platforms/core-configuration/flow-services/src/integTest/groovy/org/gradle/internal/flow/services/FlowScopeIntegrationTest.groovy

                import org.gradle.api.services.*
                import java.util.concurrent.atomic.AtomicInteger
    
                class FlowActionPlugin implements Plugin<Project> {
                    final FlowScope flowScope
                    final FlowProviders flowProviders
                    @Inject FlowActionPlugin(FlowScope flowScope, FlowProviders flowProviders) {
                        this.flowScope = flowScope
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:01:34 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top