Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for SetFlag (0.08 sec)

  1. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/api/provider/NestedBeanGroovyInterOpIntegrationTest.groovy

                import ${Property.name}
                import ${Internal.name}
    
                interface Params {
                    @Internal
                    Property<Boolean> getFlag()
                }
            """
            pluginDir.file("src/main/groovy/SomeTask.groovy") << """
                import ${DefaultTask.name}
                import ${TaskAction.name}
                import ${Nested.name}
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/api/provider/PropertyJavaInterOpIntegrationTest.groovy

                        map = objectFactory.mapProperty(Integer.class, Boolean.class);
                    }
    
                    @Internal
                    public Property<Boolean> getFlag() {
                        return flag;
                    }
    
                    @Internal
                    public Property<String> getMessage() {
                        return message;
                    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 3.5K bytes
    - Viewed (0)
Back to top